/[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 252 by blade, Mon Sep 11 08:04:27 2006 UTC cdrkit/trunk/Changelog revision 744 by blade, Sat Apr 21 07:14:45 2007 UTC
# Line 1  Line 1 
1  cdrkit (1.0pre5) UNRELEASED; urgency=low  cdrkit (1.1.5) UNRELEASED; urgency=low
2    
3      * always return a value in usal_sense_table(...), from a patch from
4        SUSE (cdrkit-dvd-fix.patch)
5      * explicite warning and more grace time if user specifies a size less than
6        301 sectors, which is likely to be a mistake from copy-pasting of
7        mkisofs/genisoimage -print-size output
8      * Native device name management directly in libusal, -scandev method uses it
9        directly now. If the backend driver does not implement it, the old-style
10        IDs are returned.
11      * ATA is now mapped directly into the b/t/l namespace, with some workarounds
12        to provide backward compatibility
13      * For SCSI devices, use only scd* on kernel 2.6 and sg* on kernel 2.4 until
14        proper locking scheme is established
15      * genisoimage: customized the default APPID string in genisoimage
16      * genisoimage: restored support for iso9660 file sizes up to 4GB-1
17      * genisoimage: forced MAGIC_ERROR definition for older version, thanks
18        to T. Schmidt
19      * genisoimage: avoid pointless warnings on filetype of <root directory>/".."
20    
21     -- Eduard Bloch <blade@debian.org>  Fri, 20 Apr 2007 23:41:13 +0200
22    
23    cdrkit (1.1.4) RELEASED; urgency=low
24    
25      [ Eduard Bloch ]
26      * On Linux, do device scanning on /dev/sr first and fallback to /dev/sg and
27        others only then, thus having better chances to use the same exclusive
28        lock as other programs when the user provided only the b/t/l
29        device specification, since the Linux kernel is not able to coordinate the
30        locking between the userspace interfaces
31      * some refactoring, moved new Linux specific extensions to scsi-linux-sg.c,
32        more relaxed device opening checks on scanning
33      * some more warnings about b/t/l syntax deprecation
34    
35     -- Eduard Bloch <blade@debian.org>  Sun, 01 Apr 2007 21:49:03 +0200
36    
37    cdrkit (1.1.3) RELEASED; urgency=medium
38    
39      [ Eduard Bloch ]
40      * Fixed fishing for transfer size in sysfs, now ready for
41        /dev/class/scsi_generic contents
42      * Fixed /dev/sg%d pattern scan in --devices, now iterating over modern style
43        device files. Thanks to Thomas Schmidt.
44      * Dealing with the last newline char when processing
45        /proc/sys/dev/cdrom/info contents
46      * print the track size in the info message when guessing
47      * added some missing or probably missing definitions in
48        wodim/CMakeLists.txt, restoring the reading from inf files
49      * passing through the real file size to the UDF generator. Creating
50        incorrect iso9660 but having it this way is better than no LFS at all.
51      * removed md5* parts and integration from icedax, patch by
52        Vladimir Nadvornik <nadvornik@suse.cz>
53      * various small bugfixes or cosmetic fixes picked from still GPLed parts of
54        cdrtools-2.01.01a24, excluding meta changes and big tree.c and mkisofs.c
55        refactoring. Stream file name option enabled now.
56      * wodim.1: "you have 4 seconds to abort ..."
57      * defaults.c: Correct fallback to CDR_FIFOSIZE and correct error message
58        on bad input.
59      * tell the user his device is busy on Linux because it's mounted, after
60        looking at /proc/mounts
61    
62      [ Peter Samuelson ]
63      * Clean up Linux-2.6 CD/DVD-R drive detection, clearer error messages.
64    
65     -- Eduard Bloch <blade@debian.org>  Mon, 26 Mar 2007 17:35:10 +0200
66    
67    cdrkit (1.1.2) RELEASED; urgency=low
68    
69      [ Stefan Huehner ]
70      * more Cstyle cleanups
71    
72      [ Eduard Bloch ]
73      * stop confusion and bailing out if burnfree/burnproof options have been
74        explicitely specified
75      * be move carefull with -dummy when the DVD media may not support it
76      * extracting drive's default speed in attach_mdvd()
77      * automatic recorder device guessing code, currently Linux-only
78    
79      [ Peter Samuelson ]
80      * Fix icedax cddb query, based on a patch from Heiko Schlenker
81    
82     -- Eduard Bloch <blade@debian.org>  Sat, 13 Jan 2007 00:45:38 +0100
83    
84    cdrkit (1.1.1) RELEASED; urgency=low
85    
86      * added geteltorito script from Rainer Krienke
87    
88      [ Eduard Bloch ]
89      * more verbose abort message if track is specified with some maintainance
90        command (#369677)
91      * Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm
92      * --devices option for wodim (modeled after cdrskin's output), working on
93        Linux and Cygwin
94      * Open-By-Device-Letter mode on Cygwin
95      * -msifile=... option to store -msinfo output reliably in a dedicated file
96      * clear profile names printing (using code from libburnia, thanks to Thomas
97        Schmidt)
98      * cleanup with unused embedded CVS revision strings from Schilling and
99        more gcc -Wall correctness
100      * reenabled -format functionality (bug in program function control flow)
101      * get maximum DMA buffer size from sysfs on Linux, where possible
102      * enable BURN-Free by default where possible
103      * setting argv[0] to wodim if someone is cheating and calls it as cdrecord.
104        Avoids confusion and printing of the wrong app name in the help output.
105      * more documentation updates WRT cdda2wav->icedax renaming, more table
106        formating fixes in icedax.1
107      * genisoimage documentation updates, mkisofs name changes
108    
109      [ Thomas Schmidt ]
110      * workaround for older libmagic API
111      * code for clear profile name mapping
112    
113      [ Peter Samuelson ]
114      * expand where genisoimage looks for the config file - same places
115        mkisofs looks plus a few more.  (We may wish to trim this back some.)
116      * major cleanups to genisoimage.1 manpage; split out the part about
117        .genisoimagerc to a new page genisoimagerc.5.
118    
119      [ Steve Langasek ]
120      * allow hppa and alpha boot code to coexist in one ISO image
121    
122      [ Arkadiusz Miskiewicz ]
123      * Fake prefix line in the version output of readom to keep compatibility
124        with frontends
125    
126     -- Eduard Bloch <blade@debian.org>  Sat, 30 Dec 2006 16:45:40 +0100
127    
128    cdrkit (1.1.0) RELEASED; urgency=medium
129    
130      [ Eduard Bloch ]
131      * replacement of libdeflt, config parser rewrite; more user-friendly,
132        more flexible/tolerant now
133      * config overhaul, much more dynamic checks, including fixes for SunOS and
134        AIX environment, including proper libiconv detection, and processing of
135        LDFLAGS provided by user. Also fixed confusing double-checks for some of
136        the variables in cdda2wav.c.
137      * mass renaming of applications and libraries, see FAQ
138      * dirsplit -S fix, oversized have been possible before
139      * consistent version display
140      * cleanup of libschily, removed unused/superfluous parts (assumed having a
141        modern POSIX compliant environment). Renamed to librols
142        (RemainsOfLibSchily).
143      * reenabled selection of the DVD driver, accidentaly disabled in 1.0, when
144        beeing in non-verbose mode
145      * made dirsplit work with file symlinks
146      * incorporated some OpenSUSE patches:
147        + cdrkit-HZ.patch (with initialized value, *sic*)
148        + cdrkit-dvd-fix.patch (return code tracking)
149        + cdrkit-gcc-workaround.patch
150        + cdrkit-mkisofs-fail-on-large-file.patch (don't just skip them)
151        + cdrkit-mkisofs-grow-check.patch (tolerate grown files)
152        + cdrkit-perms.patch (not breaking on missing device files)
153    
154    [ Christian Fromme ]    [ Christian Fromme ]
155    * big cleanup, phase I, getting rid from Cstyle function definitions in    * big cleanup, phase I, getting rid from Cstyle function definitions in
156      applications      applications
157    
158      [ Lorenz Minder ]
159      * user output junk filter in icedax/toc.c
160      * flexible ascii conversion buffer
161    
162     -- Eduard Bloch <blade@debian.org>  Sat, 02 Dec 2006 18:43:14 +0100
163    
164    cdrkit (1.0) RELEASED; urgency=low
165    
166      [ Eduard Bloch ]
167      * mapping of ATAPI: -> ATA: method on linux-2.6 and some code beautification
168      * added a atexit handler to stop the FIFO process more reliably, since
169        Schilling's constructs seem to terminate the application on too many
170        places
171      * print Burnfree state/preparation messages only with high verbosity
172    
173      [ Dennis Vshivkov ]
174      * sorted display of files when needed
175    
176      [ Joerg Jaspert]
177      * Remove all the printing of useless messages. This is based on GPLed
178        code, so we follow the letter of the GPL as it is interpreted by 99%
179        of the world, including its authors. Especially as Joerg was never able
180        to give us any clear explanation what other license he may think
181        cdrtools had, despite us asking multiple times. So we have no other
182        choice than to take whats written down, and thats GPL.
183    
184     -- Joerg Jaspert <joerg@debian.org>  Mon, 20 Nov 2006 19:25:10 +0100
185    
186    cdrkit (1.0pre5) RELEASED; urgency=low
187    
188    [ Eduard Bloch ]    [ Eduard Bloch ]
189    * 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
190    * wodim.1 updates, ie. moved suid howto to README.suidroot, Linux bashing to    * wodim.1 updates, ie. moved suid howto to README.suidroot, Linux bashing to
191      README.linux, more notes about non-root usage (corrections by Peter)      README.linux, more notes about non-root usage
192    * config parser rewrite; more user-friendly, flexibel, tolerant now    * more carefull description of the role of previous developer and his own
193        project
194      * fixed libmagic detection
195      * rewrote README.mkisofs, README.win32
196      * better track numbers extraction command in cdda2ogg/cdda2mp3
197      * reenabled (forgotten) support for libedc
198      * table formating fixes in cdda2wav.1, helps small terminals
199      * AIX 5l port
200      * killing FIFO process on ungraceful termination
201      * scsi-linux-sg.c: skipping unallowed devices, cleanup/consolidation of the
202        old workaround(s) for ATA now for SCSI too
203      * renamed error function to schily_error because it started to wreak random
204        havoc after harmless header moving (conflict with incompatible GNU version)
205      * restored scsi-remote.c compilation, moved to libscg sources, used instead
206        of rdummy.c
207      * added optional omiting of DMA speed tests
208    
209      [ Vladimir Nadvornik ]
210      * enabled CLONE feature in wodim's config
211    
212      [ Modestas Vainius ]
213      * dropped . from the include path and fixed mkisofs source to use the local
214        headers
215    
216      [ Lorenz Minder ]
217      * Fix of the joliet_strlen signature
218      * Code refactoring around *cvt* declarations to make the conditional
219        compilation more reliable, especially on BSD and AIX
220      * include/utypes.h: guard to preserve SIZE_T_MAX
221    
222      [ Christian Fromme ]
223      * detailed review and correction of author related data in manpages and
224        README files
225    
226      [ Peter Samuelson, Tollef Fog Heen ]
227      * typo and grammar fixes in mkisofs.8
228      * Remove several instances of %r in printf-like statements, in
229        preparation for removing the libschily format-string implementation
230    
231   -- Eduard Bloch <blade@debian.org>  Wed,  6 Sep 2006 22:05:30 +0200   -- Eduard Bloch <blade@debian.org>  Wed,  6 Sep 2006 22:05:30 +0200
232    
233    cdrkit (1.0pre4) RELEASED; urgency=low
234    
235    [ Eduard Bloch ]    [ Eduard Bloch ]
236    * Added checks for libcam to make (k)FreeBSD compilation work (untested)    * Added checks for libcam to make (k)FreeBSD compilation work (untested)
237    * added clarifications about changes to all source files    * added clarifications about changes to all source files
# Line 81  cdrkit (1.0pre1) RELEASED; urgency=low Line 302  cdrkit (1.0pre1) RELEASED; urgency=low
302        plattforms, though.        plattforms, though.
303    * removed most of the anti-linux2.6  program messages (unless being    * removed most of the anti-linux2.6  program messages (unless being
304      in verbose mode). (closes: #377145)      in verbose mode). (closes: #377145)
305    * changed default config file location to /etc/default/wodim    * changed default config file location to /etc/wodim.conf
306    * added more meaningful error message on -dvd-video failure (closes: #324586)    * added more meaningful error message on -dvd-video failure (closes: #324586)
307    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
308      fixes for unreliable encoder detection (closes: #283794, #344443) plus      fixes for unreliable encoder detection (closes: #283794, #344443) plus

Legend:
Removed from v.252  
changed lines
  Added in v.744

  ViewVC Help
Powered by ViewVC 1.1.5