/[debburn]/cdrkit/trunk/Changelog
ViewVC logotype

Diff of /cdrkit/trunk/Changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 481 by blade, Sat Nov 25 23:13:29 2006 UTC revision 704 by blade, Fri Feb 9 22:15:36 2007 UTC
# Line 1  Line 1 
1  cdrkit (1.1.x) UNRELEASED; urgency=medium  cdrkit (1.1.3) UNRELEASED; urgency=low
2    
3      [ Eduard Bloch ]
4      * Fixed fishing for transfer size in sysfs, now ready for
5        /dev/class/scsi_generic contents
6      * Dealing with the last newline char when processing
7        /proc/sys/dev/cdrom/info contents
8      * added some missing or probably missing definitions in
9        wodim/CMakeLists.txt, restoring the reading from inf files
10      * passing through the real file size to the UDF generator. Creating
11        incorrect iso9660 but having it this way is better than no LFS at all.
12      * removed md5* parts and integration from icedax, patch by
13        Vladimir Nadvornik <nadvornik@suse.cz>
14    
15      [ Peter Samuelson ]
16      * Clean up Linux-2.6 CD/DVD-R drive detection, clearer error messages.
17    
18     -- Eduard Bloch <blade@debian.org>  Tue, 23 Jan 2007 19:13:44 +0100
19    
20    cdrkit (1.1.2) RELEASED; urgency=low
21    
22      [ Stefan Huehner ]
23      * more Cstyle cleanups
24    
25      [ Eduard Bloch ]
26      * stop confusion and bailing out if burnfree/burnproof options have been
27        explicitely specified
28      * be move carefull with -dummy when the DVD media may not support it
29      * extracting drive's default speed in attach_mdvd()
30      * automatic recorder device guessing code, currently Linux-only
31    
32      [ Peter Samuelson ]
33      * Fix icedax cddb query, based on a patch from Heiko Schlenker
34    
35     -- Eduard Bloch <blade@debian.org>  Sat, 13 Jan 2007 00:45:38 +0100
36    
37    cdrkit (1.1.1) RELEASED; urgency=low
38    
39      * added geteltorito script from Rainer Krienke
40    
41      [ Eduard Bloch ]
42      * more verbose abort message if track is specified with some maintainance
43        command (#369677)
44      * Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm
45      * --devices option for wodim (modeled after cdrskin's output), working on
46        Linux and Cygwin
47      * Open-By-Device-Letter mode on Cygwin
48      * -msifile=... option to store -msinfo output reliably in a dedicated file
49      * clear profile names printing (using code from libburnia, thanks to Thomas
50        Schmidt)
51      * cleanup with unused embedded CVS revision strings from Schilling and
52        more gcc -Wall correctness
53      * reenabled -format functionality (bug in program function control flow)
54      * get maximum DMA buffer size from sysfs on Linux, where possible
55      * enable BURN-Free by default where possible
56      * setting argv[0] to wodim if someone is cheating and calls it as cdrecord.
57        Avoids confusion and printing of the wrong app name in the help output.
58      * more documentation updates WRT cdda2wav->icedax renaming, more table
59        formating fixes in icedax.1
60      * genisoimage documentation updates, mkisofs name changes
61    
62      [ Thomas Schmidt ]
63      * workaround for older libmagic API
64      * code for clear profile name mapping
65    
66      [ Peter Samuelson ]
67      * expand where genisoimage looks for the config file - same places
68        mkisofs looks plus a few more.  (We may wish to trim this back some.)
69      * major cleanups to genisoimage.1 manpage; split out the part about
70        .genisoimagerc to a new page genisoimagerc.5.
71    
72      [ Steve Langasek ]
73      * allow hppa and alpha boot code to coexist in one ISO image
74    
75      [ Arkadiusz Miskiewicz ]
76      * Fake prefix line in the version output of readom to keep compatibility
77        with frontends
78    
79     -- Eduard Bloch <blade@debian.org>  Sat, 30 Dec 2006 16:45:40 +0100
80    
81    cdrkit (1.1.0) RELEASED; urgency=medium
82    
83    [ Eduard Bloch ]    [ Eduard Bloch ]
84    * replacement of libdeflt, config parser rewrite; more user-friendly,    * replacement of libdeflt, config parser rewrite; more user-friendly,
85      more flexible/tolerant now      more flexible/tolerant now
86    * config overhaul, much more dynamic checks, including fixes for SunOS    * config overhaul, much more dynamic checks, including fixes for SunOS and
87      environment. Also fixed confusing double-checks for some of the variables      AIX environment, including proper libiconv detection, and processing of
88      in cdda2wav.c      LDFLAGS provided by user. Also fixed confusing double-checks for some of
89        the variables in cdda2wav.c.
90    * mass renaming of applications and libraries, see FAQ    * mass renaming of applications and libraries, see FAQ
91    * dirsplit -S fix, oversized have been possible before    * dirsplit -S fix, oversized have been possible before
92    * consistent version display    * consistent version display
93    * cleanup of libschily, removed unused or easily replaceable parts (assumed    * cleanup of libschily, removed unused/superfluous parts (assumed having a
94      having a modern POSIX compliant environment). Renamed to librols      modern POSIX compliant environment). Renamed to librols
95      (RemainsOfLibSchily).      (RemainsOfLibSchily).
96    * reenabled selection of the DVD driver, accidentaly disabled in 1.0, when    * reenabled selection of the DVD driver, accidentaly disabled in 1.0, when
97      beeing in non-verbose mode      beeing in non-verbose mode
98    * made dirsplit work with file symlinks    * made dirsplit work with file symlinks
99      * incorporated some OpenSUSE patches:
100        + cdrkit-HZ.patch (with initialized value, *sic*)
101        + cdrkit-dvd-fix.patch (return code tracking)
102        + cdrkit-gcc-workaround.patch
103        + cdrkit-mkisofs-fail-on-large-file.patch (don't just skip them)
104        + cdrkit-mkisofs-grow-check.patch (tolerate grown files)
105        + cdrkit-perms.patch (not breaking on missing device files)
106    
107    [ Christian Fromme ]    [ Christian Fromme ]
108    * big cleanup, phase I, getting rid from Cstyle function definitions in    * big cleanup, phase I, getting rid from Cstyle function definitions in
# Line 24  cdrkit (1.1.x) UNRELEASED; urgency=mediu Line 112  cdrkit (1.1.x) UNRELEASED; urgency=mediu
112    * user output junk filter in icedax/toc.c    * user output junk filter in icedax/toc.c
113    * flexible ascii conversion buffer    * flexible ascii conversion buffer
114    
115   -- Eduard Bloch <blade@debian.org>  Wed,  6 Sep 2006 22:05:30 +0200   -- Eduard Bloch <blade@debian.org>  Sat, 02 Dec 2006 18:43:14 +0100
116    
117  cdrkit (1.0) RELEASED; urgency=low  cdrkit (1.0) RELEASED; urgency=low
118    

Legend:
Removed from v.481  
changed lines
  Added in v.704

  ViewVC Help
Powered by ViewVC 1.1.5