Merge with bugfix-0.5
debian/changelog
1 mp3togo (0.5.13) unstable; urgency=low
2
3 * Changed default verbosity to 2.
4 Cleaned up cluster.py.
5
6 -- Simeon Veldstra <reallifesim@gmail.com> Thu, 03 Apr 2008 13:39:53 -0700
7
8 mp3togo (0.5.12) unstable; urgency=low
9
10 * Fixed eyeD3 to work without ID3 present.
11 Bug reported by Konsantin Pastbin.
12 Added --no-guessing-tags option.
13
14 -- Simeon Veldstra <reallifesim@gmail.com> Mon, 11 Jun 2007 19:48:03 -0700
15
16 mp3togo (0.5.11) unstable; urgency=low
17
18 * Fixed ommited year and tracknumber tags on mp3 conversions using eyeD3.
19 Reported by Konstantin Pastbin.
20
21 -- Simeon Veldstra <reallifesim@gmail.com> Sat, 09 Jun 2007 20:31:05 -0700
22
23 mp3togo (0.5.10) unstable; urgency=low
24
25 * Made quiet mode really quiet. Fixed -m option.
26
27 -- Simeon Veldstra <reallifesim@gmail.com> Mon, 12 Feb 2007 19:25:48 -0800
28
29 mp3togo (0.5.9) unstable; urgency=low
30
31 * Added -u update switch for conditional --force. Thanks Mark J. Hewitt.
32
33 -- Simeon Veldstra <reallifesim@gmail.com> Sun, 4 Feb 2007 16:38:54 -0800
34
35 mp3togo (0.5.8) unstable; urgency=low
36
37 * Fixed failure when converting flac with no GENRE tag
38 * Bug reported by Norman Baier
39 * Incorporated new debian directory - no longer native package.
40
41 -- Simeon Veldstra <reallifesim@gmail.com> Sun, 5 Nov 2006 16:31:41 -0800
42
43 mp3togo (0.5.7) unstable; urgency=low
44
45 * New packaging for Debian
46
47 -- Simeon Veldstra <reallifesim@gmail.com> Sat, 14 Oct 2006 14:44:47 -0700
48
49 mp3togo (0.5.6) unstable; urgency=low
50
51 * Fixed divide by zero error and missing symbol error.
52 * Fixed missing genre tag in ogg file error.
53 * Thanks to Mark Hewitt for the report and fixes.
54
55 -- Simeon Veldstra <reallifesim@gmail.com> Wed, 28 Jun 2006 23:07:04 -0700
56
57 mp3togo (0.5.5) unstable; urgency=low
58
59 * Added support for python-eyeD3 for more robust handling of unicode tags.
60 * python-ID3 is still supported and will be used if eyeD3 is not available.
61
62 -- Simeon Veldstra <reallifesim@gmail.com> Mon, 26 Jun 2006 19:17:31 -0700
63
64 mp3togo (0.5.4) unstable; urgency=low
65
66 * Changed the ogg decoder to oggdec from ogg123 to fix bug on Debian Stable (Sarge).
67
68 -- Simeon Veldstra <reallifesim@gmail.com> Mon, 12 Jun 2006 19:46:05 -0700
69
70 mp3togo (0.5.3) unstable; urgency=low
71
72 * Added Justus Pendleton's patch to fix config file bug.
73 * Fixed cluster mode - start slave as test-mp3togo bug.
74 * Made minor changes to prepare for GUI.
75
76 -- Simeon Veldstra <reallifesim@gmail.com> Tue, 6 Jun 2006 19:12:58 -0700
77
78 mp3togo (0.5.2) unstable; urgency=low
79
80 * Added Justus Pendleton's .m4a patch
81
82 -- Simeon Veldstra <reallifesim@gmail.com> Wed, 31 May 2006 18:00:03 -0700
83
84 mp3togo (0.5.1) unstable; urgency=low
85
86 * Added --no-tags option which disables tagging of output files.
87 * Added a test for exceptions to the tagging code.
88
89 -- Simeon Veldstra <reallifesim@gmail.com> Sun, 28 May 2006 11:04:37 -0700
90
91 mp3togo (0.5.0) unstable; urgency=low
92
93 * Added cluster mode feature.
94
95 -- Simeon Veldstra <reallifesim@gmail.com> Fri, 26 May 2006 20:08:39 -0700
96
97 mp3togo (0.4.1) unstable; urgency=low
98
99 * Merged Justus Pendleton's --format patch. See --help.
100 * Added test for failed write to stdout in mainloop.
101 * Various small bugfixes.
102 * Added a version field to the cache pickle.
103 * Added a human readable info file to cache.
104 * Added md5sum prefix to file names in cache.
105
106 -- Simeon Veldstra <reallifesim@gmail.com> Sat, 20 May 2006 02:29:59 -0700
107
108 mp3togo (0.4.0) unstable; urgency=low
109
110 * Add caching support for processed files.
111 * Add support for Amarok playlist grabbing - Justus Pendleton
112 * Support specifing playlists as free arguments - idea: Christopher Arndt
113
114 -- Simeon Veldstra <reallifesim@gmail.com> Thu, 18 May 2006 00:30:09 -0700
115
116 mp3togo (0.3.2) unstable; urgency=low
117
118 * Really be graceful in the absence of third party modules.
119 Thanks fab for the patch.
120
121 -- Simeon Veldstra <reallifesim@gmail.com> Wed, 17 May 2006 12:32:00 -0700
122
123 mp3togo (0.3.1) unstable; urgency=low
124
125 * Thanks: Christopher Arndt for setup.py fix and suggestions.
126 * Incorrect parameter in setup.py
127 * Don't overwrite unless --force is used.
128 * Don't mangle file names arbitrarily.
129 * Separate the test suite.
130 * Be graceful in the absence of third party modules.
131
132 -- Simeon Veldstra <reallifesim@gmail.com> Mon, 15 May 2006 18:56:48 -0700
133
134 mp3togo (0.3.0) unstable; urgency=low
135
136 * Rewrote program to use os.exec instead of os.system.
137 * New progress output format, pause and stop controls.
138 * Cleaned up, modularized, code.
139 * Built unit test suite.
140 * Added thread support.
141
142 -- Simeon Veldstra <reallifesim@gmail.com> Sun, 14 May 2006 14:27:56 -0700
143
144 mp3togo (0.2.1) unstable; urgency=low
145
146 * Initial Release.
147 * This package is maintained by its author.
148
149 -- Simeon Veldstra <reallifesim@gmail.com> Wed, 26 Apr 2006 19:44:29 -0700