Files
srecord/srecord.changes
Stefan Brüns 53239ce40f Accepting request 1114551 from home:StefanBruens:branches:electronics
- Update to version 1.65
  * HP64000 absolute file format contributed by fenugrec. Supports
    file input, tests and documentation.
  * Patch by dg1yfe as pulled from github via marcows. Updated man
    page for srec_ppb. Updated PPB output to match checksum range
    for output. Updated tests for PPB write and read including
    files containing holes. Added test for prolog stripping.
  * Verbose srec_info as suggested by Thomas. Display basic info
    on the proportion of input files which data/holes.
  * Bug fix from xiretza for COE generation falsly detecting holes
    in input.
  * Remove dependencies on boost moving to std shared_ptr and
    static_assert. Remove doc references to boost.
  * Fixed buffer overflow in four packed code output generator.
  * Marksu Heidelberg <markus.heidelberg@web.de> contributed a
    patch to fix a bug that he also found with the -generator
    which resulted in an endless loop.
  * Completely new build and config system to replace Aegis, Cook
    and autoconf with cmake & git. Integration with cpack to
    generate linux and windows packages. Integration with ctest to
    sustain the regression test suite.
- Use groff-full required for HTML and PDF generation
- Clean up spec file

OBS-URL: https://build.opensuse.org/request/show/1114551
OBS-URL: https://build.opensuse.org/package/show/electronics/srecord?expand=0&rev=5
2023-10-02 00:29:08 +00:00

73 lines
3.2 KiB
Plaintext

-------------------------------------------------------------------
Sat Sep 30 13:17:30 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 1.65
* HP64000 absolute file format contributed by fenugrec. Supports
file input, tests and documentation.
* Patch by dg1yfe as pulled from github via marcows. Updated man
page for srec_ppb. Updated PPB output to match checksum range
for output. Updated tests for PPB write and read including
files containing holes. Added test for prolog stripping.
* Verbose srec_info as suggested by Thomas. Display basic info
on the proportion of input files which data/holes.
* Bug fix from xiretza for COE generation falsly detecting holes
in input.
* Remove dependencies on boost moving to std shared_ptr and
static_assert. Remove doc references to boost.
* Fixed buffer overflow in four packed code output generator.
* Marksu Heidelberg <markus.heidelberg@web.de> contributed a
patch to fix a bug that he also found with the -generator
which resulted in an endless loop.
* Completely new build and config system to replace Aegis, Cook
and autoconf with cmake & git. Integration with cpack to
generate linux and windows packages. Integration with ctest to
sustain the regression test suite.
- Use groff-full required for HTML and PDF generation
- Clean up spec file
-------------------------------------------------------------------
Thu Feb 2 14:52:38 UTC 2017 - adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
-------------------------------------------------------------------
Sat Aug 2 18:01:25 UTC 2014 - dmitry_r@opensuse.org
- Update to version 1.64
* Fixed some warnings in test 38
* Fixed bugs regarding the formatting of some of the examples
where lines were wrapping the wrong way.
* Cleaned up a few recent compiler and doxygen warnings.
* Added prefix and postfix strings to the C Array format which
are applied at each end of the data array declaration. This
allows the user to add various compiler directives such as
location flags or non-standard load address specifiers.
* when converting from AOMF Fixed Sourceforge bug 11 raised by
patryks. In the analysis, it was discovered that a start address
(of zero) was being generated when converting from AOMF. AOMF
does not support the concept of an execution start address.
* Fixed the length field description in extended tektronix
documentation. The implementation was already correct.
* Added a regression test for calculated address for CRC
- spec file cleanup
-------------------------------------------------------------------
Sun Apr 27 11:45:25 UTC 2014 - wk@ire.pw.edu.pl - 1.63-9
- updated to 1.63
-------------------------------------------------------------------
* Wed Aug 14 2013 W. Kazubski <wk@ire.pw.edu.pl> - 1.62-8
- updated to 1.62
-------------------------------------------------------------------
* Sun May 12 2013 W. Kazubski <wk@ire.pw.edu.pl> - 1.61-7
- updated to 1.61
-------------------------------------------------------------------
* Sun Sep 9 2012 W. Kazubski <wk@ire.pw.edu.pl> - 1.60-3
- initial specfile based on one provided by homepage