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

Diff of /cdrkit/trunk/Changelog

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

nonameyet/trunk/Changelog revision 213 by joerg, Mon Sep 4 17:40:40 2006 UTC cdrkit/trunk/Changelog revision 677 by peters-guest, Sat Jan 6 03:19:50 2007 UTC
# Line 1  Line 1 
1    cdrkit (1.1.2) RELEASED; urgency=low
2    
3      [ Stefan Huehner ]
4      * more Cstyle cleanups
5    
6      [ Eduard Bloch ]
7      * stop confusion and bailing out if burnfree/burnproof options have been
8        explicitely specified
9    
10      [ Peter Samuelson ]
11      * Fix icedax cddb query, based on a patch from Heiko Schlenker
12    
13     -- Eduard Bloch <blade@debian.org>  Mon,  1 Jan 2007 17:15:16 +0100
14    
15    cdrkit (1.1.1) RELEASED; urgency=low
16    
17      * added geteltorito script from Rainer Krienke
18    
19      [ Eduard Bloch ]
20      * more verbose abort message if track is specified with some maintainance
21        command (#369677)
22      * Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm
23      * --devices option for wodim (modeled after cdrskin's output), working on
24        Linux and Cygwin
25      * Open-By-Device-Letter mode on Cygwin
26      * -msifile=... option to store -msinfo output reliably in a dedicated file
27      * clear profile names printing (using code from libburnia, thanks to Thomas
28        Schmidt)
29      * cleanup with unused embedded CVS revision strings from Schilling and
30        more gcc -Wall correctness
31      * reenabled -format functionality (bug in program function control flow)
32      * get maximum DMA buffer size from sysfs on Linux, where possible
33      * enable BURN-Free by default where possible
34      * setting argv[0] to wodim if someone is cheating and calls it as cdrecord.
35        Avoids confusion and printing of the wrong app name in the help output.
36      * more documentation updates WRT cdda2wav->icedax renaming, more table
37        formating fixes in icedax.1
38      * genisoimage documentation updates, mkisofs name changes
39    
40      [ Thomas Schmidt ]
41      * workaround for older libmagic API
42      * code for clear profile name mapping
43    
44      [ Peter Samuelson ]
45      * expand where genisoimage looks for the config file - same places
46        mkisofs looks plus a few more.  (We may wish to trim this back some.)
47      * major cleanups to genisoimage.1 manpage; split out the part about
48        .genisoimagerc to a new page genisoimagerc.5.
49    
50      [ Steve Langasek ]
51      * allow hppa and alpha boot code to coexist in one ISO image
52    
53      [ Arkadiusz Miskiewicz ]
54      * Fake prefix line in the version output of readom to keep compatibility
55        with frontends
56    
57     -- Eduard Bloch <blade@debian.org>  Sat, 30 Dec 2006 16:45:40 +0100
58    
59    cdrkit (1.1.0) RELEASED; urgency=medium
60    
61      [ Eduard Bloch ]
62      * replacement of libdeflt, config parser rewrite; more user-friendly,
63        more flexible/tolerant now
64      * config overhaul, much more dynamic checks, including fixes for SunOS and
65        AIX environment, including proper libiconv detection, and processing of
66        LDFLAGS provided by user. Also fixed confusing double-checks for some of
67        the variables in cdda2wav.c.
68      * mass renaming of applications and libraries, see FAQ
69      * dirsplit -S fix, oversized have been possible before
70      * consistent version display
71      * cleanup of libschily, removed unused/superfluous parts (assumed having a
72        modern POSIX compliant environment). Renamed to librols
73        (RemainsOfLibSchily).
74      * reenabled selection of the DVD driver, accidentaly disabled in 1.0, when
75        beeing in non-verbose mode
76      * made dirsplit work with file symlinks
77      * incorporated some OpenSUSE patches:
78        + cdrkit-HZ.patch (with initialized value, *sic*)
79        + cdrkit-dvd-fix.patch (return code tracking)
80        + cdrkit-gcc-workaround.patch
81        + cdrkit-mkisofs-fail-on-large-file.patch (don't just skip them)
82        + cdrkit-mkisofs-grow-check.patch (tolerate grown files)
83        + cdrkit-perms.patch (not breaking on missing device files)
84    
85      [ Christian Fromme ]
86      * big cleanup, phase I, getting rid from Cstyle function definitions in
87        applications
88    
89      [ Lorenz Minder ]
90      * user output junk filter in icedax/toc.c
91      * flexible ascii conversion buffer
92    
93     -- Eduard Bloch <blade@debian.org>  Sat, 02 Dec 2006 18:43:14 +0100
94    
95    cdrkit (1.0) RELEASED; urgency=low
96    
97      [ Eduard Bloch ]
98      * mapping of ATAPI: -> ATA: method on linux-2.6 and some code beautification
99      * added a atexit handler to stop the FIFO process more reliably, since
100        Schilling's constructs seem to terminate the application on too many
101        places
102      * print Burnfree state/preparation messages only with high verbosity
103    
104      [ Dennis Vshivkov ]
105      * sorted display of files when needed
106    
107      [ Joerg Jaspert]
108      * Remove all the printing of useless messages. This is based on GPLed
109        code, so we follow the letter of the GPL as it is interpreted by 99%
110        of the world, including its authors. Especially as Joerg was never able
111        to give us any clear explanation what other license he may think
112        cdrtools had, despite us asking multiple times. So we have no other
113        choice than to take whats written down, and thats GPL.
114    
115     -- Joerg Jaspert <joerg@debian.org>  Mon, 20 Nov 2006 19:25:10 +0100
116    
117    cdrkit (1.0pre5) RELEASED; urgency=low
118    
119      [ Eduard Bloch ]
120      * added better check for capability.h and FATAL_ERROR if it's missing on Linux
121      * wodim.1 updates, ie. moved suid howto to README.suidroot, Linux bashing to
122        README.linux, more notes about non-root usage
123      * more carefull description of the role of previous developer and his own
124        project
125      * fixed libmagic detection
126      * rewrote README.mkisofs, README.win32
127      * better track numbers extraction command in cdda2ogg/cdda2mp3
128      * reenabled (forgotten) support for libedc
129      * table formating fixes in cdda2wav.1, helps small terminals
130      * AIX 5l port
131      * killing FIFO process on ungraceful termination
132      * scsi-linux-sg.c: skipping unallowed devices, cleanup/consolidation of the
133        old workaround(s) for ATA now for SCSI too
134      * renamed error function to schily_error because it started to wreak random
135        havoc after harmless header moving (conflict with incompatible GNU version)
136      * restored scsi-remote.c compilation, moved to libscg sources, used instead
137        of rdummy.c
138      * added optional omiting of DMA speed tests
139    
140      [ Vladimir Nadvornik ]
141      * enabled CLONE feature in wodim's config
142    
143      [ Modestas Vainius ]
144      * dropped . from the include path and fixed mkisofs source to use the local
145        headers
146    
147      [ Lorenz Minder ]
148      * Fix of the joliet_strlen signature
149      * Code refactoring around *cvt* declarations to make the conditional
150        compilation more reliable, especially on BSD and AIX
151      * include/utypes.h: guard to preserve SIZE_T_MAX
152    
153      [ Christian Fromme ]
154      * detailed review and correction of author related data in manpages and
155        README files
156    
157      [ Peter Samuelson, Tollef Fog Heen ]
158      * typo and grammar fixes in mkisofs.8
159      * Remove several instances of %r in printf-like statements, in
160        preparation for removing the libschily format-string implementation
161    
162     -- Eduard Bloch <blade@debian.org>  Wed,  6 Sep 2006 22:05:30 +0200
163    
164    cdrkit (1.0pre4) RELEASED; urgency=low
165    
166      [ Eduard Bloch ]
167      * Added checks for libcam to make (k)FreeBSD compilation work (untested)
168      * added clarifications about changes to all source files
169      * adapted initial message to display the copyright more clearly
170      * adapted copyright and contact information in scgcheck manpage
171      * adapted contact information in btcflash manpage, also added a reference to
172        its original author which has been missing
173    
174      [ Peter Samuelson ]
175      * Cleanups: unused macros/defines
176      * Unified and simplified the build-host data crawling methods
177    
178      [ Juergen Weigert ]
179      * Various documentation corrections, replaced cdrecord->wodim where it is
180        appropriate and legal on many visible locations
181    
182     -- Eduard Bloch <blade@debian.org>  Mon,  4 Sep 2006 23:36:58 +0200
183    
184  cdrkit (1.0pre3) unstable; urgency=low  cdrkit (1.0pre3) unstable; urgency=low
185    
186    [ Eduard Bloch ]    [ Eduard Bloch ]
# Line 50  cdrkit (1.0pre1) RELEASED; urgency=low Line 233  cdrkit (1.0pre1) RELEASED; urgency=low
233        plattforms, though.        plattforms, though.
234    * removed most of the anti-linux2.6  program messages (unless being    * removed most of the anti-linux2.6  program messages (unless being
235      in verbose mode). (closes: #377145)      in verbose mode). (closes: #377145)
236    * changed default config file location to /etc/default/wodim    * changed default config file location to /etc/wodim.conf
237    * added more meaningful error message on -dvd-video failure (closes: #324586)    * added more meaningful error message on -dvd-video failure (closes: #324586)
238    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
239      fixes for unreliable encoder detection (closes: #283794, #344443) plus      fixes for unreliable encoder detection (closes: #283794, #344443) plus

Legend:
Removed from v.213  
changed lines
  Added in v.677

  ViewVC Help
Powered by ViewVC 1.1.5