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