/[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 154 by blade, Thu Aug 31 16:31:37 2006 UTC cdrkit/trunk/Changelog revision 711 by blade, Thu Mar 15 23:52:53 2007 UTC
# Line 1  Line 1 
1  cdrkit (1.0pre1) UNRELEASED; urgency=low  cdrkit (1.1.3) UNRELEASED; urgency=low
2    
3    * Changed source package name and the version set to 1.0pre1    [ Eduard Bloch ]
4    * resorted contents to give the files a better structure (docs to docs,    * Fixed fishing for transfer size in sysfs, now ready for
5      readmes to readmes and announcements to announements)      /dev/class/scsi_generic contents
6    * 3rd-party/ contains additional tools that make sense to be installed in    * Dealing with the last newline char when processing
7      the contents of some of the applications here      /proc/sys/dev/cdrom/info contents
8    * mods-archive/ contains patches used in the development, for easier history    * print the track size in the info message when guessing
9      lookup and easier merging of future versions of this parts    * added some missing or probably missing definitions in
10        wodim/CMakeLists.txt, restoring the reading from inf files
11      * passing through the real file size to the UDF generator. Creating
12        incorrect iso9660 but having it this way is better than no LFS at all.
13      * removed md5* parts and integration from icedax, patch by
14        Vladimir Nadvornik <nadvornik@suse.cz>
15      * various small bugfixes or cosmetic fixes picked from still GPLed parts of
16        cdrtools-2.01.01a24, excluding meta changes and big tree.c and mkisofs.c
17        refactoring. Stream file name option enabled now.
18      * wodim.1: "you have 4 seconds to abort ..."
19      * defaults.c: Correct fallback to CDR_FIFOSIZE and correct error message
20        on bad input.
21      * tell the user his device is busy on Linux because it's mounted,  after
22        looking at /proc/mounts
23    
24      [ Peter Samuelson ]
25      * Clean up Linux-2.6 CD/DVD-R drive detection, clearer error messages.
26    
27     -- Eduard Bloch <blade@debian.org>  Tue, 23 Jan 2007 19:13:44 +0100
28    
29    cdrkit (1.1.2) RELEASED; urgency=low
30    
31      [ Stefan Huehner ]
32      * more Cstyle cleanups
33    
34      [ Eduard Bloch ]
35      * stop confusion and bailing out if burnfree/burnproof options have been
36        explicitely specified
37      * be move carefull with -dummy when the DVD media may not support it
38      * extracting drive's default speed in attach_mdvd()
39      * automatic recorder device guessing code, currently Linux-only
40    
41      [ Peter Samuelson ]
42      * Fix icedax cddb query, based on a patch from Heiko Schlenker
43    
44     -- Eduard Bloch <blade@debian.org>  Sat, 13 Jan 2007 00:45:38 +0100
45    
46    cdrkit (1.1.1) RELEASED; urgency=low
47    
48      * added geteltorito script from Rainer Krienke
49    
50      [ Eduard Bloch ]
51      * more verbose abort message if track is specified with some maintainance
52        command (#369677)
53      * Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm
54      * --devices option for wodim (modeled after cdrskin's output), working on
55        Linux and Cygwin
56      * Open-By-Device-Letter mode on Cygwin
57      * -msifile=... option to store -msinfo output reliably in a dedicated file
58      * clear profile names printing (using code from libburnia, thanks to Thomas
59        Schmidt)
60      * cleanup with unused embedded CVS revision strings from Schilling and
61        more gcc -Wall correctness
62      * reenabled -format functionality (bug in program function control flow)
63      * get maximum DMA buffer size from sysfs on Linux, where possible
64      * enable BURN-Free by default where possible
65      * setting argv[0] to wodim if someone is cheating and calls it as cdrecord.
66        Avoids confusion and printing of the wrong app name in the help output.
67      * more documentation updates WRT cdda2wav->icedax renaming, more table
68        formating fixes in icedax.1
69      * genisoimage documentation updates, mkisofs name changes
70    
71      [ Thomas Schmidt ]
72      * workaround for older libmagic API
73      * code for clear profile name mapping
74    
75      [ Peter Samuelson ]
76      * expand where genisoimage looks for the config file - same places
77        mkisofs looks plus a few more.  (We may wish to trim this back some.)
78      * major cleanups to genisoimage.1 manpage; split out the part about
79        .genisoimagerc to a new page genisoimagerc.5.
80    
81      [ Steve Langasek ]
82      * allow hppa and alpha boot code to coexist in one ISO image
83    
84      [ Arkadiusz Miskiewicz ]
85      * Fake prefix line in the version output of readom to keep compatibility
86        with frontends
87    
88     -- Eduard Bloch <blade@debian.org>  Sat, 30 Dec 2006 16:45:40 +0100
89    
90    cdrkit (1.1.0) RELEASED; urgency=medium
91    
92      [ Eduard Bloch ]
93      * replacement of libdeflt, config parser rewrite; more user-friendly,
94        more flexible/tolerant now
95      * config overhaul, much more dynamic checks, including fixes for SunOS and
96        AIX environment, including proper libiconv detection, and processing of
97        LDFLAGS provided by user. Also fixed confusing double-checks for some of
98        the variables in cdda2wav.c.
99      * mass renaming of applications and libraries, see FAQ
100      * dirsplit -S fix, oversized have been possible before
101      * consistent version display
102      * cleanup of libschily, removed unused/superfluous parts (assumed having a
103        modern POSIX compliant environment). Renamed to librols
104        (RemainsOfLibSchily).
105      * reenabled selection of the DVD driver, accidentaly disabled in 1.0, when
106        beeing in non-verbose mode
107      * made dirsplit work with file symlinks
108      * incorporated some OpenSUSE patches:
109        + cdrkit-HZ.patch (with initialized value, *sic*)
110        + cdrkit-dvd-fix.patch (return code tracking)
111        + cdrkit-gcc-workaround.patch
112        + cdrkit-mkisofs-fail-on-large-file.patch (don't just skip them)
113        + cdrkit-mkisofs-grow-check.patch (tolerate grown files)
114        + cdrkit-perms.patch (not breaking on missing device files)
115    
116      [ Christian Fromme ]
117      * big cleanup, phase I, getting rid from Cstyle function definitions in
118        applications
119    
120      [ Lorenz Minder ]
121      * user output junk filter in icedax/toc.c
122      * flexible ascii conversion buffer
123    
124     -- Eduard Bloch <blade@debian.org>  Sat, 02 Dec 2006 18:43:14 +0100
125    
126    cdrkit (1.0) RELEASED; urgency=low
127    
128      [ Eduard Bloch ]
129      * mapping of ATAPI: -> ATA: method on linux-2.6 and some code beautification
130      * added a atexit handler to stop the FIFO process more reliably, since
131        Schilling's constructs seem to terminate the application on too many
132        places
133      * print Burnfree state/preparation messages only with high verbosity
134    
135      [ Dennis Vshivkov ]
136      * sorted display of files when needed
137    
138      [ Joerg Jaspert]
139      * Remove all the printing of useless messages. This is based on GPLed
140        code, so we follow the letter of the GPL as it is interpreted by 99%
141        of the world, including its authors. Especially as Joerg was never able
142        to give us any clear explanation what other license he may think
143        cdrtools had, despite us asking multiple times. So we have no other
144        choice than to take whats written down, and thats GPL.
145    
146     -- Joerg Jaspert <joerg@debian.org>  Mon, 20 Nov 2006 19:25:10 +0100
147    
148    cdrkit (1.0pre5) RELEASED; urgency=low
149    
150      [ Eduard Bloch ]
151      * added better check for capability.h and FATAL_ERROR if it's missing on Linux
152      * wodim.1 updates, ie. moved suid howto to README.suidroot, Linux bashing to
153        README.linux, more notes about non-root usage
154      * more carefull description of the role of previous developer and his own
155        project
156      * fixed libmagic detection
157      * rewrote README.mkisofs, README.win32
158      * better track numbers extraction command in cdda2ogg/cdda2mp3
159      * reenabled (forgotten) support for libedc
160      * table formating fixes in cdda2wav.1, helps small terminals
161      * AIX 5l port
162      * killing FIFO process on ungraceful termination
163      * scsi-linux-sg.c: skipping unallowed devices, cleanup/consolidation of the
164        old workaround(s) for ATA now for SCSI too
165      * renamed error function to schily_error because it started to wreak random
166        havoc after harmless header moving (conflict with incompatible GNU version)
167      * restored scsi-remote.c compilation, moved to libscg sources, used instead
168        of rdummy.c
169      * added optional omiting of DMA speed tests
170    
171      [ Vladimir Nadvornik ]
172      * enabled CLONE feature in wodim's config
173    
174      [ Modestas Vainius ]
175      * dropped . from the include path and fixed mkisofs source to use the local
176        headers
177    
178      [ Lorenz Minder ]
179      * Fix of the joliet_strlen signature
180      * Code refactoring around *cvt* declarations to make the conditional
181        compilation more reliable, especially on BSD and AIX
182      * include/utypes.h: guard to preserve SIZE_T_MAX
183    
184      [ Christian Fromme ]
185      * detailed review and correction of author related data in manpages and
186        README files
187    
188      [ Peter Samuelson, Tollef Fog Heen ]
189      * typo and grammar fixes in mkisofs.8
190      * Remove several instances of %r in printf-like statements, in
191        preparation for removing the libschily format-string implementation
192    
193     -- Eduard Bloch <blade@debian.org>  Wed,  6 Sep 2006 22:05:30 +0200
194    
195    cdrkit (1.0pre4) RELEASED; urgency=low
196    
197      [ Eduard Bloch ]
198      * Added checks for libcam to make (k)FreeBSD compilation work (untested)
199      * added clarifications about changes to all source files
200      * adapted initial message to display the copyright more clearly
201      * adapted copyright and contact information in scgcheck manpage
202      * adapted contact information in btcflash manpage, also added a reference to
203        its original author which has been missing
204    
205      [ Peter Samuelson ]
206      * Cleanups: unused macros/defines
207      * Unified and simplified the build-host data crawling methods
208    
209      [ Juergen Weigert ]
210      * Various documentation corrections, replaced cdrecord->wodim where it is
211        appropriate and legal on many visible locations
212    
213     -- Eduard Bloch <blade@debian.org>  Mon,  4 Sep 2006 23:36:58 +0200
214    
215    cdrkit (1.0pre3) unstable; urgency=low
216    
217      [ Eduard Bloch ]
218      * Added FAQ ("where wodim name comes from")
219      * Moved the NULL pointer check on cdr_t to a place before it is used for DVD
220        feature checks (otherwise it would crash when run on any pure CD-ROM
221        reader)
222      * Added test for WORDS_BIGENDIAN
223      * copied values from align.h to another set of sizeof-reflecting defines in
224        xconfig.h
225      * workarounds for almost all "you are not allowed to modify that {version
226        checking,quality assurance,other-important-looking-wording}" parts,
227        replacing the output of "schily" where the commend said that we are forced
228        to. One part in cdrecord.c still remains, the comment sounds too dangerous
229        to be touched.
230      * forced FIFO define, suggested by Peter
231    
232      [ Peter Samuelson ]
233      * Created cmake test and code snippet for HAVE_C_BITFIELDS
234    
235      [ Michael Ablassmeier ]
236      * Typo fixes in mkisofs messages and unified identical ones with a macro
237    
238      [Joerg Jaspert]
239      * Released as 1.0pre3
240    
241     -- Eduard Bloch <blade@debian.org>  Mon,  4 Sep 2006 09:56:38 +0200
242    
243    cdrkit (1.0pre2) RELEASED; urgency=low
244    
245      * Took zisofs_tools out of the global build system and restored its original
246        Makefile. Its own build system works better.
247    
248     -- Eduard Bloch <blade@debian.org>  Sun, 03 Sep 2006 22:14:31 +0200
249    
250    cdrkit (1.0pre1) RELEASED; urgency=low
251    
252      [ See http://bugs.debian.org/$BUGNR for detailed explanations ]
253    * The Big Fork to an independent project called cdrkit    * The Big Fork to an independent project called cdrkit
254      + using the last clearly stated GPLed versions of files from      + using the last clearly stated GPLed versions of files from
255        cdrtools-2.01.01a08 (closes: #353403, 372486        cdrtools-2.01.01a08 (closes: #353403, 372486)
256      + we play the upstream role now, using our patches and we like them      + we play the upstream role now, using our patches and we like them
257        (closes: #361450)        (closes: #361450)
258      + renamed relevant works to avoid claims of "potential defamation" or      + renamed relevant works to avoid claims of "potential defamation" or
259        "damage of reputation", to not create a legal battlefield for        "damage of reputation" (closes: #350738)
       Joerg Schilling and "his understanding of how GPL applies in German  
       Urheberrecht" which was used to legitimate the "special clauses" in the  
       source (closes: #350738)  
260      + custom CMake based build system used instead of the original one, since      + custom CMake based build system used instead of the original one, since
261        we understand it better (closes: #350739 and hopefully closes: #350254,        we understand it better (closes: #350739 and hopefully closes: #350254,
262        reopen if not). It seems to be portable among the the plattforms        reopen if not). It seems to be portable among the platforms
263        supported by Debian, it needs a bit of work for porting to non-Linux        supported by Debian, it needs a bit of work for porting to non-Linux
264        plattforms, though.        plattforms, though.
265    * removed most of the anti-linux2.6 FUD from program messages (unless beeing    * removed most of the anti-linux2.6  program messages (unless being
266      in verbose mode). Decent information about code modifications is okay,      in verbose mode). (closes: #377145)
267      subtle propaganda isn't (closes: #377145)    * changed default config file location to /etc/wodim.conf
   * changed default config file location to /etc/default/wodim  
   * long help output of wodim, mkisofs, cdda2wav goes to stdout IFF -help was  
     used deliberately. No matter what JS claims to be "the Unix Tradition"  
     (closes: #138490, #299641)  
268    * added more meaningful error message on -dvd-video failure (closes: #324586)    * added more meaningful error message on -dvd-video failure (closes: #324586)
269    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus    * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
270      fixes for unreliable encoder detection (closes: #283794, #344443) plus      fixes for unreliable encoder detection (closes: #283794, #344443) plus
# Line 71  cdrkit (1.0pre1) UNRELEASED; urgency=low Line 307  cdrkit (1.0pre1) UNRELEASED; urgency=low
307    * increased hash size in mkisofs/hash.c (closes: #327270)    * increased hash size in mkisofs/hash.c (closes: #327270)
308    * more decent info message about locale detection    * more decent info message about locale detection
309    
310   -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 15:03:46 +0200   -- Eduard Bloch <blade@debian.org>  Sun, 03 Sep 2006 22:14:31 +0200
311    
312  cdrkit (2.01.01a08+X.15) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.15) UNRELEASED; urgency=low
313    

Legend:
Removed from v.154  
changed lines
  Added in v.711

  ViewVC Help
Powered by ViewVC 1.1.5