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