- Switch to GCC as upstream officially supports GCC only (please look at "Test plan" for further details)
- Add desktop and icon file
- Add missing library dependencies
- Add additional documentation that describes how dvdisaster accesses optical drives with FreeBSD
- Add more information to pkg-message and make it dynamic
- Remove redundant debug options (please look at "Test plan" for further details)
- Remove redundant configure script arguments
- Remove redundant configure target
- Simplify the makefile targets further by using only option helpers and remove the need for <bsd.port.{pre,post}.mk> (please look at "Test plan" for further details)
- Fix the license
- Sort pkg-plist
Changelog (not relevants things (e.g. Solaris, Linux, kudos) were pruned for the sake of brevity):
The most prominent feature of this version is that the multithreaded RS03 codec reached production quality, and all required features have been implemented.
A few things will be added with the next releases:
- adaptive reading is currently disabled as it does not support RS03 yet and would crash or misbehave on RS03 error correction data
- a heuristic for an exhaustive re-discovery of RS03 structures in a badly damaged medium is missing in the decoder
But these things should not keep you from using RS03, as the encoder is complete and future decoder enhancements do not affect already created RS03 data.
0.79.4 07-10-2012 (not released)
- optical drives would only be detected for /dev/pass[0-9] on FreeBSD. Fixed to work with arbitrary /dev/pass numbers.
- blocked menu selection when any other action is in progress
- made actions properly shut down (e.g. remove incomplete ecc data) when closing the window or pushing the "Quit" button.
- changed sources for clean compile on gcc 4.4.3
- added #include <zlib.h> for libpng 1.5 compatibility
- introduced internal Image object for unified access to optical media and on disk ISO images; lots of internal changes and fixes due to that
- added --ignore-iso-size option
- fixed bug in pngpack
- added remaining patches for Czech online manual.
- more comprehensive and unified version information for banner, --version, log window and log file to aid in working on bug reports
- hardcoded icons to defeat theming
- changed glib.h include for compatibility with glib 2.32
- removed Darwin / Mac OS X support
- synced with dvdisaster 0.72.4 fixes
- completed RS01 and RS03 specification in the papers subdir
0.79.3 21-11-2010
- Michael Klein provided Altivec optimization for the RS03 encoder and valuable hints for general RS03 encoding speedup
- included Debian patches 04-manpage.patch, 06-remove-encoding-from-desktop-file.patch, 07-fix-spelling-errors-in-binaries.patch
- fixed and documented -n command line options for RS02.
- reworked configure for current NetBSD release
PR: 236423
Submitted by: Bob Eager
Approved by: (one of the mentors)