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