1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
dvdbackup 0.2 (2008-03-20)
New Features:
* Added internationalization (using gettext). Now you can
translate dvdbackup in your language.
* Added new command line option -V, --version: Display version
information and exit.
* More robust read error handling.
* Added man page to distribution.
Changes:
* Switched license to GPLv3 or later
* The command line options -i, --input and -o, --output are now
optional. If -i, --input is not given /dev/dvd is used. If -o,
--output is not given the current working directory is used.
* Added to every command line option a long version. For example
you can use --mirror instead of -M.
* The command line option -v, --verbose has no option anymore.
Bug fixes:
* Output an error message when DVDOpen fails
* Handle short reads from DVDReadBlocks
* Handle broken ifo/bup files
* Fixed compile warnings
* Fixed many typos
dvdbackup 0.1.1 (2002-08-15)
* Initial release
|