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