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

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

  ViewVC Help
Powered by ViewVC 1.1.5