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