-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.xml
71 lines (65 loc) · 2.47 KB
/
releases.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0"?>
<releases>
<release>
<version>1.2.1</version>
<date>2012-05-06</date>
<file type="source">https://github.com/alonbl/mp3unicode/releases/tag/mp3unicode-1.2.1</file>
<file type="ebuild">http://packages.gentoo.org/package/media-sound/mp3unicode</file>
<changes>
<change>Fix -p parameter.</change>
<change>Add -w parameter.</change>
<change>Print a message if file save failed.</change>
</changes>
</release>
<release>
<version>1.2</version>
<date>2007-09-28</date>
<file type="source">http://downloads.sourceforge.net/mp3unicode/mp3unicode-1.2.tar.bz2</file>
<file type="ebuild">http://packages.gentoo.org/package/media-sound/mp3unicode</file>
<changes>
<change>Qt dependency dropped.</change>
<change>Processing multiple files is now possible.</change>
<change>Some improvements in interface, e.g. running mp3unicode without arguments shows help.</change>
</changes>
</release>
<release>
<version>1.1.2</version>
<date>2007-06-30</date>
<file type="source">http://downloads.sourceforge.net/mp3unicode/mp3unicode-1.1.2.tar.bz2</file>
<changes>
<change>Use qmake to build.</change>
<change>Fix some compiler warnings.</change>
<change>Added some experimental distro packaging related stuff.</change>
</changes>
</release>
<release>
<version>1.1.1</version>
<date>2007-04-29</date>
<file type="source">http://downloads.sourceforge.net/mp3unicode/mp3unicode-1.1.1.tar.bz2</file>
<changes>
<change>Qt-4.2 prerequisite and not 4.2.2.</change>
<change>UTF-8 filenames are now supported.</change>
</changes>
</release>
<release>
<version>1.1.0</version>
<date>2007-04-07</date>
<file type="source">http://downloads.sourceforge.net/mp3unicode/mp3unicode-1.1.0.tar.bz2</file>
<changes>
<change>Qt-4.2 migration.</change>
<change>Added autoconf/automake build.</change>
<change>Auto detect all available codepages.</change>
<change>Print available codepages in usage.</change>
<change>Added genre encoding.</change>
<change>Fixup exit code.</change>
</changes>
</release>
<release>
<version>1.0.1</version>
<date>2006-07-05</date>
<file type="source">http://downloads.sourceforge.net/mp3unicode/mp3unicode-1.0.1.tar.bz2</file>
<changes>
<change>Fixed an error in the Makefile (g++ invocation parameters).</change>
</changes>
</release>
</releases>