This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChangeLog
142 lines (82 loc) · 3.9 KB
/
ChangeLog
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
2009-06-30 Alan McGovern <amcgovern@novell.com>
* Monsoon.sln: Add the DHT project to the solution
2009-05-28 Alan McGovern <amcgovern@novell.com>
* DhtExtension: Commit the initial version of the dht
extension.
2009-05-25 Alan McGovern <amcgovern@novell.com>
* configure.ac: Add a dependency on Mono.Addins.Gui
2009-05-24 Alan McGovern <amcgovern@novell.com>
* configure.ac: Begin adding Mono.Addins support to enable
extensions to be developed against Monsoon.
2009-04-12 Alan McGovern <alan.mcgovern@gmail.com>
* configure.ac: Update to monotorrent 0.80
2009-01-18 Alan McGovern <alan.mcgovern@gmail.com>
* configure.ac: Bump the version to 0.2.0
2009-01-17 Alan McGovern <amcgovern@novell.com>
* configure.ac: Bump to require monotorrent 0.7.0
2008-10-29 Alan McGovern <alan.mcgovern@gmail.com>
* Monsoon.sln: Update the monodevelop build again
2008-06-01 Alan McGovern <alan.mcgovern@gmail.com>
* Monsoon.mds: Ditch old code from the druid
2008-05-12 Mirco Bauer <meebey@meebey.net>
* Makefile.am: Added intltool-extract.in and intltool-merge.in to
EXTRA_DIST, fixing the release tarball.
2008-05-05 Alan McGovern <alan.mcgovern@gmail.com>
* Monsoon/Main.cs: Added hack to allow moderate
single instance detection so torrents can be loaded
automagically.
2008-04-16 Alan McGovern <alan.mcgovern@gmail.com>
* Monsoon/MainWindow.cs: Now remembers position
on screen when minimising to tray. Also adding
another fix for slightly differing progress
reporting.
2008-04-15 Alan McGovern <alan.mcgovern@gmail.com>
* Monsoon/Monsoon.exe.config: Added dllmap entry
for libX11 to link to libX11.so.6
2008-04-14 Mirco Bauer <meebey@meebey.net>
* po/pt_BR.po, po/es.po, po/fr.po, po/de.po, po/bg.po, po/nl.po, po/it.po:
Updated translation.
* po/POTFILES.in: Added missing files.
2008-04-12 Alan McGovern <alan.mcgovern@gmail.com>
* fr.po: Updated french translation
2008-04-11 Alan McGovern <alan.mcgovern@gmail.com>
* configure.in, po/pt_BR.po, po/nl.po:
Added pt_BR and nl translation
2008-04-09 Alan McGovern <alan.mcgovern@gmail.com>
* Monsoon/Monsoon.mdp,
* Monsoon/Makefile.am,
* Monsoon/LoadTorrentDialog.cs,
* Monsoon/gtk-gui/Monsoon.LoadTorrentDialog.cs
Begin stubbing out a new dialog for loading torrents.
2008-04-09 Alan McGovern <alan.mcgovern@gmail.com>
* Monsoon.mdp: Should use the Defines.cs, not
Defines.cs.in
2008-04-09 Alan McGovern <alan.mcgovern@gmail.com>
* po/es.po, po/fr.po, po/de.po: Fixed license headers.
* configure.in, po/bg.po: Added bulgarian translation
2008-04-06 Mirco Bauer <meebey@meebey.net>
* po/es.po, po/fr.po, po/de.po: Updated translations.
2008-04-06 Mirco Bauer <meebey@meebey.net>
* configure.in: Generate Defines.cs for prefix path required for gettext
initialization.
* intltool-merge.in: Added missing file for I18N.
* po/de.po: Updated german translation.
* po/POTFILES.in: Added all source files that contain message strings.
2008-04-05 Mario Sopena <mario.sopena@gmail.com>
* po/es.po, configure.in: Added spanish translation
2008-04-04 Mirco Bauer <meebey@meebey.net>
* intltool-extract.in, intltool-update.in, Makefile.am, po/de.po,
po/Makefile.in.in, po/POTFILES.in: Added gettext support / integration.
* configure.in, configure.ac, autogen.sh: Renamed configure.ac to
configure.in, we manage it now.
* Monsoon.mds: Fixed.
2008-03-30 Alan McGovern <alan.mcgovern@gmail.com>
* Makefile.am: Fixed makefile issues after removing dep on bundled dbus
2008-03-30 Alan McGovern <alan.mcgovern@gmail.com>
* configure.ac: Use the GAC'ed version of NDesk.Dbus and GLib
2008-03-27 Alan McGovern <alan.mcgovern@gmail.com>
2008-03-27 Alan McGovern <alan.mcgovern@gmail.com>
* configure.ac: Updated the makefiles
2008-03-27 Alan McGovern <alan.mcgovern@gmail.com>
* MonoTorrent.Interface.mds: Missed out a few files
2008-03-05 Alan McGovern <alan.mcgovern@gmail.com>