/[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 5 by blade, Tue Aug 22 10:41:30 2006 UTC cdrkit/trunk/Changelog revision 645 by blade, Wed Dec 27 18:47:29 2006 UTC
# Line 1  Line 1 
1  icewm (2.01.01a08+X) UNRELEASED; urgency=low  cdrkit (1.1.1) UNRELEASED; urgency=low
2    
3      * added geteltorito script from Rainer Krienke
4    
5      [ Eduard Bloch ]
6      * more verbose abort message if track is specified with some maintainance
7        command (#369677)
8      * Added more DVD related fixes from SuSE's wodim-1.0pre5cvs-6.src.rpm
9      * --devices option for wodim (modeled after cdrskin's output)
10      * -msifile=... option to store -msinfo output reliably in a dedicated file
11      * clear profile names printing (using code from libburnia)
12      * cleanup with unused embedded CVS revision strings from Schilling and
13        more gcc -Wall correctness
14      * reenabled -format functionality (bug in program function control flow)
15      * get maximum DMA buffer size from sysfs on Linux, where possible
16      * enable BURN-Free by default where possible
17      * genisoimage documentation updates, mkisofs name changes
18    
19      [ Thomas Schmidt ]
20      * workaround for older libmagic API
21    
22      [ Peter Samuelson ]
23      * expand where genisoimage looks for the config file - same places
24        mkisofs looks plus a few more.  (We may wish to trim this back some.)
25      * major cleanups to genisoimage.1 manpage; split out the part about
26        .genisoimagerc to a new page genisoimagerc.5.
27    
28      [ Arkadiusz Miskiewicz ]
29      * Fake prefix line in the version output of readom to keep compatibility
30        with frontends
31    
32     -- Eduard Bloch <blade@debian.org>  Sat,  2 Dec 2006 23:05:33 +0100
33    
34    cdrkit (1.1.0) RELEASED; urgency=medium
35    
36      [ Eduard Bloch ]
37      * replacement of libdeflt, config parser rewrite; more user-friendly,
38        more flexible/tolerant now
39      * config overhaul, much more dynamic checks, including fixes for SunOS and
40        AIX environment, including proper libiconv detection, and processing of
41        LDFLAGS provided by user. Also fixed confusing double-checks for some of
42        the variables in cdda2wav.c.
43      * mass renaming of applications and libraries, see FAQ
44      * dirsplit -S fix, oversized have been possible before
45      * consistent version display
46      * cleanup of libschily, removed unused/superfluous parts (assumed having a
47        modern POSIX compliant environment). Renamed to librols
48        (RemainsOfLibSchily).
49      * reenabled selection of the DVD driver, accidentaly disabled in 1.0, when
50        beeing in non-verbose mode
51      * made dirsplit work with file symlinks
52      * incorporated some OpenSUSE patches:
53        + cdrkit-HZ.patch (with initialized value, *sic*)
54        + cdrkit-dvd-fix.patch (return code tracking)
55        + cdrkit-gcc-workaround.patch
56        + cdrkit-mkisofs-fail-on-large-file.patch (don't just skip them)
57        + cdrkit-mkisofs-grow-check.patch (tolerate grown files)
58        + cdrkit-perms.patch (not breaking on missing device files)
59    
60      [ Christian Fromme ]
61      * big cleanup, phase I, getting rid from Cstyle function definitions in
62        applications
63    
64      [ Lorenz Minder ]
65      * user output junk filter in icedax/toc.c
66      * flexible ascii conversion buffer
67    
68     -- Eduard Bloch <blade@debian.org>  Sat, 02 Dec 2006 18:43:14 +0100
69    
70    cdrkit (1.0) RELEASED; urgency=low
71    
72      [ Eduard Bloch ]
73      * mapping of ATAPI: -> ATA: method on linux-2.6 and some code beautification
74      * added a atexit handler to stop the FIFO process more reliably, since
75        Schilling's constructs seem to terminate the application on too many
76        places
77      * print Burnfree state/preparation messages only with high verbosity
78    
79      [ Dennis Vshivkov ]
80      * sorted display of files when needed
81    
82      [ Joerg Jaspert]
83      * Remove all the printing of useless messages. This is based on GPLed
84        code, so we follow the letter of the GPL as it is interpreted by 99%
85        of the world, including its authors. Especially as Joerg was never able
86        to give us any clear explanation what other license he may think
87        cdrtools had, despite us asking multiple times. So we have no other
88        choice than to take whats written down, and thats GPL.
89    
90     -- Joerg Jaspert <joerg@debian.org>  Mon, 20 Nov 2006 19:25:10 +0100
91    
92    cdrkit (1.0pre5) RELEASED; urgency=low
93    
94      [ Eduard Bloch ]
95      * added better check for capability.h and FATAL_ERROR if it's missing on Linux
96      * wodim.1 updates, ie. moved suid howto to README.suidroot, Linux bashing to
97        README.linux, more notes about non-root usage
98      * more carefull description of the role of previous developer and his own
99        project
100      * fixed libmagic detection
101      * rewrote README.mkisofs, README.win32
102      * better track numbers extraction command in cdda2ogg/cdda2mp3
103      * reenabled (forgotten) support for libedc
104      * table formating fixes in cdda2wav.1, helps small terminals
105      * AIX 5l port
106      * killing FIFO process on ungraceful termination
107      * scsi-linux-sg.c: skipping unallowed devices, cleanup/consolidation of the
108        old workaround(s) for ATA now for SCSI too
109      * renamed error function to schily_error because it started to wreak random
110        havoc after harmless header moving (conflict with incompatible GNU version)
111      * restored scsi-remote.c compilation, moved to libscg sources, used instead
112        of rdummy.c
113      * added optional omiting of DMA speed tests
114    
115      [ Vladimir Nadvornik ]
116      * enabled CLONE feature in wodim's config
117    
118      [ Modestas Vainius ]
119      * dropped . from the include path and fixed mkisofs source to use the local
120        headers
121    
122      [ Lorenz Minder ]
123      * Fix of the joliet_strlen signature
124      * Code refactoring around *cvt* declarations to make the conditional
125        compilation more reliable, especially on BSD and AIX
126      * include/utypes.h: guard to preserve SIZE_T_MAX
127    
128      [ Christian Fromme ]
129      * detailed review and correction of author related data in manpages and
130        README files
131    
132      [ Peter Samuelson, Tollef Fog Heen ]
133      * typo and grammar fixes in mkisofs.8
134      * Remove several instances of %r in printf-like statements, in
135        preparation for removing the libschily format-string implementation
136    
137     -- Eduard Bloch <blade@debian.org>  Wed,  6 Sep 2006 22:05:30 +0200
138    
139    cdrkit (1.0pre4) RELEASED; urgency=low
140    
141      [ Eduard Bloch ]
142      * Added checks for libcam to make (k)FreeBSD compilation work (untested)
143      * added clarifications about changes to all source files
144      * adapted initial message to display the copyright more clearly
145      * adapted copyright and contact information in scgcheck manpage
146      * adapted contact information in btcflash manpage, also added a reference to
147        its original author which has been missing
148    
149      [ Peter Samuelson ]
150      * Cleanups: unused macros/defines
151      * Unified and simplified the build-host data crawling methods
152    
153      [ Juergen Weigert ]
154      * Various documentation corrections, replaced cdrecord->wodim where it is
155        appropriate and legal on many visible locations
156    
157     -- Eduard Bloch <blade@debian.org>  Mon,  4 Sep 2006 23:36:58 +0200
158    
159    cdrkit (1.0pre3) unstable; urgency=low
160    
161      [ Eduard Bloch ]
162      * Added FAQ ("where wodim name comes from")
163      * Moved the NULL pointer check on cdr_t to a place before it is used for DVD
164        feature checks (otherwise it would crash when run on any pure CD-ROM
165        reader)
166      * Added test for WORDS_BIGENDIAN
167      * copied values from align.h to another set of sizeof-reflecting defines in
168        xconfig.h
169      * workarounds for almost all "you are not allowed to modify that {version
170        checking,quality assurance,other-important-looking-wording}" parts,
171        replacing the output of "schily" where the commend said that we are forced
172        to. One part in cdrecord.c still remains, the comment sounds too dangerous
173        to be touched.
174      * forced FIFO define, suggested by Peter
175    
176      [ Peter Samuelson ]
177      * Created cmake test and code snippet for HAVE_C_BITFIELDS
178    
179      [ Michael Ablassmeier ]
180      * Typo fixes in mkisofs messages and unified identical ones with a macro
181    
182      [Joerg Jaspert]
183      * Released as 1.0pre3
184    
185     -- Eduard Bloch <blade@debian.org>  Mon,  4 Sep 2006 09:56:38 +0200
186    
187    cdrkit (1.0pre2) RELEASED; urgency=low
188    
189      * Took zisofs_tools out of the global build system and restored its original
190        Makefile. Its own build system works better.
191    
192     -- Eduard Bloch <blade@debian.org>  Sun, 03 Sep 2006 22:14:31 +0200
193    
194    cdrkit (1.0pre1) RELEASED; urgency=low
195    
196      [ See http://bugs.debian.org/$BUGNR for detailed explanations ]
197      * The Big Fork to an independent project called cdrkit
198        + using the last clearly stated GPLed versions of files from
199          cdrtools-2.01.01a08 (closes: #353403, 372486)
200        + we play the upstream role now, using our patches and we like them
201          (closes: #361450)
202        + renamed relevant works to avoid claims of "potential defamation" or
203          "damage of reputation" (closes: #350738)
204        + custom CMake based build system used instead of the original one, since
205          we understand it better (closes: #350739 and hopefully closes: #350254,
206          reopen if not). It seems to be portable among the platforms
207          supported by Debian, it needs a bit of work for porting to non-Linux
208          plattforms, though.
209      * removed most of the anti-linux2.6  program messages (unless being
210        in verbose mode). (closes: #377145)
211      * changed default config file location to /etc/wodim.conf
212      * added more meaningful error message on -dvd-video failure (closes: #324586)
213      * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
214        fixes for unreliable encoder detection (closes: #283794, #344443) plus
215        possible override of preset CDDA_DEVICE variable fixed. Made the list of
216        selected audiotracks modifiable, see manpage (closes: #344445)
217      * sync with 4:2.01+01a01-4ubuntu4:
218        + merged README.ATAPI.setup with README.ATAPI.setup.ubuntu. Kernel 2.6 part
219          now in the beginning and reflecting the reality (dev=/dev/drive syntax,
220          no SUID requirement, closes: #304230, 377736)
221        + 02_cdrecord_default_conf.dpatch: changed /dev/cdrom to /dev/cdrw which
222          is more likely to match the correct device on udev using systems
223      * 36_ATA_scanbus_ignore_locked.dpatch to ignore busy devices (eg. hda
224        harddisk) while scanning with dev=ATA
225        (closes: #310689, #309250, #317793, 360295,
226      * Included 37_clean_dvdsup.dpatch (closes: #312062) based on
227        cdrtools-2.01.01a04-dvd.patch.bz2 from
228        http://people.mandriva.com/~warly/files/cdrtools/ with few updates to work
229        with a08. Also implements a fallback to ATA: bus in the -scanbus operation
230        (closes: #310689, #278894). This patch is used instead of the old 07_....
231        Enabled permanently, disabled the "cheatcode processing" in debian/rules.
232        Also eliminates some useability problems that have been pushed to our
233        users (closes: #325766, #271114, #312062, #353176).
234      * Updated dirsplit to version 0.3.3, zisofs-tools to 1.0.7 (with a custom
235        CMakeFile.txt for easier integration and config.h updated manually for
236        now)
237      * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
238        fixes for unreliable encoder detection (closes: #283794, #344443) plus
239        possible override of preset CDDA_DEVICE variable fixed
240      * added additional script manpages from Oleksandr Moskalenko (closes: #295438)
241      * changed -speed to speed= in cdrecord.1 for consistency (closes: #344214)
242      * Anti-Root-Requirements:
243        + 39_nonroot_skips_rezero_unit.dpatch - don't run rezero_unit() as root
244        which is a) most likely not needed (even admited in the comment) and b)
245        causes the whole scsi transport system to terminate
246        + 40_stop_setuid_games.dpatch - another workaround for problems introduced
247        in a03 - looks like Linux kernel does reject an application trying to
248        change the UID between ioctls
249        (closes: #335253, 374685, 330506, 329308, 374345, 377421)
250      * Ubuntu's 40_fix_bad_spelling.dpatch integrated (typo in wodim.dfl)
251      * increased hash size in mkisofs/hash.c (closes: #327270)
252      * more decent info message about locale detection
253    
254     -- Eduard Bloch <blade@debian.org>  Sun, 03 Sep 2006 22:14:31 +0200
255    
256    cdrkit (2.01.01a08+X.15) UNRELEASED; urgency=low
257    
258      * Removed cdrtools-2.01.01a05-ossdvd.patch.bz2 again (threw bogus error
259        messages in TAO mode), used 37_clean_dvdsup.dpatch (from Warly/Mandriva)
260        instead
261    
262     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 15:03:46 +0200
263    
264    cdrkit (2.01.01a08+X.15) UNRELEASED; urgency=low
265    
266      * Applied cdrtools-2.01.01a05-ossdvd.patch.bz2 slightly adapted to work with
267        a08.
268    
269     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 15:03:46 +0200
270    
271    cdrkit (2.01.01a08+X.14) UNRELEASED; urgency=low
272    
273      * 39_nonroot_skips_rezero_unit (don't try to run rezero_unit when not beeing
274        root)
275      * 40_stop_setuid_games (dont't try to cheat the kernel with delayed seteuid)
276    
277     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:44:53 +0200
278    
279    cdrkit (2.01.01a08+X.13) UNRELEASED; urgency=low
280    
281      * 34_JTE (Jigdo Template Extraction, by Steve)
282      * 36_ATA_scanbus_ignore_locked (skip busy devices when scaning, by myself)
283      * 38_script_manpages: added as readmult.1 and pitchplay.1, currently no
284        list_audio_tracks script there so moved to scrips/
285    
286     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:35:30 +0200
287    
288    cdrkit (2.01.01a08+X.12) UNRELEASED; urgency=low
289    
290      * 31_gnu-kfreebsd.dpatch with minor adoptions (needs testing!)
291      * 33_extra_arch_boot_support (extra arches, by Steve)
292    
293     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:29:32 +0200
294    
295    cdrkit (2.01.01a08+X.11) UNRELEASED; urgency=low
296    
297      * 26_author_locale (ASCII transliteration of Jörg in the standard credits
298        message)
299      * 28_cdda2wav_interface (Linux friendly cdda2wav behaviour)
300      * 30_doc_typo_fixes (various documentation/message fixes)
301    
302     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:23:03 +0200
303    
304    cdrkit (2.01.01a08+X.10) UNRELEASED; urgency=low
305    
306      * Applied 23_o_excl (exclusive device opening)
307      * Applied 24_debug_tmpfile (more safe/secure log file location)
308      * 25_mkisofs_iconv_manpage (hints about extra charsets)
309    
310     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:20:05 +0200
311    
312    cdrkit (2.01.01a08+X.09) UNRELEASED; urgency=low
313    
314      * Applied 18_donotopen_hda.dpatch - don't insist on opening unrelated IDE
315        devices
316      * 20_rsh-bugfix.dpatch - make really sure that the program does seteuid
317        right or exit
318      * 22_linux_rawio_capability.dpatch: get Linux capabilities as needed
319    
320     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:11:47 +0200
321    
322    cdrkit (2.01.01a08+X.08) UNRELEASED; urgency=low
323    
324      * mkisofs iconv support with log message adapted, added to CMake build
325        system as appropriate
326    
327     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 13:57:10 +0200
328    
329    cdrkit (2.01.01a08+X.07) UNRELEASED; urgency=low
330    
331      * Applied patches: 07_noadvertising (strip adds for commercial
332        cdrecord-proDVD), 08_privacy (mkisofs revealing the exact command line)
333    
334     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 13:54:54 +0200
335    
336    cdrkit (2.01.01a08+X.06) UNRELEASED; urgency=low
337    
338      * Applied 06_dautipps - better hints about ATAPI usage howto and
339        -joliet-long workaround
340    
341     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 13:52:50 +0200
342    
343    cdrkit (2.01.01a08+X.05) UNRELEASED; urgency=low
344    
345      * Bits from 03_script.dpatch by Joerg Jaspert <joerg@debian.org> and Eduard
346        Bloch: Linux-friendly device location for cdda scripts and better encoder
347        selection
348    
349     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 13:49:56 +0200
350    
351    cdrkit (2.01.01a08+X.04) UNRELEASED; urgency=low
352    
353      * Added bits from 02_paths.dpatch by Joerg Jaspert <joerg@debian.org>:
354        /var/log directory location and SILO relevant paths
355    
356     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 13:46:55 +0200
357    
358    cdrkit (2.01.01a08+X.03) UNRELEASED; urgency=low
359    
360      * adapted cdrecord/cdrecord.dfl for modern Linux system, based on bits from
361        02_cdrecord_default_conf.dpatch by Zack Cerza <zcerza@coe.neu.edu>
362    
363     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 13:43:15 +0200
364    
365    cdrkit (2.01.01a08+X.02) UNRELEASED; urgency=low
366    
367      * Converted to use a CMake based filesystem. Generating relevant things with
368        its mechanisms instead of inc/*. Dropped BUILD, INSTALL files, rewrote
369        COMPILE fall to reflect the new build method.
370      * Added GNUmakefile which has rules to bootstrap the CMake build system and
371        then pass the actuall call to it. GNUmakefile is the prefered script used
372        by gmake. Users with other make implementations should run cmake manually.
373    
374     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 13:35:23 +0200
375    
376    cdrkit (2.01.01a08+X.01) UNRELEASED; urgency=low
377    
378    * moved documentation around, READMEs/ directory contains a structure, moved    * moved documentation around, READMEs/ directory contains a structure, moved
379      mkisofs docs from the source directory to it      mkisofs docs from the source directory to it

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

  ViewVC Help
Powered by ViewVC 1.1.5