version/0.3
[cdimgtools.git] / NEWS
blobda8284dc8bc8c9d070b7937849ba5a1a77419373
1 Release Notes for CDimg|tools version/0.3
2 -----------------------------------------
4 This is the first (official) public release of CDimg|tools.  All the changes
5 since the previous release were made only to make the package suitable for
6 public release.
8 Updates since version/0.2
9 ~~~~~~~~~~~~~~~~~~~~~~~~~
11 * Packaging changes
13   - The package's ``pretty name'' has been changed from CDimgtools to
14     CDimg|tools.
15   - The release archives created by Makefile include the generated
16     documentation files by default.
17   - ChangeLog is the new name of the changelog; it is generated by a new helper
18     script gitchangelog.sh; its syntax is now closer to a standard GNU
19     ChangeLog.
20   - The configure script warns about missing Perl modules required at runtime.
21   - The package has been adapted to build under BSD; see 'INSTALL.NetBSD'.
22   - The manual pages are installed gzipped.
24 * The documentation has been updated to point to the new online resources and
25   adapted to the release downloads made available online.
29 Release Notes for CDimg|tools version/0.2
30 -----------------------------------------
32 Updates since version/0.1
33 ~~~~~~~~~~~~~~~~~~~~~~~~~
35 * New
37   - nrgtool: --iff: new option to process a bare IFF file instead of a full NRG
38     file
39   - cssdec: new program to decrypt a CSS-scrambled VOB stream
40   - dvdimgdecss: new program to decrypt a CSS-scrambled DVD Video disc or image
41     file
43 * Packaging changes
45   - A changelog extracted from the VCS is included in the distribution
46     tarballs.
47   - Autoconf is now called during the building of RPM packages.
48   - The binary packages built are now architecture dependent.
49   - Debian packages can be built by a new Makefile target 'deb' (see
50     link:README.html['INSTALL']).
51   - The configuration system is generally much improved.
53 * 'INSTALL.html': new documentation file generated from 'INSTALL';
54   'README.html' used to include this piece of information.
56 Fixes since version/0.1
57 ~~~~~~~~~~~~~~~~~~~~~~~
59 * Bug fixes
61   - nrgtool --no-act <nrg> iff: dereference of an undefined value fixed
62   - nrgtool --32: new workaround to make Perl implementations without 64-bit
63     integers usable (with limitations)
64   - nrgtool: error checking during the parsing slightly improved
66 * All the dependencies should now be cited in the documentation.
70 Release Notes for CDimg|tools version/0.1
71 -----------------------------------------
73 This is the first release.