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
/
ChangeLog
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 <[email protected]>
* Monsoon.sln: Add the DHT project to the solution
2009-05-28 Alan McGovern <[email protected]>
* DhtExtension: Commit the initial version of the dht
extension.
2009-05-25 Alan McGovern <[email protected]>
* configure.ac: Add a dependency on Mono.Addins.Gui
2009-05-24 Alan McGovern <[email protected]>
* configure.ac: Begin adding Mono.Addins support to enable
extensions to be developed against Monsoon.
2009-04-12 Alan McGovern <[email protected]>
* configure.ac: Update to monotorrent 0.80
2009-01-18 Alan McGovern <[email protected]>
* configure.ac: Bump the version to 0.2.0
2009-01-17 Alan McGovern <[email protected]>
* configure.ac: Bump to require monotorrent 0.7.0
2008-10-29 Alan McGovern <[email protected]>
* Monsoon.sln: Update the monodevelop build again
2008-06-01 Alan McGovern <[email protected]>
* Monsoon.mds: Ditch old code from the druid
2008-05-12 Mirco Bauer <[email protected]>
* Makefile.am: Added intltool-extract.in and intltool-merge.in to
EXTRA_DIST, fixing the release tarball.
2008-05-05 Alan McGovern <[email protected]>
* Monsoon/Main.cs: Added hack to allow moderate
single instance detection so torrents can be loaded
automagically.
2008-04-16 Alan McGovern <[email protected]>
* 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 <[email protected]>
* Monsoon/Monsoon.exe.config: Added dllmap entry
for libX11 to link to libX11.so.6
2008-04-14 Mirco Bauer <[email protected]>
* 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 <[email protected]>
* fr.po: Updated french translation
2008-04-11 Alan McGovern <[email protected]>
* configure.in, po/pt_BR.po, po/nl.po:
Added pt_BR and nl translation
2008-04-09 Alan McGovern <[email protected]>
* 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 <[email protected]>
* Monsoon.mdp: Should use the Defines.cs, not
Defines.cs.in
2008-04-09 Alan McGovern <[email protected]>
* 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 <[email protected]>
* po/es.po, po/fr.po, po/de.po: Updated translations.
2008-04-06 Mirco Bauer <[email protected]>
* 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 <[email protected]>
* po/es.po, configure.in: Added spanish translation
2008-04-04 Mirco Bauer <[email protected]>
* 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 <[email protected]>
* Makefile.am: Fixed makefile issues after removing dep on bundled dbus
2008-03-30 Alan McGovern <[email protected]>
* configure.ac: Use the GAC'ed version of NDesk.Dbus and GLib
2008-03-27 Alan McGovern <[email protected]>
2008-03-27 Alan McGovern <[email protected]>
* configure.ac: Updated the makefiles
2008-03-27 Alan McGovern <[email protected]>
* MonoTorrent.Interface.mds: Missed out a few files
2008-03-05 Alan McGovern <[email protected]>