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

Legend:
Removed from v.36  
changed lines
  Added in v.574

  ViewVC Help
Powered by ViewVC 1.1.5