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

Diff of /cdrkit/trunk/Changelog

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

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

Legend:
Removed from v.645  
changed lines
  Added in v.738

  ViewVC Help
Powered by ViewVC 1.1.5