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

  ViewVC Help
Powered by ViewVC 1.1.5