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

Diff of /cdrkit/trunk/Changelog

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

revision 653 by blade, Thu Dec 28 23:06:26 2006 UTC revision 761 by blade, Fri May 4 00:45:51 2007 UTC
# Line 1  Line 1 
1  cdrkit (1.1.1) UNRELEASED; urgency=low  cdrkit (1.1.6) UNRELEASED; urgency=low
2    
3      [ Vladimir Nadvornik ]
4      * genisoimage/eltorito.c: care about inhibit flags when preparing eltority
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      * icedax: find libossaudio on OpenBSD and use it
11      * icedax: fixed bug with --devices (segfault, bad arguments gone unnoticed)
12      * moved Linux-specific recorder location guesser to scsi_scan.h
13      * count all track sizes when guessing the needed disk type when guessing
14      * added an alternative guessing method, using list_devices(...) picking up
15        the first drive having appropriate device type in the inquiry info. This
16        method is used as fall-back on Linux and by default on others platforms.
17    
18     -- Eduard Bloch <blade@debian.org>  Thu, 03 May 2007 11:54:45 +0200
19    
20    cdrkit (1.1.5.1) RELEASED; urgency=low
21    
22      * resync with cosmetical last-minute changes from Peter Samuelson
23      * Makefile: "release" target extension to make the Debian related source
24        file creation more convinient
25    
26     -- Eduard Bloch <blade@debian.org>  Sat, 21 Apr 2007 11:30:35 +0200
27    
28    cdrkit (1.1.5) RELEASED; urgency=low
29    
30      * wodim: explicite warning and more grace time if user manually specifies a size
31        less than 301 sectors, which is likely to be a mistake from copy-pasting
32        of genisoimage -print-size output and omitting the block factor
33      * wodim: Native device name management directly in libusal now, the
34        rewritten device scan method uses it directly. If the backend driver does
35        not implement native names handling, the old-style IDs are displayed.
36      * libusal: native device name management, implemented on Linux and
37        Win32(SPT) for now
38      * libusal: ATA is now mapped directly into the b/t/l namespace, with some
39        workarounds to provide backward compatibility
40      * libusal: For SCSI devices, use only scd* on kernel 2.6 and sg* on kernel
41        2.4 until proper locking scheme is established
42      * libusal: always return a known value in usal_sense_table(...), from a
43        patch from SUSE (cdrkit-dvd-fix.patch)
44      * genisoimage: customized the default APPID string in genisoimage
45      * genisoimage: restored support for iso9660 file sizes up to 4GB-1
46      * genisoimage: forced MAGIC_ERROR definition for older version, thanks
47        to Thomas Schmidt
48      * genisoimage: avoid pointless warnings on filetype of <root directory>/..
49    
50     -- Eduard Bloch <blade@debian.org>  Sat, 21 Apr 2007 10:17:35 +0200
51    
52    cdrkit (1.1.4) RELEASED; urgency=low
53    
54      [ Eduard Bloch ]
55      * On Linux, do device scanning on /dev/sr first and fallback to /dev/sg and
56        others only then, thus having better chances to use the same exclusive
57        lock as other programs when the user provided only the b/t/l
58        device specification, since the Linux kernel is not able to coordinate the
59        locking between the userspace interfaces
60      * some refactoring, moved new Linux specific extensions to scsi-linux-sg.c,
61        more relaxed device opening checks on scanning
62      * some more warnings about b/t/l syntax deprecation
63    
64     -- Eduard Bloch <blade@debian.org>  Sun, 01 Apr 2007 21:49:03 +0200
65    
66    cdrkit (1.1.3) RELEASED; urgency=medium
67    
68      [ Eduard Bloch ]
69      * Fixed fishing for transfer size in sysfs, now ready for
70        /dev/class/scsi_generic contents
71      * Fixed /dev/sg%d pattern scan in --devices, now iterating over modern style
72        device files. Thanks to Thomas Schmidt.
73      * Dealing with the last newline char when processing
74        /proc/sys/dev/cdrom/info contents
75      * print the track size in the info message when guessing
76      * added some missing or probably missing definitions in
77        wodim/CMakeLists.txt, restoring the reading from inf files
78      * passing through the real file size to the UDF generator. Creating
79        incorrect iso9660 but having it this way is better than no LFS at all.
80      * removed md5* parts and integration from icedax, patch by
81        Vladimir Nadvornik <nadvornik@suse.cz>
82      * various small bugfixes or cosmetic fixes picked from still GPLed parts of
83        cdrtools-2.01.01a24, excluding meta changes and big tree.c and mkisofs.c
84        refactoring. Stream file name option enabled now.
85      * wodim.1: "you have 4 seconds to abort ..."
86      * defaults.c: Correct fallback to CDR_FIFOSIZE and correct error message
87        on bad input.
88      * tell the user his device is busy on Linux because it's mounted, after
89        looking at /proc/mounts
90    
91      [ Peter Samuelson ]
92      * Clean up Linux-2.6 CD/DVD-R drive detection, clearer error messages.
93    
94     -- Eduard Bloch <blade@debian.org>  Mon, 26 Mar 2007 17:35:10 +0200
95    
96    cdrkit (1.1.2) RELEASED; urgency=low
97    
98      [ Stefan Huehner ]
99      * more Cstyle cleanups
100    
101      [ Eduard Bloch ]
102      * stop confusion and bailing out if burnfree/burnproof options have been
103        explicitely specified
104      * be move carefull with -dummy when the DVD media may not support it
105      * extracting drive's default speed in attach_mdvd()
106      * automatic recorder device guessing code, currently Linux-only
107    
108      [ Peter Samuelson ]
109      * Fix icedax cddb query, based on a patch from Heiko Schlenker
110    
111     -- Eduard Bloch <blade@debian.org>  Sat, 13 Jan 2007 00:45:38 +0100
112    
113    cdrkit (1.1.1) RELEASED; urgency=low
114    
115    * added geteltorito script from Rainer Krienke    * added geteltorito script from Rainer Krienke
116    
# Line 6  cdrkit (1.1.1) UNRELEASED; urgency=low Line 118  cdrkit (1.1.1) UNRELEASED; urgency=low
118    * more verbose abort message if track is specified with some maintainance    * more verbose abort message if track is specified with some maintainance
119      command (#369677)      command (#369677)
120    * Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm    * Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm
121    * --devices option for wodim (modeled after cdrskin's output)    * --devices option for wodim (modeled after cdrskin's output), working on
122        Linux and Cygwin
123      * Open-By-Device-Letter mode on Cygwin
124    * -msifile=... option to store -msinfo output reliably in a dedicated file    * -msifile=... option to store -msinfo output reliably in a dedicated file
125    * clear profile names printing (using code from libburnia)    * clear profile names printing (using code from libburnia, thanks to Thomas
126        Schmidt)
127    * cleanup with unused embedded CVS revision strings from Schilling and    * cleanup with unused embedded CVS revision strings from Schilling and
128      more gcc -Wall correctness      more gcc -Wall correctness
129    * reenabled -format functionality (bug in program function control flow)    * reenabled -format functionality (bug in program function control flow)
130    * get maximum DMA buffer size from sysfs on Linux, where possible    * get maximum DMA buffer size from sysfs on Linux, where possible
131    * enable BURN-Free by default where possible    * enable BURN-Free by default where possible
   * genisoimage documentation updates, mkisofs name changes  
132    * setting argv[0] to wodim if someone is cheating and calls it as cdrecord.    * setting argv[0] to wodim if someone is cheating and calls it as cdrecord.
133      Avoids confusion and printing of the wrong app name in the help output.      Avoids confusion and printing of the wrong app name in the help output.
134    * more table formating fixes in icedax.1    * more documentation updates WRT cdda2wav->icedax renaming, more table
135        formating fixes in icedax.1
136      * genisoimage documentation updates, mkisofs name changes
137    
138    [ Thomas Schmidt ]    [ Thomas Schmidt ]
139    * workaround for older libmagic API    * workaround for older libmagic API
140      * code for clear profile name mapping
141    
142    [ Peter Samuelson ]    [ Peter Samuelson ]
143    * expand where genisoimage looks for the config file - same places    * expand where genisoimage looks for the config file - same places
# Line 28  cdrkit (1.1.1) UNRELEASED; urgency=low Line 145  cdrkit (1.1.1) UNRELEASED; urgency=low
145    * major cleanups to genisoimage.1 manpage; split out the part about    * major cleanups to genisoimage.1 manpage; split out the part about
146      .genisoimagerc to a new page genisoimagerc.5.      .genisoimagerc to a new page genisoimagerc.5.
147    
148      [ Steve Langasek ]
149      * allow hppa and alpha boot code to coexist in one ISO image
150    
151    [ Arkadiusz Miskiewicz ]    [ Arkadiusz Miskiewicz ]
152    * Fake prefix line in the version output of readom to keep compatibility    * Fake prefix line in the version output of readom to keep compatibility
153      with frontends      with frontends
154    
155   -- Eduard Bloch <blade@debian.org>  Sat,  2 Dec 2006 23:05:33 +0100   -- Eduard Bloch <blade@debian.org>  Sat, 30 Dec 2006 16:45:40 +0100
156    
157  cdrkit (1.1.0) RELEASED; urgency=medium  cdrkit (1.1.0) RELEASED; urgency=medium
158    

Legend:
Removed from v.653  
changed lines
  Added in v.761

  ViewVC Help
Powered by ViewVC 1.1.5