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