forked from mono/monodevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
90 lines (60 loc) · 2.63 KB
/
Copy pathChangeLog
File metadata and controls
90 lines (60 loc) · 2.63 KB
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
2010-03-01 Lluis Sanchez Gual <[email protected]>
* MonoDevelop.CodeAnalysis.sln: The invariant policy can't be
used anymore as base policy set.
2010-02-18 Lluis Sanchez Gual <[email protected]>
* dlls/Mono.Cecil.dll:
* dlls/Gendarme.Rules.Ui.dll:
* dlls/Gendarme.Framework.dll:
* dlls/Gendarme.Rules.Design.dll:
* dlls/Gendarme.Rules.Naming.dll:
* dlls/Gendarme.Rules.Smells.dll:
* dlls/Gendarme.Rules.Security.dll:
* dlls/Gendarme.Rules.Exceptions.dll:
* dlls/Gendarme.Rules.Concurrency.dll:
* dlls/Gendarme.Rules.Correctness.dll:
* dlls/Gendarme.Rules.Portability.dll:
* dlls/Gendarme.Rules.Performance.dll:
* dlls/Gendarme.Rules.BadPractice.dll:
* dlls/Gendarme.Rules.Serialization.dll:
* dlls/Gendarme.Rules.Maintainability.dll:
* dlls/Gendarme.Rules.Interoperability.dll: Upgraded to
latest, since what we had was having problems with the
latest cecil.
* MonoDevelop.CodeAnalysis.sln: Flush.
2009-12-16 Lluis Sanchez Gual <[email protected]>
* MonoDevelop.CodeAnalysis.sln: Flush.
2009-08-26 Lluis Sanchez Gual <[email protected]>
* configure.ac: We now depend on gtk# 2.12.8, Mono 2.4, and
Mono.Addins 0.4.
2009-08-13 Lluis Sanchez Gual <[email protected]>
* MonoDevelop.CodeAnalysis.sln: Flush.
2009-02-26 Lluis Sanchez Gual <[email protected]>
* MonoDevelop.CodeAnalysis.sln: Flush.
2009-02-25 Michael Hutchinson <[email protected]>
* MonoDevelop.CodeAnalysis.sln: Set policies. Remove unused
name attribute.
2009/02/06 Lluis Sanchez Gual <[email protected]>
* MonoDevelop.CodeAnalysis.sln:
* MonoDevelop.CodeAnalysis.mds: Migrated to MSBuild format.
2009/02/03 Lluis Sanchez Gual <[email protected]>
* MonoDevelop.CodeAnalysis.mds: Flush.
2008-11-05 Lluis Sanchez Gual <[email protected]>
* configure.ac: Bump MD version.
2008-07-15 Lluis Sanchez Gual <[email protected]>
* AUTHORS, README, NEWS: Add required files.
2008-03-17 Daniel Abramov <[email protected]>
* dlls/Gendarme.Framework.dll: updated framework to keep
the same version with Gendarme.Rules.BadPractice.dll
2008-03-16 Daniel Abramov <[email protected]>
* dlls/Mono.Cecil.dll, dlls/Gendarme.Rules.BadPractice.dll:
added Cecil because Gendarme implementation needs it
and one example rule assembly (later we might consider
using those in GAC, as Gendarme grows)
* dlls/smokey.exe: added Smokey executable
2008-03-14 Ben Motmans <[email protected]>
* configure.in, MonoDevelop.CodeAnalysis.mds, Makefile.am: added smokey
addin
2008-03-14 Ben Motmans <[email protected]>
* MonoDevelop.CodeAnalysis.Smokey: initial smokey addin
2008-03-14 Ben Motmans <[email protected]>
* COPYING: added MIT/X11 license