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