mp3togo version 0.5.2
debian/changelog
1 mp3togo (0.5.2) unstable; urgency=low
2
3 * Added Justus Pendleton's .m4a patch
4
5 -- Simeon Veldstra <reallifesim@gmail.com> Wed, 31 May 2006 18:00:03 -0700
6
7 mp3togo (0.5.1) unstable; urgency=low
8
9 * Added --no-tags option which disables tagging of output files.
10 * Added a test for exceptions to the tagging code.
11
12 -- Simeon Veldstra <reallifesim@gmail.com> Sun, 28 May 2006 11:04:37 -0700
13
14 mp3togo (0.5.0) unstable; urgency=low
15
16 * Added cluster mode feature.
17
18 -- Simeon Veldstra <reallifesim@gmail.com> Fri, 26 May 2006 20:08:39 -0700
19
20 mp3togo (0.4.1) unstable; urgency=low
21
22 * Merged Justus Pendleton's --format patch. See --help.
23 * Added test for failed write to stdout in mainloop.
24 * Various small bugfixes.
25 * Added a version field to the cache pickle.
26 * Added a human readable info file to cache.
27 * Added md5sum prefix to file names in cache.
28
29 -- Simeon Veldstra <reallifesim@gmail.com> Sat, 20 May 2006 02:29:59 -0700
30
31 mp3togo (0.4.0) unstable; urgency=low
32
33 * Add caching support for processed files.
34 * Add support for Amarok playlist grabbing - Justus Pendleton
35 * Support specifing playlists as free arguments - idea: Christopher Arndt
36
37 -- Simeon Veldstra <reallifesim@gmail.com> Thu, 18 May 2006 00:30:09 -0700
38
39 mp3togo (0.3.2) unstable; urgency=low
40
41 * Really be graceful in the absence of third party modules.
42 Thanks fab for the patch.
43
44 -- Simeon Veldstra <reallifesim@gmail.com> Wed, 17 May 2006 12:32:00 -0700
45
46 mp3togo (0.3.1) unstable; urgency=low
47
48 * Thanks: Christopher Arndt for setup.py fix and suggestions.
49 * Incorrect parameter in setup.py
50 * Don't overwrite unless --force is used.
51 * Don't mangle file names arbitrarily.
52 * Separate the test suite.
53 * Be graceful in the absence of third party modules.
54
55 -- Simeon Veldstra <reallifesim@gmail.com> Mon, 15 May 2006 18:56:48 -0700
56
57 mp3togo (0.3.0) unstable; urgency=low
58
59 * Rewrote program to use os.exec instead of os.system.
60 * New progress output format, pause and stop controls.
61 * Cleaned up, modularized, code.
62 * Built unit test suite.
63 * Added thread support.
64
65 -- Simeon Veldstra <reallifesim@gmail.com> Sun, 14 May 2006 14:27:56 -0700
66
67 mp3togo (0.2.1) unstable; urgency=low
68
69 * Initial Release.
70 * This package is maintained by its author.
71
72 -- Simeon Veldstra <reallifesim@gmail.com> Wed, 26 Apr 2006 19:44:29 -0700