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

Diff of /cdrkit/trunk/Changelog

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

revision 41 by blade, Wed Aug 23 12:50:32 2006 UTC revision 205 by blade, Mon Sep 4 16:13:30 2006 UTC
# Line 1  Line 1 
1  icewm (2.01.01a08+X.14) UNRELEASED; urgency=low  cdrkit (1.0pre3) UNRELEASED; urgency=low
2    
3      * Added FAQ ("where wodim name comes from")
4      * Moved the NULL pointer check on cdr_t to a place before it is used for DVD
5        feature checks (otherwise it would crash when run on any pure CD-ROM
6        reader)
7      * Added test for WORDS_BIGENDIAN
8      * copied values from align.h to another set of sizeof-reflecting defines in
9        xconfig.h
10      * workarounds for almost all "you are not allowed to modify that {version
11        checking,quality assurance,other-important-looking-wording}" parts,
12        replacing the output of "schily" where the commend said that we are forced
13        to. One part in cdrecord.c still remains, the comment sounds too dangerous
14        to be touched.
15    
16      [ Peter Samuelson ]
17      * Created cmake test and code snippet for HAVE_C_BITFIELDS
18    
19     -- Eduard Bloch <blade@debian.org>  Mon,  4 Sep 2006 09:56:38 +0200
20    
21    cdrkit (1.0pre2) RELEASED; urgency=low
22    
23      * Took zisofs_tools out of the global build system and restored its original
24        Makefile. Its own build system works better.
25    
26     -- Eduard Bloch <blade@debian.org>  Sun, 03 Sep 2006 22:14:31 +0200
27    
28    cdrkit (1.0pre1) RELEASED; urgency=low
29    
30      [ See http://bugs.debian.org/$BUGNR for detailed explanations ]
31      * The Big Fork to an independent project called cdrkit
32        + using the last clearly stated GPLed versions of files from
33          cdrtools-2.01.01a08 (closes: #353403, 372486)
34        + we play the upstream role now, using our patches and we like them
35          (closes: #361450)
36        + renamed relevant works to avoid claims of "potential defamation" or
37          "damage of reputation" (closes: #350738)
38        + custom CMake based build system used instead of the original one, since
39          we understand it better (closes: #350739 and hopefully closes: #350254,
40          reopen if not). It seems to be portable among the platforms
41          supported by Debian, it needs a bit of work for porting to non-Linux
42          plattforms, though.
43      * removed most of the anti-linux2.6  program messages (unless being
44        in verbose mode). (closes: #377145)
45      * changed default config file location to /etc/default/wodim
46      * added more meaningful error message on -dvd-video failure (closes: #324586)
47      * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
48        fixes for unreliable encoder detection (closes: #283794, #344443) plus
49        possible override of preset CDDA_DEVICE variable fixed. Made the list of
50        selected audiotracks modifiable, see manpage (closes: #344445)
51      * sync with 4:2.01+01a01-4ubuntu4:
52        + merged README.ATAPI.setup with README.ATAPI.setup.ubuntu. Kernel 2.6 part
53          now in the beginning and reflecting the reality (dev=/dev/drive syntax,
54          no SUID requirement, closes: #304230, 377736)
55        + 02_cdrecord_default_conf.dpatch: changed /dev/cdrom to /dev/cdrw which
56          is more likely to match the correct device on udev using systems
57      * 36_ATA_scanbus_ignore_locked.dpatch to ignore busy devices (eg. hda
58        harddisk) while scanning with dev=ATA
59        (closes: #310689, #309250, #317793, 360295,
60      * Included 37_clean_dvdsup.dpatch (closes: #312062) based on
61        cdrtools-2.01.01a04-dvd.patch.bz2 from
62        http://people.mandriva.com/~warly/files/cdrtools/ with few updates to work
63        with a08. Also implements a fallback to ATA: bus in the -scanbus operation
64        (closes: #310689, #278894). This patch is used instead of the old 07_....
65        Enabled permanently, disabled the "cheatcode processing" in debian/rules.
66        Also eliminates some useability problems that have been pushed to our
67        users (closes: #325766, #271114, #312062, #353176).
68      * Updated dirsplit to version 0.3.3, zisofs-tools to 1.0.7 (with a custom
69        CMakeFile.txt for easier integration and config.h updated manually for
70        now)
71      * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
72        fixes for unreliable encoder detection (closes: #283794, #344443) plus
73        possible override of preset CDDA_DEVICE variable fixed
74      * added additional script manpages from Oleksandr Moskalenko (closes: #295438)
75      * changed -speed to speed= in cdrecord.1 for consistency (closes: #344214)
76      * Anti-Root-Requirements:
77        + 39_nonroot_skips_rezero_unit.dpatch - don't run rezero_unit() as root
78        which is a) most likely not needed (even admited in the comment) and b)
79        causes the whole scsi transport system to terminate
80        + 40_stop_setuid_games.dpatch - another workaround for problems introduced
81        in a03 - looks like Linux kernel does reject an application trying to
82        change the UID between ioctls
83        (closes: #335253, 374685, 330506, 329308, 374345, 377421)
84      * Ubuntu's 40_fix_bad_spelling.dpatch integrated (typo in wodim.dfl)
85      * increased hash size in mkisofs/hash.c (closes: #327270)
86      * more decent info message about locale detection
87    
88     -- Eduard Bloch <blade@debian.org>  Sun, 03 Sep 2006 22:14:31 +0200
89    
90    cdrkit (2.01.01a08+X.15) UNRELEASED; urgency=low
91    
92      * Removed cdrtools-2.01.01a05-ossdvd.patch.bz2 again (threw bogus error
93        messages in TAO mode), used 37_clean_dvdsup.dpatch (from Warly/Mandriva)
94        instead
95    
96     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 15:03:46 +0200
97    
98    cdrkit (2.01.01a08+X.15) UNRELEASED; urgency=low
99    
100      * Applied cdrtools-2.01.01a05-ossdvd.patch.bz2 slightly adapted to work with
101        a08.
102    
103     -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 15:03:46 +0200
104    
105    cdrkit (2.01.01a08+X.14) UNRELEASED; urgency=low
106    
107    * 39_nonroot_skips_rezero_unit (don't try to run rezero_unit when not beeing    * 39_nonroot_skips_rezero_unit (don't try to run rezero_unit when not beeing
108      root)      root)
# Line 6  icewm (2.01.01a08+X.14) UNRELEASED; urge Line 110  icewm (2.01.01a08+X.14) UNRELEASED; urge
110    
111   -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:44:53 +0200   -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:44:53 +0200
112    
113  icewm (2.01.01a08+X.13) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.13) UNRELEASED; urgency=low
114    
115    * 34_JTE (Jigdo Template Extraction, by Steve)    * 34_JTE (Jigdo Template Extraction, by Steve)
116    * 36_ATA_scanbus_ignore_locked (skip busy devices when scaning, by myself)    * 36_ATA_scanbus_ignore_locked (skip busy devices when scaning, by myself)
# Line 15  icewm (2.01.01a08+X.13) UNRELEASED; urge Line 119  icewm (2.01.01a08+X.13) UNRELEASED; urge
119    
120   -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:35:30 +0200   -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:35:30 +0200
121    
122  icewm (2.01.01a08+X.12) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.12) UNRELEASED; urgency=low
123    
124    * 31_gnu-kfreebsd.dpatch with minor adoptions (needs testing!)    * 31_gnu-kfreebsd.dpatch with minor adoptions (needs testing!)
125    * 33_extra_arch_boot_support (extra arches, by Steve)    * 33_extra_arch_boot_support (extra arches, by Steve)
126    
127   -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:29:32 +0200   -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:29:32 +0200
128    
129  icewm (2.01.01a08+X.11) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.11) UNRELEASED; urgency=low
130    
131    * 26_author_locale (ASCII transliteration of Jörg in the standard credits    * 26_author_locale (ASCII transliteration of Jörg in the standard credits
132      message)      message)
# Line 31  icewm (2.01.01a08+X.11) UNRELEASED; urge Line 135  icewm (2.01.01a08+X.11) UNRELEASED; urge
135    
136   -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:23:03 +0200   -- Eduard Bloch <blade@debian.org>  Wed, 23 Aug 2006 14:23:03 +0200
137    
138  icewm (2.01.01a08+X.10) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.10) UNRELEASED; urgency=low
139    
140    * Applied 23_o_excl (exclusive device opening)    * Applied 23_o_excl (exclusive device opening)
141    * Applied 24_debug_tmpfile (more safe/secure log file location)    * Applied 24_debug_tmpfile (more safe/secure log file location)
# Line 39  icewm (2.01.01a08+X.10) UNRELEASED; urge Line 143  icewm (2.01.01a08+X.10) UNRELEASED; urge
143    
144   -- 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
145    
146  icewm (2.01.01a08+X.09) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.09) UNRELEASED; urgency=low
147    
148    * Applied 18_donotopen_hda.dpatch - don't insist on opening unrelated IDE    * Applied 18_donotopen_hda.dpatch - don't insist on opening unrelated IDE
149      devices      devices
# Line 49  icewm (2.01.01a08+X.09) UNRELEASED; urge Line 153  icewm (2.01.01a08+X.09) UNRELEASED; urge
153    
154   -- 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
155    
156  icewm (2.01.01a08+X.08) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.08) UNRELEASED; urgency=low
157    
158    * mkisofs iconv support with log message adapted, added to CMake build    * mkisofs iconv support with log message adapted, added to CMake build
159      system as appropriate      system as appropriate
160    
161   -- 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
162    
163  icewm (2.01.01a08+X.07) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.07) UNRELEASED; urgency=low
164    
165    * Applied patches: 07_noadvertising (strip adds for commercial    * Applied patches: 07_noadvertising (strip adds for commercial
166      cdrecord-proDVD), 08_privacy (mkisofs revealing the exact command line)      cdrecord-proDVD), 08_privacy (mkisofs revealing the exact command line)
167    
168   -- 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
169    
170  icewm (2.01.01a08+X.06) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.06) UNRELEASED; urgency=low
171    
172    * Applied 06_dautipps - better hints about ATAPI usage howto and    * Applied 06_dautipps - better hints about ATAPI usage howto and
173      -joliet-long workaround      -joliet-long workaround
174    
175   -- 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
176    
177  icewm (2.01.01a08+X.05) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.05) UNRELEASED; urgency=low
178    
179    * 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
180      Bloch: Linux-friendly device location for cdda scripts and better encoder      Bloch: Linux-friendly device location for cdda scripts and better encoder
# Line 78  icewm (2.01.01a08+X.05) UNRELEASED; urge Line 182  icewm (2.01.01a08+X.05) UNRELEASED; urge
182    
183   -- 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
184    
185  icewm (2.01.01a08+X.04) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.04) UNRELEASED; urgency=low
186    
187    * Added bits from 02_paths.dpatch by Joerg Jaspert <joerg@debian.org>:    * Added bits from 02_paths.dpatch by Joerg Jaspert <joerg@debian.org>:
188      /var/log directory location and SILO relevant paths      /var/log directory location and SILO relevant paths
189    
190   -- 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
191    
192  icewm (2.01.01a08+X.03) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.03) UNRELEASED; urgency=low
193    
194    * adapted cdrecord/cdrecord.dfl for modern Linux system, based on bits from    * adapted cdrecord/cdrecord.dfl for modern Linux system, based on bits from
195      02_cdrecord_default_conf.dpatch by Zack Cerza <zcerza@coe.neu.edu>      02_cdrecord_default_conf.dpatch by Zack Cerza <zcerza@coe.neu.edu>
196    
197   -- 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
198    
199  icewm (2.01.01a08+X.02) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.02) UNRELEASED; urgency=low
200    
201    * Converted to use a CMake based filesystem. Generating relevant things with    * Converted to use a CMake based filesystem. Generating relevant things with
202      its mechanisms instead of inc/*. Dropped BUILD, INSTALL files, rewrote      its mechanisms instead of inc/*. Dropped BUILD, INSTALL files, rewrote
# Line 103  icewm (2.01.01a08+X.02) UNRELEASED; urge Line 207  icewm (2.01.01a08+X.02) UNRELEASED; urge
207    
208   -- 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
209    
210  icewm (2.01.01a08+X.01) UNRELEASED; urgency=low  cdrkit (2.01.01a08+X.01) UNRELEASED; urgency=low
211    
212    * moved documentation around, READMEs/ directory contains a structure, moved    * moved documentation around, READMEs/ directory contains a structure, moved
213      mkisofs docs from the source directory to it      mkisofs docs from the source directory to it

Legend:
Removed from v.41  
changed lines
  Added in v.205

  ViewVC Help
Powered by ViewVC 1.1.5