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

Diff of /cdrkit/trunk/Changelog

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

nonameyet/branches/cleanup/Changelog revision 369 by blade, Wed Oct 25 21:06:11 2006 UTC cdrkit/trunk/Changelog revision 709 by blade, Thu Mar 15 23:20:37 2007 UTC
# Line 1  Line 1 
1  cdrkit (1.0pre5+cleanup) UNRELEASED; urgency=low  cdrkit (1.1.3) UNRELEASED; urgency=low
2    
3    [ Eduard Bloch ]    [ Eduard Bloch ]
4    * replacement of libdeflt and config parser rewrite; more user-friendly,    * Fixed fishing for transfer size in sysfs, now ready for
5      flexibel, tolerant now      /dev/class/scsi_generic contents
6      * Dealing with the last newline char when processing
7        /proc/sys/dev/cdrom/info contents
8      * print the track size in the info message when guessing
9      * added some missing or probably missing definitions in
10        wodim/CMakeLists.txt, restoring the reading from inf files
11      * passing through the real file size to the UDF generator. Creating
12        incorrect iso9660 but having it this way is better than no LFS at all.
13      * removed md5* parts and integration from icedax, patch by
14        Vladimir Nadvornik <nadvornik@suse.cz>
15      * various small bugfixes or cosmetic fixes picked from still GPLed parts of
16        cdrtools-2.01.01a24, excluding meta changes and big tree.c and mkisofs.c
17        refactoring. Stream file name option enabled now.
18      * wodim.1: "you have 4 seconds to abort ..."
19      * defaults.c: Correct fallback to CDR_FIFOSIZE and correct error message
20        on bad input.
21    
22    [ Christian Fromme ]    [ Peter Samuelson ]
23    * big cleanup, phase I, getting rid from Cstyle function definitions in    * Clean up Linux-2.6 CD/DVD-R drive detection, clearer error messages.
     applications  
24    
25   -- Eduard Bloch <blade@debian.org>  Wed,  6 Sep 2006 22:05:30 +0200   -- Eduard Bloch <blade@debian.org>  Tue, 23 Jan 2007 19:13:44 +0100
26    
27    cdrkit (1.1.2) RELEASED; urgency=low
28    
29      [ Stefan Huehner ]
30      * more Cstyle cleanups
31    
32      [ Eduard Bloch ]
33      * stop confusion and bailing out if burnfree/burnproof options have been
34        explicitely specified
35      * be move carefull with -dummy when the DVD media may not support it
36      * extracting drive's default speed in attach_mdvd()
37      * automatic recorder device guessing code, currently Linux-only
38    
39      [ Peter Samuelson ]
40      * Fix icedax cddb query, based on a patch from Heiko Schlenker
41    
42     -- Eduard Bloch <blade@debian.org>  Sat, 13 Jan 2007 00:45:38 +0100
43    
44    cdrkit (1.1.1) RELEASED; urgency=low
45    
46      * added geteltorito script from Rainer Krienke
47    
48      [ Eduard Bloch ]
49      * more verbose abort message if track is specified with some maintainance
50        command (#369677)
51      * Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm
52      * --devices option for wodim (modeled after cdrskin's output), working on
53        Linux and Cygwin
54      * Open-By-Device-Letter mode on Cygwin
55      * -msifile=... option to store -msinfo output reliably in a dedicated file
56      * clear profile names printing (using code from libburnia, thanks to Thomas
57        Schmidt)
58      * cleanup with unused embedded CVS revision strings from Schilling and
59        more gcc -Wall correctness
60      * reenabled -format functionality (bug in program function control flow)
61      * get maximum DMA buffer size from sysfs on Linux, where possible
62      * enable BURN-Free by default where possible
63      * setting argv[0] to wodim if someone is cheating and calls it as cdrecord.
64        Avoids confusion and printing of the wrong app name in the help output.
65      * more documentation updates WRT cdda2wav->icedax renaming, more table
66        formating fixes in icedax.1
67      * genisoimage documentation updates, mkisofs name changes
68    
69      [ Thomas Schmidt ]
70      * workaround for older libmagic API
71      * code for clear profile name mapping
72    
73      [ Peter Samuelson ]
74      * expand where genisoimage looks for the config file - same places
75        mkisofs looks plus a few more.  (We may wish to trim this back some.)
76      * major cleanups to genisoimage.1 manpage; split out the part about
77        .genisoimagerc to a new page genisoimagerc.5.
78    
79      [ Steve Langasek ]
80      * allow hppa and alpha boot code to coexist in one ISO image
81    
82      [ Arkadiusz Miskiewicz ]
83      * Fake prefix line in the version output of readom to keep compatibility
84        with frontends
85    
86     -- Eduard Bloch <blade@debian.org>  Sat, 30 Dec 2006 16:45:40 +0100
87    
88    cdrkit (1.1.0) RELEASED; urgency=medium
89    
90      [ Eduard Bloch ]
91      * replacement of libdeflt, config parser rewrite; more user-friendly,
92        more flexible/tolerant now
93      * config overhaul, much more dynamic checks, including fixes for SunOS and
94        AIX environment, including proper libiconv detection, and processing of
95        LDFLAGS provided by user. Also fixed confusing double-checks for some of
96        the variables in cdda2wav.c.
97      * mass renaming of applications and libraries, see FAQ
98      * dirsplit -S fix, oversized have been possible before
99      * consistent version display
100      * cleanup of libschily, removed unused/superfluous parts (assumed having a
101        modern POSIX compliant environment). Renamed to librols
102        (RemainsOfLibSchily).
103      * reenabled selection of the DVD driver, accidentaly disabled in 1.0, when
104        beeing in non-verbose mode
105      * made dirsplit work with file symlinks
106      * incorporated some OpenSUSE patches:
107        + cdrkit-HZ.patch (with initialized value, *sic*)
108        + cdrkit-dvd-fix.patch (return code tracking)
109        + cdrkit-gcc-workaround.patch
110        + cdrkit-mkisofs-fail-on-large-file.patch (don't just skip them)
111        + cdrkit-mkisofs-grow-check.patch (tolerate grown files)
112        + cdrkit-perms.patch (not breaking on missing device files)
113    
114      [ Christian Fromme ]
115      * big cleanup, phase I, getting rid from Cstyle function definitions in
116        applications
117    
118      [ Lorenz Minder ]
119      * user output junk filter in icedax/toc.c
120      * flexible ascii conversion buffer
121    
122     -- Eduard Bloch <blade@debian.org>  Sat, 02 Dec 2006 18:43:14 +0100
123    
124    cdrkit (1.0) RELEASED; urgency=low
125    
126      [ Eduard Bloch ]
127      * mapping of ATAPI: -> ATA: method on linux-2.6 and some code beautification
128      * added a atexit handler to stop the FIFO process more reliably, since
129        Schilling's constructs seem to terminate the application on too many
130        places
131      * print Burnfree state/preparation messages only with high verbosity
132    
133      [ Dennis Vshivkov ]
134      * sorted display of files when needed
135    
136      [ Joerg Jaspert]
137      * Remove all the printing of useless messages. This is based on GPLed
138        code, so we follow the letter of the GPL as it is interpreted by 99%
139        of the world, including its authors. Especially as Joerg was never able
140        to give us any clear explanation what other license he may think
141        cdrtools had, despite us asking multiple times. So we have no other
142        choice than to take whats written down, and thats GPL.
143    
144     -- Joerg Jaspert <joerg@debian.org>  Mon, 20 Nov 2006 19:25:10 +0100
145    
146  cdrkit (1.0pre5) UNRELEASED; urgency=low  cdrkit (1.0pre5) RELEASED; urgency=low
147    
148    [ Eduard Bloch ]    [ Eduard Bloch ]
149    * added better check for capability.h and FATAL_ERROR if it's missing on Linux    * added better check for capability.h and FATAL_ERROR if it's missing on Linux
# Line 42  cdrkit (1.0pre5) UNRELEASED; urgency=low Line 162  cdrkit (1.0pre5) UNRELEASED; urgency=low
162      old workaround(s) for ATA now for SCSI too      old workaround(s) for ATA now for SCSI too
163    * renamed error function to schily_error because it started to wreak random    * renamed error function to schily_error because it started to wreak random
164      havoc after harmless header moving (conflict with incompatible GNU version)      havoc after harmless header moving (conflict with incompatible GNU version)
165      * restored scsi-remote.c compilation, moved to libscg sources, used instead
166        of rdummy.c
167      * added optional omiting of DMA speed tests
168    
169    [ Vladimir Nadvornik ]    [ Vladimir Nadvornik ]
170    * enabled CLONE feature in wodim's config    * enabled CLONE feature in wodim's config
# Line 139  cdrkit (1.0pre1) RELEASED; urgency=low Line 262  cdrkit (1.0pre1) RELEASED; urgency=low
262        plattforms, though.        plattforms, though.
263    * removed most of the anti-linux2.6  program messages (unless being    * removed most of the anti-linux2.6  program messages (unless being
264      in verbose mode). (closes: #377145)      in verbose mode). (closes: #377145)
265    * changed default config file location to /etc/default/wodim    * changed default config file location to /etc/wodim.conf
266    * added more meaningful error message on -dvd-video failure (closes: #324586)    * added more meaningful error message on -dvd-video failure (closes: #324586)
267    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
268      fixes for unreliable encoder detection (closes: #283794, #344443) plus      fixes for unreliable encoder detection (closes: #283794, #344443) plus

Legend:
Removed from v.369  
changed lines
  Added in v.709

  ViewVC Help
Powered by ViewVC 1.1.5