This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
/
ChangeLog
272 lines (160 loc) · 8.01 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
2010-06-07 Sebastien Pouliot <[email protected]>
* configure.in: Add new gendarme directories
2010-04-18 Sebastien Pouliot <[email protected]>
* README: Add instructions for building from SVN
2010-03-02 Marek Habersack <[email protected]>
* configure.in: added check for dmcs, defines DMCS_PRESENT
conditional if found. Needed to build docbrowser with dmcs now
that mono from trunk tools are built with dmcs.
2010-02-23 Michael Hutchinson <[email protected]>
* configure.in: Add docbrowser/theme-icons/Makefile.am
2010-02-03 Michael Hutchinson <[email protected]>
* Makefile.am:
* configure.in: Capture ACLOCAL_FLAGS for autoreconf
so building is less painful on Mac.
2010-02-03 Michael Hutchinson <[email protected]>
* configure.in:
* asn1view/gtk/Makefile.am
* docbrowser/BrowserWidget.cs:
* docbrowser/Makefile.am: Make Gnome# optional.
* autogen.sh: Pass ACLOCAL_FlAGS to aclocal.
2009-11-29 Sebastien Pouliot <[email protected]>
* configure.in: Now 2.7
2009-09-24 Gonzalo Paniagua Javier <[email protected]>
* configure.in: avoid a lot of warnings.
2009-09-20 Sebastien Pouliot <[email protected]>
* configure.in: Add gendarme.5.in
2008-12-15 Miguel de Icaza <[email protected]>
* configure.in: Detect the proper LIB_PREFIX and LIB_SUFIX to fix
the crasher for gsharp when trying to Plot on other systems.
2009-06-05 Michael Hutchinson <[email protected]>
* configure.in: Fix build.
2009-06-03 Jonathan Pryor <[email protected]>
* Makefile.am: Add webdoc to the build.
2008-12-02 Sebastien Pouliot <[email protected]>
* configure.in: Remove AC_OUTPUT on gnunit files since they break
make dist
2008-12-01 Atsushi Enomoto <[email protected]>
* Makefile.am : remove gnunit. It does not build anymore.
2008-11-17 Sebastien Pouliot <[email protected]>
* configure.in: Produce gendarme.exe.config from .in file (modified
patch from Jesse Jones).
2008-11-10 Sebastien Pouliot <[email protected]>
* configure.in: Bump to 2.3
2008-11-09 Sebastien Pouliot <[email protected]>
* configure.in: Add Gendarme framework unit test makefile generation.
2008-10-10 Massimiliano Mantione <[email protected]>
* Mono.Profiler/Mono.Profiler.mds, Mono.Profiler/mprof-runtime/:
Preliminary (but working) code to control the profiler at runtime.
2008-10-09 Daniel Nauck <[email protected]>
* Makefile.am, configure.in:
add gsharp to the build
2008-08-26 Sebastien Pouliot <[email protected]>
* configure.in: Add Gendarme's Design.Generic rules makefile support.
2008-08-25 Sebastien Pouliot <[email protected]>
* configure.in: Add Gendarme's Security.Cas rules makefile support.
2008-08-16 Sebastien Pouliot <[email protected]>
* configure.in: Add Gendarme's Design.Linq rules makefile support.
2008-08-12 Massimiliano Mantione <[email protected]>
* Mono.Profiler/Makefile.am, Mono.Profiler/adjust-makefiles.sh:
More fixes for the Mono.Profiler integration.
2008-08-12 Massimiliano Mantione <[email protected]>
* Makefile.am, configure.in: Integrated Mono.Profiler in the build.
* Mono.Profiler/configure.ac, Mono.Profiler/autogen.sh:
Deleted (no longer needed).
* Mono.Profiler/adjust-makefiles.sh: Added this script to fix the
makefiles again if they are regenerated from Monodevelop.
2008-08-11 Sebastien Pouliot <[email protected]>
* configure.in: Bump Gendarme version to match the Mono release.
2008-08-11 Massimiliano Mantione <[email protected]>
* Makefile.am: reverted previous commit (it breaks the build).
2008-08-11 Massimiliano Mantione <[email protected]>
* Makefile.am: Added Mono.Profiler subdirectory.
2008-07-14 Sebastien Pouliot <[email protected]>
* configure.in: Bump Gendarme to 0.2.0.0 for the Mono 2.0 branch.
2008-06-14 Andreia Gaita <[email protected]>
* configure.in: Enable webkit and mono.webbrowser detection.
2008-04-27 Nestor Salceda <[email protected]>
* configure.in: Add Maintainability setup to the build.
2008-03-22 Sebastien Pouliot <[email protected]>
* configure.in: Add Gendarme's Wizard and Win32 setup to the build
2008-03-12 Sebastien Pouliot <[email protected]>
* configure.in: Add Gendarme's Test.Rules makefile support.
2008-03-08 Andreia Gaita <[email protected]>
* configure.in (docbrowser): Add mono-webbrowser check, and tweak
the detected browser engine message to list what is available.
2008-03-07 Alp Toker <[email protected]>
* configure.in: Add no-op webkit-sharp check (for docbrowser).
2008-02-16 Sebastien Pouliot <[email protected]>
* configure.in: Gendarme does not need the .xml[.in] files anymore :)
2008-02-01 Andrew Jorgensen <[email protected]>
* configure.in: get the path to Mono.Cecil.dll during configure
2008-01-28 Wade Berrier <[email protected]>
* configure.in: version bump -> 1.9
2007-12-12 Mike Kestner <[email protected]>
* configure.in: update pkgconfig checks for gtkhtml-sharp-3.14
and for gconf without Requires: gnome-sharp.
* docbrowser/Makefile.am: update for GACd gtkhtml-sharp-3.14.
2007-11-09 Wade Berrier <[email protected]>
* configure.in: define MONO_TOOSL in a mcs friendly way (svn revs)
version bump -> 1.2.6
2007-11-08 Mike Kestner <[email protected]>
* configure.in: configure checks for gtkhtml-sharp-3.14
with fallback to 2.0.
2007-04-19 Wade Berrier <[email protected]>
* configure.in: version bump -> 1.2.4
2007-01-31 Mike Kestner <[email protected]>
* configure.in: add ilcontrast tool.
* Makefile.am: add ilcontrast tool.
2007-01-25 Wade Berrier <[email protected]>
* configure.in: version bump -> 1.2.3
2006-11-17 Wade Berrier <[email protected]>
* configure.in: version bump -> 1.2.1
2006-10-30 Wade Berrier <[email protected]>
* Makefile.am: Add create-native-map to SUBDIRS so building from a
tarball works
2006-10-24 Jonathan Pryor <[email protected]>
* configure.in: Add create-native-map program.
* Makefile.am: Build create-native-map.
2006-01-16 Rafael Ferreira <[email protected]>
* configure.in: updated to use gtk-sharp-2.0/gecko-sharp-2.0
this fixes bugs# 76054 & 76544 related to Pango bugs.
2005-11-27 C.J. Collier <[email protected]>
* docbrowser/monodoc.desktop.in: Added patch from [email protected]
The desktop entry for the monodoc browser is not created properly
with the build system. The desktop entry's Exec line contains
${exec_prefix} which is not resolved from the @bindir@ entry.
This issue would be masked when the exec-prefix is explicitly
passed to the configure script. Otherwise, the configure script
internally sets $exec_prefix to $prefix. But this is not
evaluated when substituting.
2005-10-27 Ben Maurer <[email protected]>
* configure.in (GTK_SHARP): simplify this check, since we are not
doing the dual 2.0/1.0 thing.
(MOZILLA_HOME): get the mozilla home dir from pkgconfig.
(MONODOC): Require monodoc in configure.in
2005-10-27 Ben Maurer <[email protected]>
* configure.in: Make gtkhtml an optional dependency
2005-07-30 Mario Sopena Novales <[email protected]>
* configure.in: make gecko-sharp dependency conditional
2005-06-09 Gonzalo Paniagua Javier <[email protected]>
* configure.in: added GNUNIT_VERSION.
2005-06-08 Ben Maurer <[email protected]>
* configure.in: Use gtk-sharp 1.0. Ensures that people won't use
new features.
2005-05-25 Ben Maurer <[email protected]>
* configure.in: New .in files
2005-05-08 Ben Maurer <[email protected]>
* configure.in:
- Check for mono and put it in RUNTIME
- Don't check for monoresgen, as we don't ship that any more
the correct name is `resgen'
2005-05-08 Sebastien Pouliot <[email protected]>
* configure.in: Added lines to generate asn1view Makefiles;
* LICENSE: Added license informations for asn1view tool(s);
* Makefile.am: Added asn1view subdirectory;
2005-04-23 Mike Kestner <[email protected]>
* gnunit : moved the nunit-gtk project here.
* monodoc-browser : moved the gui browser here from monodoc.
2003-10-11 Jonathan Pryor <[email protected]>
* Started ChangeLog