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

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

  ViewVC Help
Powered by ViewVC 1.1.5