File: ChangeLog

package info (click to toggle)
mp3cd 1.27.0-5
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 591; makefile: 2
file content (109 lines) | stat: -rw-r--r-- 3,769 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Revision history for Perl script mp3cd.

1.27.0  Tue, 18 Jan, 2011 10:12:04 -0500
    * Use mplayer as general fall-back when other decoders not known.
    * Add faad as m4a decoder.

1.26.1  Fri, 19 Jun 2009 18:20:12 -0700
    * allow CD-TEXT when in recommended raw mode.

1.26.0  Sun, 14 Jun 2009 13:13:45 -0700
    * added support for tag-reading and CD-TEXT writing via TOC.

1.25.6  Wed,  4 Dec 2008 16:42:33 -0700
    * switch from mpg123 to sox for mp3 -> wav conversion

1.25.5  Thu,  2 Oct 2008 17:42:00 -0700
    * fixed SoX 14.1.0 output handling (thanks to Joey Hess)
    * added --verbose flag to help with command debugging

1.25.4  Thu, 22 Mar 2007 17:46:18 -800
    * fixed SoX 13 output handling (thanks to Christian von Essen)

1.25.3  Sat,  3 Mar 2007 11:11:32 -700
    * fixed MP3 CD Burning HOWTO URL (thanks to Miguel de Val Borro)

1.25.2  Mon, 20 Nov 2006 14:43:33 -0800
    * fixed Ogg capitalization (thanks to Filipus Klutiero).
    * fixed normalization path detection (thanks to Dave Allen Barker Jr).

1.25.1  Sun,  1 Oct 2006 09:44:18 -0700
    * cleaned up prerequisite warnings
    * fixed typos

1.25.0  Mon Jun 12 23:33:12 PDT 2006
    * generalized decoder support
    * allow multiple possible executable names for requirements

1.24.1  Sun Mar  5 12:32:22 PDT 2005
    * patch from Richard Dawe for better sanity with stage skipping

1.24.0  Thu May 12 15:48:23 PDT 2005
    * bugfix from Mike Grasso to populate the cdrdao options correctly

1.23.3  unreleased
    * Made Config::Simple less required

1.23.2  Fri Sep 24 23:05:32 PDT 2004
    * Patch to clean up help via POD options (from Kevin)
    * Patch to finally cave into using /tmp :) (from Kevin)
    * Added support for .mp3cdrc to load option defaults

1.23.1  Tue Sep 14 07:46:48 PDT 2004
    * Patch to increase --no-log verbosity (from Kevin)

1.23.0  Sun Sep 12 09:51:10 PDT 2004
    * Added flac support (thanks to James Greenhalgh)
    * Added --no-log (thanks to Kevin)
    * Added --skip to implement stage skipping
    * Fixes bug where upper-case file extensions wouldn't be understood

1.22.3  Tue Sep 10 16:41:47 PDT 2004
    * Added --no-eject option as suggested by Kevin

1.22.2  Tue Sep  7 21:23:14 PDT 2004
    * Typo noticed by Kevin
    * moved to mpg321 instead of mpg123 (free software)

1.22.1  Sun Sep  5 23:57:33 PDT 2004
    * Simulation was always on... oops!

1.22.0  Sat Sep  4 21:21:00 PDT 2004
    * Fixed typo found by Kirsten Cook
    * handle file lists on the command line (thanks to Kevin C. Krinke!)
    * allow cdrdao options, device, simulation (thanks to Kevin again!)
    * re-arranged list building code
    * re-arranged tool verification code
    * handles non-fully-qualified files now
    * added note about "tool-output.txt" to man page

1.20  Fri Feb 13 19:42:15 PST 2003
    * added XMLPlaylist support from Alex Rhomberg
    * cleaned up command line processor
    * improved and updated documentation

1.18  Wed Dec 31 09:16:04 PST 2003
    * corrected program-finding logic bug pointed out by Michael Witrant

1.16.1  Sat Nov 29 17:38:08 PST 2003
    * Added patch from J. Katz for OGG support and -t sanity
    * updated TODO list with some other ideas
    * cleaned up code a little
    * added --version

1.016   Thu Nov 20 22:11:38 PST 2003
    * correcting "sox" commandline to work without the "nul" output

1.014   Fri Oct 17 12:14:44 PST 2003
    * using "sox" to get wav info; looks like "file" isn't always sane
    * correcting temp dir path for sane username

1.012   Fri Oct 17 10:44:34 PST 2003
    * private temp directory
    * try to make the path

1.01  Sun May  4 11:20:53 PST 2003
    * initial public release.
    * thanks to sdist for making my package!

# /* vi:set ai ts=4 sw=4 expandtab: */