/[debburn]/nonameyet/trunk/debian/changelog
ViewVC logotype

Contents of /nonameyet/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 119 - (hide annotations) (download)
Sat Aug 26 10:35:18 2006 UTC (6 years, 8 months ago) by blade
File size: 47805 byte(s)
Unified ogg/mp3 filename generation and adapted the manpage accordingly
1 blade 113 botox (5:1.0~pre1-1) UNRELEASED; urgency=low
2 blade 52
3 blade 118 * FIXME:
4    
5     Before releasing, move the upstream-related bits to an entry in ../Changelog
6    
7    
8 blade 88 * The Big Fork to an independent project called botox
9     + using the last clearly stated GPLed versions of files from
10     cdrtools-2.01.01a08 (closes: #353403, 372486
11     + we play the upstream role now, using our patches and we like them
12     (closes: #361450)
13     + renamed relevant works to avoid claims of "potential defamation" or
14     "damage of reputation", to not create a legal battlefield for
15     Joerg Schilling and "his understanding of how GPL applies in German
16     Urheberrecht" which was used to legitimate the "special clauses" in the
17     source (closes: #350738)
18 blade 64 + custom CMake based build system (closes: #350739 and hopefully
19     closes: #350254, reopen if not)
20 blade 89 * removed most of the anti-linux2.6 FUD from program messages (unless beeing
21     in verbose mode). Decent information about code modifications is okay,
22 blade 118 subtle propaganda isn't (closes: #377145)
23 blade 52 * dropped the shm build (kernel 2.2 is history)
24 blade 64 * dropped dpatch integration, we are the upstream now
25     * disabled debconf messages and device-creating code for now, things like
26     hints to create device files are essential for only few people and can
27     equaly be presented as program messages. Why shall we still MAKEDEV them?
28 blade 88 It's not like we have switched to kernel 2.0.1 yesterday
29 blade 111 (closes: #342085, 188827, #200665)
30 blade 118 * long help output of wodim, mkisofs, cdda2wav goes to stdout IFF -help was
31     used deliberately (closes: #138490)
32     * added more meaningful error message on -dvd-video failure (closes: #324586)
33     * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
34     fixes for unreliable encoder detection (closes: #283794, #344443) plus
35     possible override of preset CDDA_DEVICE variable fixed. Made the list of
36     selected audiotracks modifiable, see manpage (closes: #344445)
37 blade 52 * sync with 4:2.01+01a01-4ubuntu4:
38     + merged README.ATAPI.setup with README.ATAPI.setup.ubuntu. Kernel 2.6 part
39     now in the beginning and reflecting the reality (dev=/dev/drive syntax,
40 blade 88 no SUID requirement, closes: #304230, 377736)
41 blade 52 + 02_cdrecord_default_conf.dpatch: changed /dev/cdrom to /dev/cdrw which
42     is more likely to match the correct device on udev using systems
43     * 36_ATA_scanbus_ignore_locked.dpatch to ignore busy devices (eg. hda
44 blade 88 harddisk) while scanning with dev=ATA
45     (closes: #310689, #309250, #317793, 360295,
46 blade 52 * Included 37_clean_dvdsup.dpatch (closes: #312062) based on
47 blade 64 cdrtools-2.01.01a04-dvd.patch.bz2 from
48     http://people.mandriva.com/~warly/files/cdrtools/ with few updates to work
49     with a08. Also implements a fallback to ATA: bus in the -scanbus operation
50     (closes: #310689, #278894). This patch is used instead of the old 07_....
51     Enabled permanently, disabled the "cheatcode processing" in debian/rules.
52     Also eliminates some useability problems that have been pushed to our
53     users (closes: #325766, #271114, #312062, #353176).
54 blade 52 * Updated dirsplit to version 0.3.3
55     * updated Build-Dependencies for kfreebsd (closes: #355291)
56     * de.po updates, summarized by Jens Seidel (closes: #326138, #314139)
57 blade 111 * minor cdda2mp3/cdda2ogg scripts fixes suggested by Fabian Pietsch, plus
58     fixes for unreliable encoder detection (closes: #283794, #344443) plus
59 blade 112 possible override of preset CDDA_DEVICE variable fixed
60 blade 52 * added additional script manpages from Oleksandr Moskalenko (closes: #295438)
61     * changed -speed to speed= in cdrecord.1 for consistency (closes: #344214)
62 blade 88 * Anti-Root-Requirements:
63     + 39_nonroot_skips_rezero_unit.dpatch - don't run rezero_unit() as root
64 blade 52 which is a) most likely not needed (even admited in the comment) and b)
65 blade 88 causes the whole scsi transport system to terminate
66     + 40_stop_setuid_games.dpatch - another workaround for problems introduced
67 blade 52 in a03 - looks like Linux kernel does reject an application trying to
68     change the UID between ioctls
69 blade 88 (closes: #335253, 374685, 330506, 329308, 374345, 377421
70 blade 67 * Ubuntu's 40_fix_bad_spelling.dpatch integrated (typo in wodim.dfl)
71 blade 88 * increased hash size in mkisofs/hash.c (closes: #327270)
72 blade 118 * more decent info message about locale detection
73 blade 119 * debian/copyright has uptodate mail address for Schilling (closes: #372484)
74 blade 52
75 blade 64 -- Eduard Bloch <blade@debian.org> Wed, 23 Aug 2006 22:06:28 +0200
76 blade 52
77     cdrtools (4:2.01+01a03-5) unstable; urgency=low
78    
79     * Fixed the buffer size patch to cope with large ia64 page size - will
80     now no longer crash at cdrecord startup. Closes: #343666.
81     * Applied patch for ultra-high-speed media compatibility.
82     Closes: #334677, #339423.
83    
84     -- Steve McIntyre <93sam@debian.org> Sat, 7 Jan 2006 03:21:23 +0000
85    
86     cdrtools (4:2.01+01a03-4) unstable; urgency=low
87    
88     * Updated debconf dependency to allow debconf-2.0 option.
89     Closes: #331772
90     * Updated Linux RAWIO patch so it doesn't break GNU/kFreeBSD
91     builds, and added a separate GNU/kFreeBSD patch. Thanks to
92     Robert Millan for the patches. Closes: #322597
93     * Typo/spelling fixes in the cdda2wav man page. Closes: #340342. Thanks
94     to A Costa for the patch.
95     * Fixed a variety of other typos / spelling mistakes.
96     Closes: #230652, #237519
97     * Made the buffer size patch more generic, so programs other than
98     cdrecord should fall back to smaller buffer sizes too if
99     necessary. Closes: #271563
100     * In cdda2wav, attempt to use generic SCSI commands regardless of the
101     device name. Only fall back to cooked_ioctl if that fails.
102     Closes: #268621
103     * Removed the obnoxious delay from the Makefiles when using GNU
104     make. Closes: #273663
105     * Added support into mkisofs for creating bootable CDs for 4 extra
106     architectures (alpha, hppa, mips and mipsel) - first half of the
107     "JTE" patch. Thanks to Ben Hutchings for help merging this.
108     * Added Jigdo Template Export (JTE) patch, as used by the debian-cd
109     team to make jigdo creation _much_ quicker. Closes: #259344
110    
111     -- Steve McIntyre <93sam@debian.org> Sun, 4 Dec 2005 01:53:23 +0000
112    
113     cdrtools (4:2.01+01a03-3) unstable; urgency=low
114    
115     * cdrecord: If we can't get a buffer as big as we would like, shrink the
116     desired size until it works. Closes: #330371
117     * Added Swedish debconf templates translation. Closes: #333696
118     Thanks to Daniel Nylander for the patch.
119    
120     -- Steve McIntyre <93sam@debian.org> Sat, 12 Nov 2005 23:31:26 +0000
121    
122     cdrtools (4:2.01+01a03-2) unstable; urgency=low
123    
124     * Fix patch error in iconv that caused creation of Joliet images to
125     crash. Closes: #329039
126    
127     -- Steve McIntyre <93sam@debian.org> Wed, 21 Sep 2005 01:38:26 +0100
128    
129     cdrtools (4:2.01+01a03-1) unstable; urgency=low
130    
131     * New (alpha) upstream release
132     * Updates to patches to cope with upstream changes:
133     + 14_mkisofs_iconv.dpatch
134     + 15_mkisofs_iconv_debianize.dpatch
135     + 24_debug_tmpfile.dpatch
136     + 26_author_locale.dpatch
137     * Set up reasonable defaults in the cdrecord config file. Thanks to
138     Zack Cerza for the patch, closes: #278332
139     * Added Vietnamese debconf translation. Closes: #309482. Thanks to
140     Clytie Siddall for the patch.
141     * Fixed various man page typos. Thanks to A Costa for the patches.
142     Closes: #311390, #311392, #323546
143     * Updated Standards-Version and fixed some minor lintian warnings.
144    
145     -- Steve McIntyre <93sam@debian.org> Fri, 16 Sep 2005 14:22:57 +0100
146    
147     cdrtools (4:2.01+01a01-4) unstable; urgency=low
148    
149     * O_EXCL issue becoming hot, uploading to unstable
150     * sync with Ubuntu Breezy (renamed as needed):
151     + 23_o_excl.dpatch (replaced with Ubuntu's version, closes: #262678)
152     + 24_debug_tmpfile.dpatch (secure file access in rscsi, closes: #291376)
153     + 25_mkisofs_iconv_manpage.dpatch (explicit note about iconv support)
154     + 26_author_locale.dpatch (replace รถ in his name with an ascci
155     transliteration)
156    
157     -- Eduard Bloch <blade@debian.org> Tue, 26 Apr 2005 10:30:34 +0200
158    
159     cdrtools (4:2.01+01a01-3) experimental; urgency=low
160    
161     * testing bug fix release
162     * Eduard Bloch:
163     + Updated dirsplit to 0.3.x (lots of bugfixes and feature improvements)
164     + "Mandrake patches": 22_linux_rawio_capability.dpatch (from Keenan Pepper
165     <cherylgpepper@comcast.net> and others to get RAWIO capabilites before
166     changing the EUID, closes: #267273, #266009), 23_o_excl.dpatch
167     (exclusive access to the device files, closes: #262678)
168     * Steve McIntyre <93sam@debian.org>:
169     + Added Danish debconf translation. Closes: #296993. Thanks to Claus
170     Hindsgaul for the patch.
171     -- Eduard Bloch <blade@debian.org> Fri, 22 Apr 2005 15:38:44 +0200
172    
173     cdrtools (4:2.01+01a01-2) unstable; urgency=high
174    
175     * Bug fix: "cdrtools: FTBFS when /usr/src/linux points to kernel
176     sources", thanks to Ken Bloom (Closes: #286025). Patch from
177     Bas Zoetekouw. Also (Closes: #228529)
178    
179     -- Joerg Jaspert <joerg@debian.org> Sun, 9 Jan 2005 17:48:43 +0100
180    
181     cdrtools (4:2.01+01a01-1) unstable; urgency=low
182    
183     * New Upstream 2.01.01a01
184     * We have a clarification from Upstream on the license issue. (Closes: #270060)
185     * Removed Andreas Metzler from Co-Maintainer on his wish.
186     THANKS for all your good work in the past Andreas!
187    
188     -- Joerg Jaspert <joerg@debian.org> Sat, 8 Jan 2005 19:55:19 +0100
189    
190     cdrtools (4:2.0+a38-1) unstable; urgency=low
191    
192     * New upstream 2.01a38
193     * Added hints for cdrtools-doc in the descriptions of the packages as
194     most people don't find it.
195    
196     -- Joerg Jaspert <joerg@debian.org> Sat, 4 Sep 2004 13:56:53 +0200
197    
198     cdrtools (4:2.0+a34-2) unstable; urgency=high
199    
200     * Fix typo in Brazilian Portuguese (pt_BR) translation (Andre Luis Lopes)
201     (Closes: #261396)
202     * Fix local root exploit in cdrecord found by Max Vozeler. (CAN-2004-0806)
203    
204     -- Andreas Metzler <ametzler@debian.org> Tue, 24 Aug 2004 17:21:23 +0200
205    
206     cdrtools (4:2.0+a34-1) unstable; urgency=low
207    
208     * New upstream 2.01a34. (Closes: #260499)
209     - mkisofs -q is quiet even about Eltorito boot. (Closes: #217845)
210     - typo in cdda2mp3(1) fixed. (Closes: #257312)
211     - Speed up mkisofs by 30% in the case that a directory contains many (>
212     5000) pathological file name entries (that _all_ do not differ in 8.3).
213     (Closes: #240251)
214     - fix cdrtools-2.01a31-dvd.patch.bz2 to actually apply. Untested
215     otherwise, if it breaks you keep both pieces. (am)
216     * Remove reference to "woody" from NEWS.Debian. (Closes: #243395).
217     * Spanish translation of debconf-templates by Javi Castelo
218     (Closes: Bug#254170)
219     * Moved the directly refered file README.ATAPI.setup back to cdrecord and
220     set Replaces more fuzzy (eb, closes: #257517)
221     * Adapted README.ATAPI.setup to the *cough* "JS' new style" syntax (eb)
222     * Bugfixes and improvements of the dirsplit script and its manpage (eb)
223     * restructure cdrtools-doc package:
224     * files now live in /usr/share/doc/cdrtools-doc/(mkisofs|cdrecord|...)
225     instead of in /usr/share/doc/(mkisofs|cdrecord|...)
226     * drop BUILD and COMPILE.
227     * (Some) files that apply to the complete cdrtools suite live directly in
228     /usr/share/doc/cdrtools-doc/.
229     * Czech translation of debconf-templates by Jan Outrata . (Closes: #259172)
230    
231     -- Andreas Metzler <ametzler@debian.org> Wed, 21 Jul 2004 12:11:54 +0200
232    
233     cdrtools (4:2.0+a30.pre1-1) unstable; urgency=low
234    
235     * New upstream release 2.01a30-pre1
236     + fixes a manpage typo (closes: #243001)
237     + no more 8-bit characters in manpages (Closes: #243280,#222936)
238     + Includes the fixes for typos in cdrecord(1) from Jens Seidel's patch.
239     (Closes: #246831)
240     + Remarks about FIFO size in manpage updated (Closes: #245501)
241     + supports more SCSI bus numbers (closes: #235783)
242     + Fixes eject/reload problem on tray CD-ROMs. (Closes: #245303)
243     * Use /dev/MAKEDEV instead of /sbin/MAKEDEV to generate device-files because
244     it does the right thing for udev. Thanks to Juergen Kreileder.
245     (Closes: #241609)
246     * Turkish translation of debconf templates by Gรผrkan Aslan (Closes: #246081)
247     * updated DVD patch (a28, 14-May-2004)
248     * disable 06_dautipps.dpatch for dvd=yes. (Closes: #248187)
249    
250     -- Andreas Metzler <ametzler@debian.org> Wed, 19 May 2004 20:17:24 +0200
251    
252     cdrtools (4:2.0+a27-1) unstable; urgency=low
253    
254     * New upstream version 2.01a27, featuring new -root & -old-root options to
255     mkisofs for incremental backups.
256     * Add NEWS.Debian to cdrecord (which will be shown before installation by
257     apt-listchanges) warning of changed behavior for people upgrading from
258     woody. (Closes: #230066)
259     * Added my dirsplit utility (EB)
260     * update DVD patch. (a27 - 12-Mar-2004)
261    
262     -- Andreas Metzler <ametzler@debian.org> Thu, 1 Apr 2004 16:15:44 +0200
263    
264     cdrtools (4:2.0+a26pre27-1) unstable; urgency=low
265    
266     * A pre27 Upstream because last version broke burning with anything
267     except -tao.
268     * Updated dpatch 02 (do we still need the second half of it?) so it applies.
269    
270     -- Joerg Jaspert <joerg@debian.org> Thu, 4 Mar 2004 20:52:08 +0100
271    
272     cdrtools (4:2.0+a26-1) unstable; urgency=low
273    
274     * Updated dvd-patch (a26, 02-Mar-2004) included in source package. (am)
275     (Closes: #233845)
276     * Mkisofs failed on files with same utf-8 prefix. (Closes: #230725). Updated
277     patch by Jaakko Heinonen
278     * 17_argv0_beautify.dpatch: strips the .shm/.mmap suffix from the executable
279     filename (Closes: #231253) (EB)
280     * Italian translation of debconf templates by Renato Gini.
281     (Closes: #234778)
282     * Strip down and reformat pointer to README.ATAPI.setup, add pointer in
283     README.debian. (am) (Closes: #234990)
284     * Patch libscg to stop it from opening /dev/hda when it was told explicitely
285     to open /dev/hdc by dev=ATA:1,0,0. (am) (Closes: #228215, #230127)
286    
287     -- Andreas Metzler <ametzler@debian.org> Wed, 3 Mar 2004 16:40:16 +0100
288    
289     cdrtools (4:2.0+a25-1) unstable; urgency=low
290    
291     * New upstream release (eb)
292     * Updated iconv patch with pre9 which disables iconv support for non-unicode
293     filesystems like HFS and RR (closes: #224544) and moved our interdiff to
294     15_mkisofs_iconv_debianize.dpatch (eb)
295     * 16_debian_email.dpatch: setting our contact address to show that Debian
296     has a modified version (eb)
297     * Update README.ATAPI.setup for Kernel 2.6. (am)
298     * pt_BR translation updated by andrelop (Closes: #227382) (eb)
299    
300     -- Eduard Bloch <blade@debian.org> Fri, 16 Jan 2004 15:54:08 +0100
301    
302     cdrtools (4:2.0+a24-1) unstable; urgency=low
303    
304     * update info about dvdrtools in README.DVD.Debian (Closes: #221465)
305     * Use uname -r instead of /sbin/kernelversion in the wrapper script
306     (Closes: #223631) (AM/EB)
307     * Complains loudly if removing of the SUID bit failed (closes: #224476) (EB)
308     * Note about #196116 (cdrecord dropping priviledges) in README.debian.
309     * new upstream version (Closes: #224605)
310     * Does not dump core when microscopic fifo size is specified
311     (Closes: #211419)
312     * License clarification.
313     * update mkisofs-iconv patch (Closes: #226719)
314     * Change mkisofs' version info to reflect that it is a patched version.
315     * update dvd patch to version for a20, slightly modified to apply to a24.
316    
317     -- Andreas Metzler <ametzler@debian.org> Fri, 9 Jan 2004 17:16:41 +0100
318    
319     cdrtools (4:2.0+a19-6) unstable; urgency=low
320    
321     * 14_mkisofs_iconv.dpatch: problem with sometimes disappearing files
322     (best reproducible on Woody) fixed by patch upstream (closes: #220570)
323     * Updated error information to tell about cdrtools-doc package and
324     -joliet-long option (really closes: #219865)
325    
326     -- Eduard Bloch <blade@debian.org> Thu, 13 Nov 2003 14:10:34 +0100
327    
328     cdrtools (4:2.0+a19-5) unstable; urgency=low
329    
330     * Fix mkisofs segfault on PowerPC (Closes: #220178)
331    
332     -- Andreas Metzler <ametzler@debian.org> Tue, 11 Nov 2003 21:47:36 +0100
333    
334     cdrtools (4:2.0+a19-4) unstable; urgency=low
335    
336     * cdrecord replaces README.DVD.Debian in cdrtools-doc (Closes: #219771)
337    
338     -- Eduard Bloch <blade@debian.org> Sun, 9 Nov 2003 01:25:10 +0100
339    
340     cdrtools (4:2.0+a19-3) unstable; urgency=low
341    
342     * Andreas Metzler:
343     - Add Dutch po-debconf translation by Tim Vandermeersch (Closes: #216934)
344     - Don't start cdrecord's description with "A". (Closes: #218106)
345     * Eduard Bloch
346     - new: 14_mkisofs_iconv.dpatch, provides additional charset conversion via
347     iconv (Closes: #213033, #213056)
348     - moved README.DVD.Debian to the cdrecord package (Closes: #216504)
349    
350     -- Eduard Bloch <blade@debian.org> Sat, 08 Nov 2003 14:56:04 +0100
351    
352     cdrtools (4:2.0+a19-2) unstable; urgency=low
353    
354     * Eduard Bloch:
355     - Changed the group setting of cdrecord script to make it readable for the
356     cdrom group (Closes: #214280)
357     * Joerg Jaspert:
358     - Split out another package - cdrtools-doc - which contains almost all
359     documentation.
360     - Let cdrecord, mkisofs, cdda2wav suggest the new package.
361     - Kill {cdda2wav|cdrecord|mkisofs}.doc files, no longer needed.
362     - cdrtools-doc replaces/conflicts with all 3 packages prior to this
363     version because it overwrites files from them.
364    
365     -- Joerg Jaspert <joerg@debian.org> Tue, 7 Oct 2003 22:01:31 +0200
366    
367     cdrtools (4:2.0+a19-1) unstable; urgency=low
368    
369     * New upstream version. (No user visible changes on Linux), makes
370     patches/15_cdda2oggmanpage.dpatch unnecessary again.
371     * Updated French debconf translation by Michel Grentzinger
372     (Closes: #211811)
373     * Updated Japanese debconf translation by Kenshi Muto (Closes: #211892)
374     * Add note about the dvd+rw-tools to README.DVD.Debian. (Closes: #213035)
375     * Conflict with xcdroast << 0.98+0alpha14-5, because it cannot not
376     parse cdrecord's changed version string (Closes: #210941)
377     * If cdrecord is made SUID via debconf we also make the
378     wrapper-script SUID. - Should help frontends, especially k3b.
379    
380     -- Andreas Metzler <ametzler@debian.org> Wed, 1 Oct 2003 16:02:31 +0200
381    
382     cdrtools (4:2.0+a18-1) unstable; urgency=low
383    
384     * New upstream version: add clone-writing and fix a security issue with
385     suid-rscsi (Not enabled on Debian)
386     * Replaced . with : in chown calls (Closes: #205524) (EB)
387     * fix wrong debconf.translation (Closes: #202953) (AM)
388     * Fix compilation with dvd=yes (Closes: #200945) (AM)
389     * remove 14_clone_noraw.dpatch. New upstream does support -clone. (AM)
390     * Policy 3.6.1.0 (changelog converted to UTF-8) (AM)
391    
392     -- Andreas Metzler <ametzler@debian.org> Fri, 12 Sep 2003 13:54:20 +0200
393    
394     cdrtools (4:2.0+a16-2) unstable; urgency=low
395    
396     * update DVD patch from
397     http://people.mandrakesoft.com/~warly/files/cdrtools/ (thanks to Sven
398     Gohlke for the hint.) (AM)
399     * fixed in previous upload: loosing suid permissions when compiled with
400     -DUSE_USGSHM (Closes: #196116) (AM)
401     * Fix broken cdrecord statoverrides inherited from xcdroast
402     (Closes: #199498, #199773, #200375) (AM, EB)
403     * Copy existing statoverrides from the cdrecord-wrapper script to the new
404     executables (EB)
405    
406     -- Eduard Bloch <blade@debian.org> Tue, 08 Jul 2003 18:57:49 +0200
407    
408     cdrtools (4:2.0+a16-1) unstable; urgency=low
409    
410     * New upstream version:
411     - El-torito boot-CD + "-iso-level 4" works. (Closes: #194233)
412     - -sort file handling fixed (Closes: #198266)
413     * French debconf translation by Michel Grentzinger (Closes: #197720)
414     * Compiling with -USE_USGSHM had broken access to cdrecord for non-root
415     users, if cdrecord was not suid. We ship two versions of the cdrecord
416     binary and a wrapper script as /usr/bin/cdrecord, which selects
417     cdrecord.shm for kernels << 2.4 and cdrecord.mmap for newer ones. If you
418     use dpkg-statoverride you'll have to update your settings.
419     * Ship README.ATAPI.setup. (Closes: #199135)
420     * EB: Additional check in debian/rules to warn us to not package as native
421     source (Closes: #196501)
422    
423     -- Andreas Metzler <ametzler@debian.org> Sat, 28 Jun 2003 17:19:46 +0200
424    
425     cdrtools (4:2.0+a15-1) unstable; urgency=low
426    
427     * New upstream 2.01a15
428     - Fixed DAO mode on Plextor drives (Closes: #196172)
429     - CUE/BIN fixes included, removed patches: 10_fixcuebin, 11_cue-audio
430     * Japanese debconf translation from Kenshi Muto (Closes: #195356)
431     * Changed defaults setting method in cdda2mp3 and cdda2ogg to respect the
432     environment variables (Closes: #195680)
433     * 14_clone_noraw.dpatch: documented the different behaviour readcd -clone in
434     the manpage (Closes: #196047)
435    
436     -- Eduard Bloch <blade@debian.org> Mon, 02 Jun 2003 18:09:31 +0200
437    
438     cdrtools (4:2.0+a14-1) unstable; urgency=low
439    
440     * New upstream 2.01a14:
441     - mkisofs doesn't print debug statements anymore (Closes: #191045, #191896)
442     - experimental support for bin/cue.
443     * mkzftree(8) '--crib-tree' instead of '--crib-path' (Closes: #191367)
444     * adapt 08_privacy.dpatch to upstream's changes.
445     * Upstream patch from JS to fix bin/cue.
446    
447     -- Andreas Metzler <ametzler@debian.org> Tue, 13 May 2003 14:32:19 +0200
448    
449     cdrtools (4:2.0+a10-2) unstable; urgency=low
450    
451     * Fix multisession-support (Closes: #189086)
452    
453     -- Andreas Metzler <ametzler@debian.org> Tue, 15 Apr 2003 10:59:13 +0200
454    
455     cdrtools (4:2.0+a10-1) unstable; urgency=low
456    
457     * add conflicts with old versions of xcdroast (Closes: #187184)
458     * add @DPATCH@-tag to patches, as required by dpatch-edit-patch in
459     dpatch 1.17
460     * new upstream version 2.0a10 (Owners of Plextor drives should read
461     AN-2.01a09)
462     * Fix mkzftree --sloppy. Patch by Andreas Krueger (Closes: #188212)
463     * fix lintian error "internal error: cannot run po-debconf check on package
464     cdrtools" by removing superfluous entries from debian/po/POTFILES.in
465    
466     -- Andreas Metzler <ametzler@debian.org> Mon, 14 Apr 2003 13:31:49 +0200
467    
468     cdrtools (4:2.0+a07-1) unstable; urgency=low
469    
470     * remove "DVD" from package description.
471     * Don't invoke MAKEDEV if /dev/scsi exists. (Closes: #179321)
472     * minor improvements in README.DVD.Debian (Eduard Bloch)
473     * 07_noadvertising points to README.DVD.Debian
474     * update pt_BR debconf template translation (Andre Luis Lopes)
475     (Closes: #184952)
476     * new upstream version 2.0a07
477     - adds sighandler for HUP, closing a terminal window during execution
478     of cdrecord should make the drive unresponsive until reboot anymore
479     (Closes: #185559)
480    
481     -- Andreas Metzler <ametzler@debian.org> Fri, 28 Mar 2003 14:55:41 +0100
482    
483     cdrtools (4:2.0+a05-1) unstable; urgency=low
484    
485     * New upstream release.
486    
487     -- Joerg Jaspert <joerg@debian.org> Thu, 13 Mar 2003 13:55:59 +0100
488    
489     cdrtools (4:2.0+a04-2) unstable; urgency=low
490    
491     * Joerg Jaspert:
492     - Changed priority from extra to optional as in the override files.
493     * rethink dvdrecord issue:
494     - disable advertising by default (07_noadvertising.dpatch)
495     - 07_dvdsup.dpatch: set INSERT_YOUR_EMAIL_ADDRESS_HERE and tell $user to
496     pester the local admin. Don't apply it per default.
497     - offer am easy possibilty for building packages with dvd-patch and add
498     code to identify bugreports for these unofficial packages
499     - document everthing in README.DVD.Debian
500    
501     -- Andreas Metzler <ametzler@debian.org> Wed, 12 Mar 2003 20:13:15 +0100
502    
503     cdrtools (4:2.0+a04-1) unstable; urgency=low
504    
505     * New upstream release
506     * Eduard Bloch:
507     - 06_dautipps.dpatch: hints where to look for documentation and reminds on
508     needed modules. Better README.Debian.setup or interactive assistant (eg.
509     HTML based call-and-response docs) should be written sooner or later
510     (closes: #182131)
511     - 07_dvdsup.dpatch : extracted dvdrecord patch from Ben Collins, (closes: #181028)
512     - 08_privacy.dpatch: having consens among developers, we re-enable the
513     patch to exclude mkisofs command line (#87043, see below). To get it the way
514     Upstream wants for support, define Environment variable ISODEBUG
515     * Andreas Metzler:
516     - Don't ask for permission to generate device files, it's not needed
517     anymore (policy 3.5.7)
518     * Joerg Jaspert:
519     - Deactivate 04_silo.dpatch, it doesnt apply anymore. See README.silo
520     for details.
521     - Build-depend on debhelper >= 4.1.16 now, we use po-debconf
522     - Removed dh_undocumented from rules file
523     - Permissions of cdrecord binary now 4754 if setuid debconf. (closes: #182384)
524    
525     -- Joerg Jaspert <joerg@debian.org> Sun, 9 Mar 2003 14:34:35 +0100
526    
527     cdrtools (4:2.0-2) unstable; urgency=low
528    
529     * Added build-depends to dpatch and adjusted rules file, patch/unpatch
530     target now in included file from dpatch.
531     * Moved zisofs things in a patch in debian/patches where they belong.
532    
533     -- Joerg Jaspert <joerg@debian.org> Tue, 31 Dec 2002 21:13:11 +0100
534    
535     cdrtools (4:2.0-1) unstable; urgency=low
536    
537     * New upstream release, 2.0 is now released :)
538     * mkisofs: Description now mentions that it includes zisofs_tools
539     * Upstream removed (outdated) german translation of documentation.
540     Kill commands for it out of debian/rules.
541    
542     -- Joerg Jaspert <joerg@debian.org> Fri, 27 Dec 2002 20:36:16 +0100
543    
544     cdrtools (4:1.10+alpha2.0pre3-1) unstable; urgency=low
545    
546     * Andreas Metzler
547     - new upstream 2.0pre3
548     - Update ftp-URL in debian/copyright
549     - dropped manpage debian/cdda2ogg.1, it has been included upstream
550     * Eduard Bloch
551     - added zisofs tree to the package (closes: #118503)
552     * Joerg Jaspert
553     - Install zisofs changelog and Readme
554     - Added Build-Depends for zlib
555     - Adjusted Build-System of zisofs to be more like the rest of cdrtools.
556    
557     -- Joerg Jaspert <joerg@debian.org> Fri, 20 Dec 2002 17:26:49 +0100
558    
559     cdrtools (4:1.10+alpha2.0pre2-0.amwoody2) unstable; urgency=low
560    
561     * recompiled for woody
562     * Don't use dh_install --sourcedir, debhelper in woody does not support it.
563    
564     -- Andreas Metzler <ametzler@logic.univie.ac.at> Wed, 11 Dec 2002 14:12:23 +0100
565    
566     cdrtools (4:1.10+alpha2.0pre2-1) unstable; urgency=low
567    
568     * Updated Standards-Version to 3.5.8.0
569     * Sparc-People: Remember changelog entry from 4:1.10+11a39-1?
570     2.0 release is scheduled for next weekend. Silo patch for mkisofs will go
571     away then. (Yes, this will be mailed again to -sparc of course).
572     * Moved all symlink stuff in $PACKAGE.link files for dh_link.
573     * Same thing for dh_installdocs. And for dh_installdirs.
574     * Drop dh_movefiles, use only dh_install now.
575     * Kicked -dev package a few versions ago - now kick the install code for it
576     out of rules too :)
577     * Added presubj files for reportbug for all packages.
578    
579     -- Joerg Jaspert <joerg@debian.org> Tue, 10 Dec 2002 22:26:49 +0100
580    
581     cdrtools (4:1.10+alpha2.0pre2-0.amwoody1) unstable; urgency=low
582    
583     * new upstream 2.0pre2
584    
585     -- Andreas Metzler <ametzler@logic.univie.ac.at> Mon, 9 Dec 2002 17:10:48 +0100
586    
587     cdrtools (4:1.10+alpha2.0pre1-0.amwoody1) unstable; urgency=low
588    
589     * new upstream 2.0pre1: (Closes: #171438) mkisofs ignores all but
590     first path argument
591     * install manpage/symlink for cdda2(ogg|mp3) instead of linking to
592     undocumented
593    
594     -- Andreas Metzler <ametzler@logic.univie.ac.at> Mon, 2 Dec 2002 16:34:49 +0100
595    
596     cdrtools (4:1.10+11a39-2) unstable; urgency=low
597    
598     * (closes: #123111) - cdda2wav doesn't fail properly. Looks like it
599     returns a 1 now.
600     * Changed Priority to match with override file.
601     * Modified 03_script.dpatch. Now cdda2mp3 and cdda2ogg only using
602     /etc/default/cdda2* if it is there. cdda2mp3 now also fails if
603     selected encoder is not available (like cdda2ogg already does).
604     Also set CDDA_DEVICE in both scripts if not already set.
605     (closes: #163076)
606     * Removed cdrecord-dev package. Not used anywhere.
607     * Dropped Provides, Replaces to mkhybrid from mkisofs.
608     Its gone since woody, we dont need it any longer.
609     * (closes: #143786) - /etc/cdrecord.conf ignored.
610     Only if you upgrade from a pre-woody package. There was an error with
611     the location. If you upgrade directly from pre-woody then mv the file
612     to /etc/default/cdrecord (or add your changes there).
613     * Ok ok, use a symlink for /etc/cdrecord/* and not a hardlink.
614     (closes: #170302)
615     * (closes: #169932) - cdda2wav: cd-text problems
616     Tested on 2 different systems - cdtext burn and read works. (use last
617     example from cdrecord manpage for it). Use the sg driver, not atapi
618     for it.
619    
620     -- Joerg Jaspert <joerg@debian.org> Sat, 23 Nov 2002 17:50:45 +0100
621    
622     cdrtools (4:1.10+11a39-1) unstable; urgency=low
623    
624     * New Maintainer. Thx to Michael Stone (former Maintainer) and to
625     Eduard Bloch for his NMU's. Thx also to Andreas Metzler who did (outside of
626     Debian Archive) work on cdrtools Package, some of which I included here.
627     Andreas and Eduard helping me as Co-Maintainers.
628     This closes all NMU fixed bugs:
629     (closes: #162027, #161502, #161689, #159830)
630     * New upstream release
631     (closes: #163041) - cdrecord: Input/output errors when burning CDs
632     (closes: #165745) - cdrecord: Copyright problems - libedc used in 1.11a34 is
633     non-free
634     (closes: #161070) - cdrecord: when cdrecord is stopped by Ctrl-C in dummy
635     burning mode, asus 1610A is blocked
636     (closes: #168635) - cdrecord: Typo in man page
637     (closes: #162579) - mkisofs: isoinfo does not accept coalesced options any
638     more. That was always an user error. It works as
639     documented now.
640     (closes: #165015) - cdrtools: Patch to work with 2.5.43. (Read AN-1.11a38)
641     * finally completely GPL (including libedc!)
642     * Update debian/copyright.
643     * Don't mention DVD-writing in description (Closes: #162660)
644     * Removed 01_cdr_gnuisms. gcc defines __linux__, __linux and linux,
645     so we dont need to patch it that way (and linux is not POSIX
646     compliant (even if it is defined), __linux__ is)
647     * Upstream includes ia64 rules, delete that patch.
648     * We now have smake in the Archive. Build-Depend on that, because it is
649     the make-system Upstream really supports for his packages. (And with it
650     we never need to include a patch for missing rules-files again, it creates
651     them automagically)
652     * Include a symlink from /etc/cdrecord/* to /etc/default/*, (closes: #159506)
653     That makes it easy to find the cdrecord config and still is compatible with
654     upstream *and self-compiled* versions of cdr-tools.
655     * Removed 03-cdr-mmap patch and use -DUSE_USGSHM in COPTX - it can be so simple
656     to be compatible with old kernels.
657     * Make cdrecord only executable for users in the cdrom group (mode 4750)
658     if it set SUID (Closes: #164283)
659     * Updated to 3.5.7.1 standards version.
660     * Do not strip options/commandline out of iso-files. That is *NO* security
661     risk. It only contains the options used to create the isofile and the name
662     of the directory you created the iso (path is truncated to ../) of it.
663     * Drop dbs from Build-Depends, use dpatch system.
664     * patch to get silo bootable cds will be deleted with next Upstream
665     release of cdrtools. Ben wants to fix silo, but as always: patches
666     are welcome, we are all low on time. If you use sparc and want
667     bootable linux cd's - go on and send patches for silo please. Look
668     into README.silo in /usr/share/doc/mkisofs for more details.
669    
670     -- Joerg Jaspert <joerg@debian.org> Thu, 21 Nov 2002 01:15:00 +0100
671    
672     cdrtools (4:1.10+11a34-1) unstable; urgency=low
673    
674     * NMU, blessed by maintainer
675     * Changes by Andreas Metzler <ametzler@logic.univie.ac.at>:
676     - New upstream version, updated 01_cdr_gnuisms
677     - Build as nonnative package (Closes: #162027)
678     - Ship tar.bz2 in orig tar.gz to save bandwith
679     - Disabled 09_cdr_joliet_nameconversion - it causes a segfault.
680     (Closes: #161502)
681     * Updated cdda2ogg to have a better description (Closes: #161689)
682    
683     -- Eduard Bloch <blade@debian.org> Fri, 27 Sep 2002 22:17:20 +0200
684    
685     cdrtools (4:1.10+11a31-1.1) unstable; urgency=low
686    
687     * NMU. Sorry, this cannot wait.
688     * Fixed verbose output in 09_cdr_joliet_nameconversion, closes: #159830
689    
690     -- Eduard Bloch <blade@debian.org> Fri, 6 Sep 2002 20:09:15 +0200
691    
692     cdrtools (4:1.10+11a31-1) unstable; urgency=low
693    
694     * New upstream version (Closes: #155513)
695     - adds compressed fs option to mkisofs (Closes: #155414)
696     - another silly hurd maxlen complaint addressed (Closes: #146396)
697     - adds -z compressed iso support (Closes: #120707, #126388, #155414)
698     - devfs-aware (Closes: #143455, #116279, #146412)
699     - better usb burner support (Closes: #150437)
700     - more forgiving config file (Closes: #115508)
701     - clarified description of utf-8 in mkisofs man page (Closes: #128270)
702     - readcd man page updates (Closes: #153806)
703     * added hint about shmmax (closes: #146726)
704     * changed the default mode of cdrecord binary to 4750 (closes: #150092)
705     * changed vorbis-tools relationship (closes: #143237)
706     * removed the ugly extension-protection patch, included my name-conversion
707     patch instead (closes: #149456, #145038)
708     * changed to DBS
709     * using german docs from the upstream tarball instead of debian/DEUTSCH
710     * Thanks to Eduard Bloch for above
711    
712     -- Michael Stone <mstone@debian.org> Tue, 27 Aug 2002 19:57:24 -0400
713    
714     cdrtools (4:1.10-8) unstable; urgency=low
715    
716     * New maintainer
717     * No config.sub in diff
718     * Updated copyright file
719    
720     -- Michael Stone <mstone@debian.org> Fri, 21 Jun 2002 22:17:14 -0400
721    
722     cdrtools (4:1.10-7) unstable; urgency=medium
723    
724     * The seventh-time-lucky release. This should go into Woody.
725     * Simplified the old crap^h^h^h^hdebconf interaction part, moved makedev
726     calls to cdrecord.postinst, since makedev != essential. Closes: #141905
727    
728     -- Eduard Bloch <blade@debian.org> Tue, 9 Apr 2002 10:03:06 +0200
729    
730     cdrtools (4:1.10-6) unstable; urgency=medium
731    
732     * clean up in the clean rule
733     * reverted the change of cdrecord.conf location. It was completely useless
734     and non-compliant with upstream's defaults or other distributions.
735     Disabled the transition hack. I won't screw up users config file just
736     because of Erik's personal preferences.
737     * placed rscsi.dfl file as /etc/default/rscsi, but with commented lines to
738     not break security by default
739    
740     -- Eduard Bloch <blade@debian.org> Sun, 7 Apr 2002 12:14:28 +0200
741    
742     cdrtools (4:1.10-5) unstable; urgency=medium
743    
744     * Oh no, there was no rscsi, ffmppffmf mmpmmmfmmfmpmmmpffmpmfmm...
745     * added rscsi and rscsi.dfl to cdrecord package, closes: #118048
746     * added devdump.8 symlink
747    
748     -- Eduard Bloch <blade@debian.org> Sun, 7 Apr 2002 00:15:05 +0200
749    
750     cdrtools (4:1.10-4) unstable; urgency=medium
751    
752     * removed the ugly was-not-compiled-with-your-kernel warning, closes: #115697
753     * merging default and old config file on upgrades, closes: #122309
754     * new warning about wrong device files, closes: #137339
755     * cooked cdda2ogg from cdda2mp3, added Recommends: vorbis-tools. They do
756     also parse the /etc/default/$APP file, closes: #51929
757     * extracted and renamed german documentation add-on, was hard to find
758    
759     -- Eduard Bloch <blade@debian.org> Sat, 6 Apr 2002 17:20:53 +0200
760    
761     cdrtools (4:1.10-3) unstable; urgency=medium
762    
763     * New maintainer
764     * forces use of SHM instead of MMAP, ignoring tests at build time which
765     depend on the kernel version,
766     closes: #127895, #131325, #136754, #138581
767     * blackout the build arguments and version info string in mkisofs,
768     closes: #87043. Set NOPRIVACY environment to force the default behaviour.
769     * cdda2wav's output channel problem is fixed by upstream, closes: #55695
770     * symlink mkhybrid and mkisofs, closes: #132479
771     * updated upstream's mail address, closes: #115496
772     * fixed formatting error in mkisofs.8, closes: #135385
773     * respect extension of filenames when creating Joliet info for filenames
774     longer than 64 chars, closes: #80202
775     * fixed typo in templates, closes: #126870
776     * using debconf-utils to merge templates
777    
778     -- Eduard Bloch <blade@debian.org> Fri, 5 Apr 2002 00:04:07 +0200
779    
780     cdrtools (4:1.10-2.4) unstable; urgency=low
781    
782     * NMU to fix outstanding sparc bug
783     * Applied patch to allow SILO sparc bootable to be built. Closes: #120266
784     Now debian-cd can use mkisofs instead of mkhybrid
785    
786     -- Ben Collins <bcollins@debian.org> Sun, 10 Feb 2002 16:33:55 -0500
787    
788     cdrtools (4:1.10-2.3) unstable; urgency=low
789    
790     * NMU
791     * debian/cdrecord.postinst:
792     - Redirect output of dpkg-statoverride to /dev/null (Closes: #126682)
793     * mkisofs/mkisofs.8:
794     - Fix minor manpage error (Closes: #108700)
795     * cdrecord/cdrecord.1:
796     - Fix minor manpage error (Closes: #126266)
797    
798     -- Colin Walters <walters@debian.org> Fri, 28 Dec 2001 20:42:14 -0500
799    
800     cdrtools (4:1.10-2.2) unstable; urgency=medium
801    
802     * NMU
803     * debian/rules:
804     - Add symlinks in RULES for s390, parisc{,64}, and update
805     config.{guess,sub} in clean target (Closes: #116013, #123120, #104966).
806     - Don't install build/install documentation for other operating systems.
807     * debian/control:
808     - Add Build-Depends on autotools-dev.
809     - Fix minor spelling errors and typos in descriptions
810     (Closes: #124486, #124490).
811     * debian/cdrecord.config:
812     - Don't prompt for creating devices in /dev if DevFS is active
813     (Closes: #114297).
814     * debian/cdrecord.templates:
815     - Fix spelling errors (Closes: #114037).
816     - Add pt_BR translation (Closes: #116441).
817     - Add de translation (Closes: #115170).
818     * debian/cdrecord.postinst:
819     - Don't meddle with cdrecord permissions if the admin is using
820     dpkg-statoverride (Closes: #115696).
821     * debian/cdrecord.prerm:
822     - Remove obsolete suidunregister stuff. Add #DEBHELPER# token.
823     * debian/cdrecord.postrm:
824     - Purge debconf database.
825     * mkisofs/mkisofs.8:
826     - Fix formatting (Closes: #123568).
827    
828     -- Colin Walters <walters@debian.org> Fri, 21 Dec 2001 17:12:13 -0500
829    
830     cdrtools (4:1.10-2) frozen unstable; urgency=high
831    
832     * Recompile under 2.2.x (closes: #98953, #102916)
833     * Support for /etc/cdrecord.conf (closes: #97886)
834     * Ask whether to make cdrecord SUID (closes: #107109)
835     * Fixed version number in abort message (closes: #102197, #103060, #110184)
836     * Hopefully this upload will put mkisofs back in testing (closes: #103853)
837    
838     -- Erik Andersen <andersee@debian.org> Sat, 29 Sep 2001 15:41:11 -0600
839    
840     cdrtools (4:1.10-1) unstable; urgency=low
841    
842     * Move to cdrecord 1.10 final version (closes: #93125, #97219)
843     * Make sure /dev/sg0 is a char and /dev/scd0 is a block dev
844     (closes: #93592, #92836)
845     * Make sure that if cdrecord is compiled under 2.4.x that folks
846     running 2.2.x get informed they must recompile.
847     (closes: #92927, #92949, #93001, #93281, #96832, #95622)
848     * Add in man page for readcd (closes: #93772)
849     * cdrecord supports Disc at Once and Track at Once modes
850     these days (closes: #69308)
851     * Linux 2.4.x kernels use shmfs these days, so alpha boxes should
852     be taken care of now (closes: #67995)
853     * Newer kernels should no longer crash (closes: #71746)
854     * Include some german docs, submitted by Eduard Bloch <edi@gmx.de>
855     * Those wanting cdrecord to be setuid root, or similar, can use
856     the dpkg-statoverride utility provided by dpkg. (closes: #78505)
857     * Added ia64 support (RULES/ia64*) from Bdale <bdale@itanium.gag.com>
858     (closes: #100858)
859     * Added in a patch from Chris Lawrence <lawrencc@debian.org> for
860     mkisofs symlink tree support (closes: #85672)
861     * If upstream feels it is best to write args to CD, I'm not going
862     to argue with him. (closes: #87043)
863     * Both cdrecord and mkisofs are built from the same package, so
864     of course they have the same changelog. (closes: #95829)
865    
866     -- Erik Andersen <andersee@debian.org> Sun, 24 Jun 2001 00:41:44 -0600
867    
868     cdrtools (3:1.10a18-2) unstable; urgency=low
869    
870     * Fix conflict with the mkhybrid package (closes: #82411, #92851)
871    
872     -- Erik Andersen <andersee@debian.org> Wed, 4 Apr 2001 00:52:20 -0600
873    
874     cdrtools (3:1.10a18-1) unstable; urgency=low
875    
876     * New upstream version -- code freeze release for 1.10.
877     * links for mips and mipsel architectures are now included from upstream
878     thanks to Marcelo E. Magallon <mmagallo@debian.org> (closes: #85251)
879     * The postinst script now checks for block, not char filetypes (closes: #79353)
880     * Removed cruft from changelog (closes: #90499)
881     * manpage bad escape sequence fixed and sent upstream (closes: #82815)
882     * Joerg Schilling is German. The English word "Identification" is spelled
883     "Identifikation" in German, and so he is not going to change it. Besides,
884     changing it would break gcombust, xcdrecord, etc. (closes: #69945)
885    
886     -- Erik Andersen <andersee@debian.org> Mon, 2 Apr 2001 23:39:09 -0600
887    
888     cdrecord (3:1.9-1) unstable; urgency=low
889    
890     * New upstream version. (closes: #64225, #68538, #65612, #65656, #64409)
891    
892     -- Erik Andersen <andersee@debian.org> Thu, 7 Sep 2000 21:52:05 -0600
893    
894     cdrecord (3:1.8-3) frozen unstable; urgency=low
895    
896     * Included the fixed linux scsi driver from 1.8.1 -- the previous release
897     has a bug causing CD's to fail to fixate properly. This fixes an
898     important bug, and so should go into frozen. (closes: #62855)
899     * Group "cdrom" always exists on a Debian system (closes: #63058)
900     * Cdrecord doesn't even refer to root in the postinst (closes: #59763)
901     * Cdrecord now uses suidregister. Cdrecord is still installed 0755, but
902     now those foolish enough to want to make it suid root can do so on their
903     own systems. (closes: #61899)
904     * Many thanks to Torsten Landschoff <torsten@debian.org> for his help
905     on this release.
906    
907     -- Erik Andersen <andersee@debian.org> Sat, 29 Apr 2000 12:28:02 -0600
908    
909     cdrecord (3:1.8-2) frozen unstable; urgency=low
910    
911     * Fix path problem (I assumed . was in the path) to
912     allow autobuilders to work, fixing an important bug.
913     (closes: #59186)
914    
915     -- Erik Andersen <andersee@debian.org> Tue, 29 Feb 2000 10:02:15 -0700
916    
917     cdrecord (3:1.8-1) frozen unstable; urgency=low
918    
919     * Final version of cdrecord 1.8 was released, which is almost
920     identical to 1.8a40. This release closes 2 bugs marked
921     as important, and one marked critical.
922     * The MAKEDEV postinst bug is fixed (closes: #55677)
923     * Remove debian/files in the debian/rules 'clean' target (closes: #56043)
924     * Added /usr/doc -> /usr/share/doc symlink (closes: #56206, #56750)
925     * Fixed cdda2mp3 so it is a proper shell script. (closes: #55646)
926     * Adjusted libscg/scsitransp.c per discussion on bug 57765
927     to avoid a potential kernel crash. (closes: #57765)
928    
929     -- Erik Andersen <andersee@debian.org> Mon, 21 Feb 2000 22:29:39 -0700
930    
931     cdrecord (2:1.8a40-1) frozen unstable; urgency=low
932    
933     * Fixed a release critical bug for potato where the postinst
934     script called the /dev/MAKEDEV symlink, instead of /sbin/MAKEDEV,
935     but the /dev/MAKEDEV symlink is not there till makdev is configured.
936     (closes: #55694)
937     * Fixed the /usr/bin/list_audio_tracks symlink (closes: #55694)
938     * Final version of a40 from upstream.
939    
940     -- Erik Andersen <andersee@debian.org> Sat, 22 Jan 2000 12:40:27 -0700
941    
942     cdrecord (1:1.8a40r3-1) frozen unstable; urgency=low
943    
944     * New upstream (bugfixing) version
945     * Applied patch from Tuomas Jormola <tj@sgic.fi> to help
946     set up /usr/doc symlinks to /usr/share/doc, and
947     also fix the following 2 items...
948     * Updated to standards version 3.1.1.
949     * Fixed all important lintian errors and warnings.
950     * cdrecord is not designed to be setuid, and has never
951     been audited for such a task. Folks wanting non-root
952     to use cdrecord, should be able to set perms on /dev/sg*
953     (closes: #38711)
954     * cdda2wav --help seems to work these days. (closes: #41663)
955     * I found a 7 track cd "Heifetz Concertos -- Tchaikovsky, Mendelssohn",
956     and "sudo cdda2wav -D /dev/hdc -t1+8 file.wav" didn't segfault
957     (closes: #44353)
958     * Added the /usr/bin/list_audio_tracks -> /usr/bin/cdda2mp3
959     symlink. (closes: #51928)
960    
961     -- Erik Andersen <andersee@debian.org> Sun, 16 Jan 2000 10:13:14 -0700
962    
963     cdrecord (1:1.8a39-1) unstable; urgency=low
964    
965     * New upstream version
966     * In discussions with the upstream author Joerg Schilling, a
967     boatload of bugs can now be closed (closes: #39396, #39878, #41011, #12761, #17277, #21849, #31366, #33545, #33794, #39498, #3539, #3540, #3703, #5901, #10748, #11814)
968    
969     -- Erik Andersen <andersee@debian.org> Fri, 7 Jan 2000 23:26:25 -0700
970    
971     cdrecord (1:1.8a38-1) unstable; urgency=low
972    
973     * New upstream version
974     * Close an ancient bug (closes: #37007)
975    
976     -- Erik Andersen <andersee@debian.org> Sun, 2 Jan 2000 17:16:30 -0700
977    
978     cdrecord (1:1.8a30-1) unstable; urgency=low
979    
980     * New upstream version (closes: #46506)
981     * Should now (hopefully) compile on sparc64 (closes: #46700)
982    
983     -- Erik Andersen <andersee@debian.org> Sun, 24 Oct 1999 23:17:42 -0600
984    
985     cdrecord (1:1.8a25-1) unstable; urgency=low
986    
987     * New upstream source with bunches of updates
988    
989     -- Erik Andersen <andersee@debian.org> Mon, 30 Aug 1999 21:18:00 -0600
990    
991     cdrecord (1:1.8a23-1) unstable; urgency=low
992    
993     * New upstream source with bunches of updates (closes: #38258, 31366)
994     * Package now built using pristine upstream source (closes: #37068)
995     * Fixed some man page strangeness (closes: #39492, #37234, #41383)
996    
997     -- Erik Andersen <andersee@debian.org> Sat, 24 Jul 1999 13:43:21 -0600
998    
999     cdrecord (1:1.8a20-1) unstable; urgency=low
1000    
1001     * Initial re-release using the cdrecord source to build cdrecord as
1002     well as mkisofs, cdda2wav, and cdrecord-dev. They used to all be
1003     built from separate sources.
1004     * I now check for the existance of the needed /dev/sg?? devices, and if
1005     they are not there (as seems to be the case for a stock Debian 2.1
1006     install), I go ahead and make these devices.
1007    
1008     -- Erik Andersen <andersee@debian.org> Fri, 16 Apr 1999 15:00:40 -0600
1009    
1010     cdrecord (1:1.6final-0.2) unstable frozen; urgency=low
1011    
1012     * Fixes build on m68k (closes Bug #23631)
1013     * Fixed so it doesn't poke about in /opt/schily during build/install
1014     thanks to Paul Slootman <paul@debian.org>. (closes Bug #22953).
1015     * Maintainer Release (I have recovered from surgery and am nearly
1016     done with radiation therapy now).
1017    
1018     -- Erik Andersen <andersee@debian.org> Mon, 22 Jun 1998 10:15:15 -0600
1019    
1020     cdrecord (1:1.6final-0.1) unstable frozen; urgency=low
1021    
1022     * Non-maintainer release (get better, Erik!)
1023     * Upstream non-beta release, fixes some bugs. No new features.
1024     * Don't include extra manpages (Bug# 22355)
1025     * Changelog is a changelog, not a doc
1026    
1027     -- Wichert Akkerman <wakkerma@debian.org> Sat, 16 May 1998 22:15:51 +0200
1028    
1029     cdrecord (1:1.6a14-1) unstable frozen; urgency=low
1030    
1031     * New upstream version -- Upgraded to 1.6a14. This is _supposed_
1032     to be identical to the final 1.6 release, modulo any as yet
1033     undiscovered bugs.
1034    
1035     -- Erik Andersen <andersee@debian.org> Thu, 2 Apr 1998 00:44:46 -0700
1036    
1037     cdrecord (1:1.6a12-1) unstable frozen; urgency=low
1038    
1039     * New upstream version -- Upgraded to 1.6a12 so that the
1040     version of cdrecord matches the version of xcdrost already
1041     in the distribution (these two packages are really designed
1042     to work together).
1043     * Converted to using debhelper.
1044     * Changed the copyright file to point to the current address of the
1045     Free Software Foundation.
1046    
1047     -- Erik Andersen <andersee@debian.org> Sat, 28 Mar 1998 12:07:06 -0700
1048    
1049     cdrecord (1:1.5-3) unstable; urgency=low
1050    
1051     * New maintainer
1052    
1053     -- Erik Andersen <andersee@debian.org> Sun, 30 Nov 1997 03:09:46 -0700
1054    
1055     cdrecord (1:1.5-2) unstable; urgency=low
1056    
1057     * Removed mkisofs.8 man page (fixes #13326)
1058    
1059     -- Christian Schwarz <schwarz@debian.org> Sun, 12 Oct 1997 21:59:11 +0200
1060    
1061     cdrecord (1:1.5-1) unstable; urgency=low
1062    
1063     * New upstream version.
1064     * Upgraded to standards version 2.3.0.0.
1065     * Recompiled to use /dev/sg0... devices (fixes #12191)
1066     * Included one new README file.
1067     * Included epoch in version number.
1068     * Pristine source.
1069    
1070     -- Christian Schwarz <schwarz@debian.org> Tue, 16 Sep 1997 22:16:57 +0200
1071    
1072     cdrecord (1.5a5-1) experimental; urgency=low
1073    
1074     * New upstream version.
1075     * Upload to experimental since it is alpha.
1076     * Recompiled with libc6.
1077     * Upgraded to standards version 2.2.0.0.
1078    
1079     -- Christian Schwarz <schwarz@debian.org> Tue, 29 Jul 1997 12:01:23 +0200
1080    
1081     cdrecord (1.4-2) unstable; urgency=low
1082    
1083     * Recompiled with libc6.
1084     * Upgraded to standards version 2.2.0.0.
1085    
1086     -- Christian Schwarz <schwarz@debian.org> Sun, 13 Jul 1997 22:09:27 +0200
1087    
1088     cdrecord (1.4-1) unstable; urgency=low
1089    
1090     * Initial Release.
1091    
1092     -- Christian Schwarz <schwarz@debian.org> Mon, 26 May 1997 17:05:05 +0200
1093    

  ViewVC Help
Powered by ViewVC 1.1.5