/[debburn]/nonameyet/tags/release_1.0pre3/debian/changelog
ViewVC logotype

Contents of /nonameyet/tags/release_1.0pre3/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.5