forked from mono/mono-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog.old
761 lines (466 loc) · 23.9 KB
/
ChangeLog.old
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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
2010-08-27 Rolf Bjarne Kvinge <[email protected]>
* self-test.ignore: Add an entry to allow
DelegatesPassedToNativeCodeMustIncludeExceptionHandlingRule to catch all
exceptions it may throw.
2010-08-06 Sebastien Pouliot <[email protected]>
* AUTHORS: Add Antoine Vandecreme
* self-test.ignore: Add entry to ignore PreferEmptyInstanceOverNullRule
on ProvideCorrectArgumentsToFormattingMethodsRule since null and
empty have different meaning in the rule
2010-06-23 Sebastien Pouliot <[email protected]>
* self-test.ignore: Remove entries fixed on the console runner, one
that does not apply to recent Mono and add comments about defects
that can/will be fixed with FX4.0
2010-06-22 Sebastien Pouliot <[email protected]>
* self-test.ignore: Remove entries fixed with AvoidLargeClassesRule
2010-06-20 Sebastien Pouliot <[email protected]>
* self-test.ignore: Remove entries fixed with AvoidComplexMethodsRule
* README.vsnet: Add the wizard to the self-test instructions
2010-06-18 Sebastien Pouliot <[email protected]>
* README.vsnet: Add more detailled instructions on how to get and
build all required source code
* win32-setup/*: Removed - wix is being used since 2.6
2010-06-17 Sebastien Pouliot <[email protected]>
* self-test.ignore: Remove more AvoidRepetitiveCallsToPropertiesRule
entries
2010-06-13 Sebastien Pouliot <[email protected]>
* self-test.ignore: Remove some fixed AvoidRepetitiveCallsToPropertiesRule
2010-06-11 Sebastien Pouliot <[email protected]>
* self-test.ignore: Be precise for AvoidRepetitiveCallsToPropertiesRule
2010-06-11 Sebastien Pouliot <[email protected]>
* self-test.ignore: Remove mode defects and add some that would
show up if compiling with FX4 (like VS2010)
2010-06-09 Sebastien Pouliot <[email protected]>
* self-test.ignore: Remove some (fixed) defects and update some
descriptions
2010-06-07 Sebastien Pouliot <[email protected]>
* self-test.ignore: Use new gd2i to be totally precise for all
CheckParametersNullityInVisibleMethodsRule entries.
* Makefile.am: Remove win32-setup from dist and replace it with
wix. Also add tools (well gd2i for now) to the dist. Make
self-test produce xml (along with html) so we can semi-automate
gd2i updates on Gendarme
2010-06-07 Sebastien Pouliot <[email protected]>
* self-test.ignore: Add GendarmeWizard (Windows name) for
AvoidRepetitiveCallsToPropertiesRule. Fix a copy-paste typo.
Remove two entries for bugs in AvoidUnnecessarySpecializationRule
2010-06-07 Sebastien Pouliot <[email protected]>
* configure.in: Add new gendarme directories
2010-06-06 Sebastien Pouliot <[email protected]>
* self-test.ignore: Better document a bug in AvoidUnnecessary
SpecializationRule. Remove a (not a) bug on same rule. Add a CSC
specific entry
2010-06-06 Sebastien Pouliot <[email protected]>
* self-test.ignore: Add some CSC-specific ignore entries (different
IL being generated) and a new NDesk.Options entry related to the
fix to ReturnNullRule.
2010-06-05 Sebastien Pouliot <[email protected]>
* self-test.ignore: Ignore AvoidSmallNamespaceRule on Gendarme.
Framework.Engines namespace
2010-06-04 Sebastien Pouliot <[email protected]>
* self-test.ignore: Add more precise entries to avoid hiding
defects that could/should be fixed.
2010-04-26 Sebastien Pouliot <[email protected]>
* AUTHORS: Add Rolf Bjarne Kvinge
* Makefile.am: Add helpers to test regression against private
collection of "weird" assemblies and to get the logs out of
ohloh.
2010-04-18 Sebastien Pouliot <[email protected]>
* README: Add instructions for building from SVN
2010-01-17 Sebastien Pouliot <[email protected]>
* self-test.ignore: Update defects to ignore wrt Options.cs 2.1
2010-01-16 Sebastien Pouliot <[email protected]>
* AssemblyStaticInfo.cs: Update copyright notice up to 2010
* README: Update name/url of our build infrastructure
* MIT.X11: Update copyright notice up to 2010
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-12-20 Sebastien Pouliot <[email protected]>
* NEWS: Updated for 2.6
2009-12-20 Sebastien Pouliot <[email protected]>
* Makefile.am: Bundle gendarme.5
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-08-19 Jesse Jones <[email protected]>
* self-test.ignore: Added a bunch more entries to allow self-test to
run cleanly. At least some of these should be replaced with real fixes
in the future.
2009-07-09 Jesse Jones <[email protected]>
* self-test.ignore: Ignore DecorateThreadsRule defects for wizard
methods that call into gendarme from a thread.
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.
2009-02-15 Sebastien Pouliot <[email protected]>
* AssemblyStaticInfo.cs: Adjust version and copyright
* NEWS: Add news for 2.4
2009-01-09 Jesse Jones <[email protected]>
* Makefike.am: added .PHONY to console target (required on os-x
because a console directory exists).
2009-01-03 Jesse Jones <[email protected]>
* options.make: use checked math only in debug.
2008-12-28 Sebastien Pouliot <[email protected]>
* self-test.ignore: Ignore AvoidSwitchStatementsRule on Gendarme
assemblies since we're using switch extensively and in a way that
would be hard to OO-ize while keeping performance and readability
2008-12-23 Cedric Vivier <[email protected]>
* self-test.ignore: Add entries for ProvideCorrectRegexPatternRule.
2008-12-19 Sebastien Pouliot <[email protected]>
* Makefile.am: Avoid depending on targets at the high level, when
the lower level also do (which reduce directory traversals time).
Add a bin (all binaries) and console (console and dependencies only)
to the target list (this part based on a patch from Jesse Jones).
Change zip-bin to depend on bin and not all.
2008-12-17 Sebastien Pouliot <[email protected]>
* README, README.vsnet: Update information about the solution files
provided for Gendarme.
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-23 Sebastien Pouliot <[email protected]>
* gendarme.svg: Update logo.
* gendarme.mds: Remove unused MD solution (use gendarme.sln)
* Makefile.am: Drop gendarme.mds from dist. Add targets to build
the zip of binaries and push to ohloh.
2008-11-17 Jesse Jones <[email protected]>
* Makefile.am: If bin/gendarme.exe.config does not exist copy the
console/gendarme.exe.config file. Add options.make to EXTRA_DIST.
2008-11-17 Sebastien Pouliot <[email protected]>
* configure.in: Produce gendarme.exe.config from .in file (modified
patch from Jesse Jones).
2008-11-15 Jesse Jones <[email protected]>
* options.make: Release and debug now use -checked+.
2008-11-14 Jesse Jones <[email protected]>
* options.make: Added to allow all of our assemblies to be built with
a common set of gmcs options
* Makefile.am: Added new DEBUG variable to help target.
2008-11-11 Sebastien Pouliot <[email protected]>
* AssemblyStaticInfo.cs: Update "special" (VS setup) version 2.3
2008-11-10 Sebastien Pouliot <[email protected]>
* configure.in: Bump to 2.3
2008-11-09 Sebastien Pouliot <[email protected]>
* Makefile.am: Old xml.in files were removed from SVN so there's no
need to clean the xml files anymore.
2008-11-09 Andrés G. Aragoneses <[email protected]>
* README: More info.
2008-11-09 Andrés G. Aragoneses <[email protected]>
* TODO:
* README: Correcting broken link to Roadmap.
2008-11-09 Sebastien Pouliot <[email protected]>
* configure.in: Add Gendarme framework unit test makefile generation.
2008-11-08 Sebastien Pouliot <[email protected]>
* NEWS: Update information and date before 2.2 branch.
2008-11-07 Sebastien Pouliot <[email protected]>
* self-test.ignore: Add entry for NDesk.Options.OptionValueType wrt
Gendarme.Rules.Serialization.MarkEnumerationsAsSerializableRule
2008-11-08 Cedric Vivier <[email protected]>
* NEWS: Add just landed AvoidRedundancyInTypeNameRule to new rules list.
2008-11-07 Alan McGovern <[email protected]>
* gendarme.sln: Activate makefile integration for all the rules
projects. Remove the old mdp files as they are no longer needed.
2008-11-03 Cedric Vivier <[email protected]>
* NEWS: Add just landed AvoidRedundancyInMethodNameRule to new rules list.
2008-11-02 Sebastien Pouliot <[email protected]>
* NEWS: Update before 2.2 branch.
2008-11-02 Jesse Jones <[email protected]>
* Makefile.am: Added test1 and help targets. test1 builds just enough
to run a single rule test dll and runs a single text fixture in the dll
(using a TEST1 variable).
2008-10-31 Sebastien Pouliot <[email protected]>
* gendarme-wizard.desktop: Moved into swf-wizard-runner directory
* Makefile.am: Add gendarme.svg to pixmaps
2008-10-30 Sebastien Pouliot <[email protected]>
* AUTHORS: Add Jesse Jones to the list.
2008-10-30 Sebastien Pouliot <[email protected]>
* self-test.ignore: Update to fix entry for ReturnNullRule versus
ConsiderAddingInterfaceRule and add a new one for OptionSet suffix
2008-10-22 Sebastien Pouliot <[email protected]>
* self-test.ignore: Update to add an entry about MethodSignatures
readonly fields containing the '_' character (which is "by design"
since the signatures are for operator methods).
2008-10-22 Néstor Salceda <[email protected]>
* Makefile.am: This target is not longer needed because we generate the
documentation in the same way than rules.
2008-10-20 Sebastien Pouliot <[email protected]>
* gendarme-wizard.in: Support MONO_OPTIONS too (like gendarme does)
2008-10-12 Sebastien Pouliot <[email protected]>
* self-test.ignore: Update (and add) some ignore entries.
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-28 Sebastien Pouliot <[email protected]>
* Makefile.am: Change self-test to report all defects (i.e. not
to filter out any defect based on severity or confidence).
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]>
* NEWS: Update for the next release.
* self-test.ignore: Update (and add) some ignore entries.
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-06-15 Daniel Nauck <[email protected]>
* gendarme-wizard.desktop: add desktop file
2008-05-28 Sebastien Pouliot <[email protected]>
* gendarme.in: Add $MONO_OPTIONS since this is more common than
the $MONO_EXTRA_ARGS we have been using (and keeping for
compatibility)
2008-04-27 Nestor Salceda <[email protected]>
* configure.in: Add Maintainability setup to the build.
2008-04-18 Sebastien Pouliot <[email protected]>
* README: Add (the periodic remainder ;-) that Makefiles are
*the* official build system used by Gendarme while others
(MonoDevelop and VS.NET) are user-supported.
* self-test.ignore: Add ignore entry AvoidDeepInheritanceTreeRule
since some FX provided types will never work with the default (4)
value.
2008-04-06 Sebastien Pouliot <[email protected]>
* self-test.ignore: Remove ignore entry for
ExitCodeIsLimitedOnUnixRule
2008-04-06 Sebastien Pouliot <[email protected]>
* self-test.ignore: Ignore NDesk.Options.OptionSet::Add wrt
Gendarme.Rules.Performance.DoNotIgnoreMethodResultRule
2008-04-05 Sebastien Pouliot <[email protected]>
* gendarme.mds: Add wizard to the MD solution.
2008-03-23 Sebastien Pouliot <[email protected]>
* rules/Gendarme.Rules.Security/Makefile.am
* rules/Gendarme.Rules.Design/Makefile.am
* rules/Gendarme.Rules.Naming/Makefile.am
* rules/Gendarme.Rules.Serialization/Makefile.am
* rules/Gendarme.Rules.Ui/Makefile.am
* rules/Gendarme.Rules.Exceptions/Makefile.am
* rules/Gendarme.Rules.Interoperability/Makefile.am
* rules/Gendarme.Rules.Concurrency/Makefile.am
* rules/Gendarme.Rules.Correctness/Makefile.am
* rules/Gendarme.Rules.Smells/Makefile.am
* rules/Gendarme.Rules.BadPractice/Makefile.am
* rules/Gendarme.Rules.Performance/Makefile.am
* rules/Gendarme.Rules.Portability/Makefile.am
* framework/Makefile.am
* console/Makefile.am
* swf-wizard-runner/Makefile.am:
Refer directly to Mono.Cecil assembly, not to a local copy,
of it.
2008-03-22 Sebastien Pouliot <[email protected]>
* gendarme-wizard.in: New. Script to call the Gendarme SWF Wizard
* Makefile.am: Add swf-wizard-runner and win32-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-16 Sebastien Pouliot <[email protected]>
* gendarme.svg: Put GHOP's Steve P. logo into repository.
2008-02-17 Sebastien Pouliot <[email protected]>
* AssemblyInfo.cs.in: Remove static stuff and keep only the version.
* AssemblyStaticInfo.cs: New. Keep static/shared stuff here.
* self-test.ignore: New. Start an ignore list for self-test.
* gendarme.mds: Update MonoDevelop project file.
* Makefile.am: Update build file.
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-12 Sebastien Pouliot <[email protected]>
* MIT.X11: Update copyrights up to 2008
* TODO: Link to the roadmap available in the Google Group
* README: List the most common resources for Gendarme
2008-02-09 Nestor Salceda <[email protected]>
* Makefile.am: When we target clean, we should also delete doc
directory.
2008-02-09 Nestor Salceda <[email protected]>
* Makefile.am: Added tasks for API documentation generation. One for
generating documentation and other for assembling the documentation for
distrubution puroposes.
2008-02-06 Sebastien Pouliot <[email protected]>
* AUTHORS: Welcome new Gendarme hackers: Seo Sanghyeon and
Scott Peterson
2008-02-01 Andrew Jorgensen <[email protected]>
* Makefile.am: Fixes to import gendarme into mono-tools
and a good amount of autotools love as well
2008-02-01 Andrew Jorgensen <[email protected]>
* configure.in: get the path to Mono.Cecil.dll during configure
2008-01-31 Sebastien Pouliot <[email protected]>
* NEWS: Ready for 0.0.5
2008-01-28 Wade Berrier <[email protected]>
* configure.in: version bump -> 1.9
2008-01-13 Sebastien Pouliot <[email protected]>
* Makefile.am: Run framework tests on "make run-test" and ignore
non-Gendarme assemblies on "make self-test".
2007-12-30 Sebastien Pouliot <[email protected]>
* configure.ac: Add Gendarme.Rules.Interoperability
2007-12-20 Sebastien Pouliot <[email protected]>
* NEWS: Finally 0.0.4 :)
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-29 Sebastien Pouliot <[email protected]>
* Makefile.am: Change self-test to use the self-test set of rules
instead of the default one.
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-10-07 Sebastien Pouliot <[email protected]>
* AUTHORS: Add the GSoC 2007 crew!
* configure.ac: Add new assemblies. Bump version number for (soon to
be ready) next version.
* gendarme.mds: Update MonoDevelop solution.
2007-09-14 Nestor Salceda <[email protected]>
* configure.ad: Add Gendarme.Rules.Smells to the build.
2007-09-13 Nestor Salceda <[email protected]>
* configure.ac: Add Gendarme.Rules.Naming to the build.
2007-08-31 Nestor Salceda <[email protected]>
* configure.ac: Install Gendarme.Framework to be reusable (pkg-config)
with other runners.
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-11-08 Sebastien Pouliot <[email protected]>
* gendarme.sln: Update solution file for VS.NET
2006-11-06 Sebastien Pouliot <[email protected]>
* configure.ac: Add Gendarme.Rules.Ui to the build and bump version
number to 0.0.3.1 (just to avoid confusion with released 0.0.3).
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-10-16 Sebastien Pouliot <[email protected]>
* configure.ac: Bump for 0.0.3 release.
* NEWS: Update for 0.0.3 release.
* README: Update for 0.0.3 release.
* TODO: New. Merge my own TODO file with Christian ideas.
2006-09-28 Sebastien Pouliot <[email protected]>
* Makefile.am: Adjust EXTRA_DIST to include project files in tarballs.
2006-09-19 Sebastien Pouliot <[email protected]>
* gendarme.sln, *.csproj: New files. Added solution and project files
for VS.NET 2005. You can now build, test and debug under Windows too
2006-09-17 Sebastien Pouliot <[email protected]>
* AUTHORS: Added Christian Birkl to the list.
* gendarme.in: Move MONO_EXTRA_ARGS after mono (and before
gendarme.exe).
* Makefile.am: Remove duplicate DISTCLEANFILES.
2006-09-05 Jb Evain <[email protected]>
* Update to latest Cecil API.
2006-07-31 Sebastien Pouliot <[email protected]>
* gendarme.mds: New. Solution file for MonoDevelop.
2006-06-19 Sebastien Pouliot <[email protected]>
* AUTHORS: Added Russell Morris to the author's list.
* configure.ac: Updated version to 0.0.2.0.
* NEWS: Updated for second release.
* README: Updated for second release.
2006-06-19 Russell Morris <[email protected]>
* configure.ac: Merged initial build of exception-usage checks rule(s)
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.
2006-06-13 Sebastien Pouliot <[email protected]>
* AssemblyInfo.cs.in: Updated copyright notice (as this is the string
that will be displayed by the Gendarme's console runner).
* Makefile.am: Added self-test target to run gendarme on itself (in
order to promote compliance ;-). Added an alias for dist to dist-zip
so all files can be added into the distribution (zip) archive.
2005-12-09 Aaron Tomb <[email protected]>
* Merged rules for double-check locking and bad recursive
invocation checking.
2005-11-02 Sebastien Pouliot <[email protected]>
* Initial import into SVN.
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