/[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 857 by peters, Wed Jan 26 15:24:31 2011 UTC
# Line 1  Line 1 
1  cdrkit (1.1.1) UNRELEASED; urgency=low  cdrkit (1.1.12) UNRELEASED; urgency=low
2    
3      [ Jan HorĂ¡k ]
4      * genisoimage.1: Document several more flags and aliases.
5    
6     --
7    
8    cdrkit (1.1.11) RELEASED; urgency=low
9    
10      [ Steve McIntyre ]
11      * genisoimage: Fix silly bug in MD5 output in template files. (Debian
12        bug #596681)
13      * genisoimage: Minor tweaks to the the genisoimage.1 man page.
14      * genisoimage: Update references to atterer.org (Debian bug #596860)
15      * genisoimage.1: Make the description of the md5-list format clearer.
16    
17      [ Mike Paul ]
18      * genisoimage: Use memmove() instead of strcpy() when cleaning
19        up graft points.
20    
21     -- Steve McIntyre <93sam@debian.org>  Fri, 23 Apr 2010 00:30:18 +0100
22    
23    cdrkit (1.1.10) RELEASED; urgency=low
24    
25      [ Steve McIntyre ]
26      * genisoimage: add support for sha256 and sha512 checksum generation
27        when making jigdo files.
28      * genisoimage: checksumming with lots of algorithms can be very
29        time-consuming, so split it out into multiple threads if possible.
30      * genisoimage: allow user to specify which checksum algorithms to run
31        on the command line.
32      * Fix FTBFS with missing xconfig.h. Thanks to Matt Kraai for the patch.
33    
34      [ Nikola Pajkovsky ]
35      * genisoimage: fix string overflow breakage when using the -root
36        option (https://bugzilla.redhat.com/show_bug.cgi?id=508449)
37    
38      [ Peter Samuelson ]
39      * librols: remove or rename several functions that clash with POSIX.
40        Fix up callers.
41    
42     -- Steve McIntyre <93sam@debian.org>  Thu, 14 May 2009 00:28:48 +0100
43    
44    cdrkit (1.1.9) RELEASED; urgency=low
45    
46      [ Steve McIntyre ]
47      * wodim: In -msinfo mode, only suggest dvd+rw-mediainfo in verbose mode.
48        Thanks to Michael Karcher <debian@mkarcher.dialup.fu-berlin.de> for the
49        patch.
50      * genisoimage: undo a mistake in the directory permissions change in
51        the last release. Fixes handling of deep directory structures.
52    
53     -- Steve McIntyre <93sam@debian.org>  Sun, 26 Oct 2008 15:43:54 -0700
54    
55    cdrkit (1.1.8) RELEASED; urgency=low
56    
57      [ Steve McIntyre ]
58      * genisoimage/joliet.c: Fix a potential memory corruption bug.
59      * genisoimage/md5.c: Trivial cleanup
60      * genisoimage/genisoimage.[c1]: Add command-line support for
61        -jigdo-template-compress
62      * genisoimage/sha1.h: Fix a type issue that broke sha1 support
63        on 64-bit arches.
64      * genisoimage/checksum.[ch]: Added test code; changed internal
65        layout slightly to make for easier debug.
66      * genisoimage: Applied patch from Roman Rakus <rrakus@redhat.com> to
67        preserve directory permissions.
68      * genisoimage: Add a patch from Ivan Shmakov. "-o -" will now write
69        to stdout, as typical for command line programs. And we will try
70        not to corrupt stdout by default if it's a terminal.
71      * genisoimage/genisoimage.1: Add a mention of -chrp-boot.
72      * genisoimage/mac_label.c: Fix an over-keen s/mkisofs/genisoimage.
73    
74     -- Steve McIntyre <93sam@debian.org>  Mon, 25 May 2008 21:22:26 +0100
75    
76    cdrkit (1.1.7.1) RELEASED; urgency=low
77    
78      [ Steve McIntyre ]
79      * Re-spin the 1.1.7 release with a few silly release process errors fixed.
80    
81     -- Steve McIntyre <93sam@debian.org>  Mon, 17 Mar 2008 21:25:56 +0000
82    
83    cdrkit (1.1.7) RELEASED; urgency=low
84    
85      [ Harald Hoyer ]
86      * lots of fixes to prevent gcc warnings
87      * Fix for Joliet directory length bug in genisoimage
88    
89      [ Peter Samuelson ]
90      * wodim.1: small fixes.
91    
92      [ Steve McIntyre ]
93      * genisoimage/jte.c: add support for bzip2-compressed templates
94      * genisoimage/jte.c: fix bzip2-compressed template data to be
95        compatible with jigdo.
96      * genisoimage/jte.c: fix exclude list handling.
97      * genisoimage/checksum.[ch]: Add a generic infrastructure for
98        checksums so we can use sha1/<whatever> as well as just
99        md5sum. Will make things much faster for generating sha1sums for
100        images and jigdos.
101      * genisoimage/sha1.[ch]: Add GPL-licensed SHA1 implementation.
102      * s/mkisofs/genisoimage/ in ABOUT
103    
104     -- Steve McIntyre <93sam@debian.org>  Mon, 17 Mar 2008 20:07:58 +0000
105    
106    cdrkit (1.1.6) RELEASED; urgency=low
107    
108      [ Vladimir Nadvornik ]
109      * genisoimage/eltorito.c: care about inhibit flags when preparing eltorito
110        boot catalog directory entry, avoiding possible crashes
111    
112      [ Eduard Bloch]
113      * ALL: customize the base manpage subdirectory below PREFIX using the new
114        MANSUBDIR variable
115      * make sure that the buffer is flushed and drive is ready before closing
116        session
117      * icedax: find libossaudio on OpenBSD and use it
118      * icedax: fixed bug with --devices (unnoticed segfault due to wrong
119        list_devices arguments)
120      * wodim/scsi_scan.h: moved Linux-specific recorder location guesser to an
121        extra method for automatic drive opening, and added an alternative
122        guessing method, using list_devices(...) picking up the first drive having
123        appropriate device type in the inquiry info. This generic method is also
124        used on Linux when the original guesser fails.
125      * wodim/wodim.c: count all track sizes when looking for an appropriate drive
126    
127     -- Eduard Bloch <blade@debian.org>  Sun, 06 May 2007 16:39:08 +0200
128    
129    cdrkit (1.1.5.1) RELEASED; urgency=low
130    
131      * resync with cosmetical last-minute changes from Peter Samuelson
132      * Makefile: "release" target extension to make the Debian related source
133        file creation more convinient
134    
135     -- Eduard Bloch <blade@debian.org>  Sat, 21 Apr 2007 11:30:35 +0200
136    
137    cdrkit (1.1.5) RELEASED; urgency=low
138    
139      * wodim: explicit warning and more grace time if user manually specifies a size
140        less than 301 sectors, which is likely to be a mistake from copy-pasting
141        of genisoimage -print-size output and omitting the block factor
142      * wodim: Native device name management directly in libusal now, the
143        rewritten device scan method uses it directly. If the backend driver does
144        not implement native names handling, the old-style IDs are displayed.
145      * libusal: native device name management, implemented on Linux and
146        Win32(SPT) for now
147      * libusal: ATA is now mapped directly into the b/t/l namespace, with some
148        workarounds to provide backward compatibility
149      * libusal: For SCSI devices, use only scd* on kernel 2.6 and sg* on kernel
150        2.4 until proper locking scheme is established
151      * libusal: always return a known value in usal_sense_table(...), from a
152        patch from SUSE (cdrkit-dvd-fix.patch)
153      * genisoimage: customized the default APPID string in genisoimage
154      * genisoimage: restored support for iso9660 file sizes up to 4GB-1
155      * genisoimage: forced MAGIC_ERROR definition for older version, thanks
156        to Thomas Schmidt
157      * genisoimage: avoid pointless warnings on filetype of <root directory>/..
158    
159     -- Eduard Bloch <blade@debian.org>  Sat, 21 Apr 2007 10:17:35 +0200
160    
161    cdrkit (1.1.4) RELEASED; urgency=low
162    
163      [ Eduard Bloch ]
164      * On Linux, do device scanning on /dev/sr first and fallback to /dev/sg and
165        others only then, thus having better chances to use the same exclusive
166        lock as other programs when the user provided only the b/t/l
167        device specification, since the Linux kernel is not able to coordinate the
168        locking between the userspace interfaces
169      * some refactoring, moved new Linux specific extensions to scsi-linux-sg.c,
170        more relaxed device opening checks on scanning
171      * some more warnings about b/t/l syntax deprecation
172    
173     -- Eduard Bloch <blade@debian.org>  Sun, 01 Apr 2007 21:49:03 +0200
174    
175    cdrkit (1.1.3) RELEASED; urgency=medium
176    
177      [ Eduard Bloch ]
178      * Fixed fishing for transfer size in sysfs, now ready for
179        /dev/class/scsi_generic contents
180      * Fixed /dev/sg%d pattern scan in --devices, now iterating over modern style
181        device files. Thanks to Thomas Schmidt.
182      * Dealing with the last newline char when processing
183        /proc/sys/dev/cdrom/info contents
184      * print the track size in the info message when guessing
185      * added some missing or probably missing definitions in
186        wodim/CMakeLists.txt, restoring the reading from inf files
187      * passing through the real file size to the UDF generator. Creating
188        incorrect iso9660 but having it this way is better than no LFS at all.
189      * removed md5* parts and integration from icedax, patch by
190        Vladimir Nadvornik <nadvornik@suse.cz>
191      * various small bugfixes or cosmetic fixes picked from still GPLed parts of
192        cdrtools-2.01.01a24, excluding meta changes and big tree.c and mkisofs.c
193        refactoring. Stream file name option enabled now.
194      * wodim.1: "you have 4 seconds to abort ..."
195      * defaults.c: Correct fallback to CDR_FIFOSIZE and correct error message
196        on bad input.
197      * tell the user his device is busy on Linux because it's mounted, after
198        looking at /proc/mounts
199    
200      [ Peter Samuelson ]
201      * Clean up Linux-2.6 CD/DVD-R drive detection, clearer error messages.
202    
203     -- Eduard Bloch <blade@debian.org>  Mon, 26 Mar 2007 17:35:10 +0200
204    
205    cdrkit (1.1.2) RELEASED; urgency=low
206    
207      [ Stefan Huehner ]
208      * more Cstyle cleanups
209    
210      [ Eduard Bloch ]
211      * stop confusion and bailing out if burnfree/burnproof options have been
212        explicitly specified
213      * be move carefull with -dummy when the DVD media may not support it
214      * extracting drive's default speed in attach_mdvd()
215      * automatic recorder device guessing code, currently Linux-only
216    
217      [ Peter Samuelson ]
218      * Fix icedax cddb query, based on a patch from Heiko Schlenker
219    
220     -- Eduard Bloch <blade@debian.org>  Sat, 13 Jan 2007 00:45:38 +0100
221    
222    cdrkit (1.1.1) RELEASED; urgency=low
223    
224    * added geteltorito script from Rainer Krienke    * added geteltorito script from Rainer Krienke
225    
# Line 6  cdrkit (1.1.1) UNRELEASED; urgency=low Line 227  cdrkit (1.1.1) UNRELEASED; urgency=low
227    * more verbose abort message if track is specified with some maintainance    * more verbose abort message if track is specified with some maintainance
228      command (#369677)      command (#369677)
229    * 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
230    * --devices option for wodim (modeled after cdrskin's output)    * --devices option for wodim (modeled after cdrskin's output), working on
231        Linux and Cygwin
232      * Open-By-Device-Letter mode on Cygwin
233    * -msifile=... option to store -msinfo output reliably in a dedicated file    * -msifile=... option to store -msinfo output reliably in a dedicated file
234    * clear profile names printing (using code from libburnia)    * clear profile names printing (using code from libburnia, thanks to Thomas
235        Schmidt)
236    * cleanup with unused embedded CVS revision strings from Schilling and    * cleanup with unused embedded CVS revision strings from Schilling and
237      more gcc -Wall correctness      more gcc -Wall correctness
238    * reenabled -format functionality (bug in program function control flow)    * reenabled -format functionality (bug in program function control flow)
239    * get maximum DMA buffer size from sysfs on Linux, where possible    * get maximum DMA buffer size from sysfs on Linux, where possible
240    * enable BURN-Free by default where possible    * enable BURN-Free by default where possible
   * genisoimage documentation updates, mkisofs name changes  
241    * 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.
242      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.
243    * more table formating fixes in icedax.1    * more documentation updates WRT cdda2wav->icedax renaming, more table
244        formating fixes in icedax.1
245      * genisoimage documentation updates, mkisofs name changes
246    
247    [ Thomas Schmidt ]    [ Thomas Schmidt ]
248    * workaround for older libmagic API    * workaround for older libmagic API
249      * code for clear profile name mapping
250    
251    [ Peter Samuelson ]    [ Peter Samuelson ]
252    * 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 254  cdrkit (1.1.1) UNRELEASED; urgency=low
254    * major cleanups to genisoimage.1 manpage; split out the part about    * major cleanups to genisoimage.1 manpage; split out the part about
255      .genisoimagerc to a new page genisoimagerc.5.      .genisoimagerc to a new page genisoimagerc.5.
256    
257      [ Steve Langasek ]
258      * allow hppa and alpha boot code to coexist in one ISO image
259    
260    [ Arkadiusz Miskiewicz ]    [ Arkadiusz Miskiewicz ]
261    * Fake prefix line in the version output of readom to keep compatibility    * Fake prefix line in the version output of readom to keep compatibility
262      with frontends      with frontends
263    
264   -- 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
265    
266  cdrkit (1.1.0) RELEASED; urgency=medium  cdrkit (1.1.0) RELEASED; urgency=medium
267    

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

  ViewVC Help
Powered by ViewVC 1.1.5