Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2009-12-20 19:05:42 +0300
committerSebastien Pouliot <sebastien@ximian.com>2009-12-20 19:05:42 +0300
commita2f2d2f63d14e3800aa1ab1f48c88d34ba9de831 (patch)
tree2c7db2b4e75e2a93ced7a10582d2789b8f181150
parent5924ba1162dad34156efc066e18c8b1b22f965ae (diff)
2009-12-20 Sebastien Pouliot <sebastien@ximian.com>
* NEWS: Updated for 2.6 svn path=/branches/mono-2-6/mono-tools/; revision=148794
-rw-r--r--gendarme/ChangeLog4
-rw-r--r--gendarme/NEWS42
2 files changed, 46 insertions, 0 deletions
diff --git a/gendarme/ChangeLog b/gendarme/ChangeLog
index cd719e37..a0953df3 100644
--- a/gendarme/ChangeLog
+++ b/gendarme/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-20 Sebastien Pouliot <sebastien@ximian.com>
+
+ * NEWS: Updated for 2.6
+
2009-12-20 Sebastien Pouliot <sebastien@ximian.com>
* Makefile.am: Bundle gendarme.5
diff --git a/gendarme/NEWS b/gendarme/NEWS
index 58fef2c9..941c4078 100644
--- a/gendarme/NEWS
+++ b/gendarme/NEWS
@@ -1,3 +1,45 @@
+2009-12-20 Version 2.6
+
+ Released just in time for xmas Gendarme 2.6 comes with a lot of
+ enhancements and bug fixes. Rule documentation (wiki) and our MAN
+ pages were also greatly enhanced by the work of Jesse Jones.
+
+ In the ecosystem Daniel Nauck contributed Gendarme support for
+ CC.NET and a new NAnt task with reduced dependencies. With this
+ Gendarme should be easier than ever to use on your projects.
+
+ This release includes 12 new rules (207 rules total):
+
+ Gendarme.Rules.BadPractice
+ * DoNotUseEnumIsAssignableFromRule [JB Evain]
+ * OnlyUseDisposeForIDisposableTypesRule [Jesse Jones]
+ * PreferSafeHandleRule [Jesse Jones]
+
+ Gendarme.Rules.Concurrency
+ * DoNotUseThreadStaticWithInstanceFieldsRule [Jesse Jones]
+
+ Gendarme.Rules.Correctness
+ * ProvideValidXmlStringRule [Cedric Vivier]
+ * ProvideValidXPathExpressionRule [Cedric Vivier]
+
+ Gendarme.Rules.Design
+ * PreferXmlAbstractionsRule [Cedric Vivier]
+ * UseCorrectDisposeSignaturesRule [Jesse Jones]
+ * UseFlagsAttributeRule [Jesse Jones]
+
+ Gendarme.Rules.Exceptions
+ * UseObjectDisposedExceptionRule [Jesse Jones]
+
+ Gendarme.Rules.Interoperability
+ * DelegatesPassedToNativeCodeMustIncludeExceptionHandlingRule [Rolf Bjarne Kvinge]
+
+ Gendarme.Rules.Performance
+ * ReviewLinqMethodRule [Jesse Jones]
+
+ Contributors for this release are:
+ Cedric Vivier, Daniel Nauck, JB Evain, Jesse Jones, Rolf Bjarne
+ Kvinge and Sebastien Pouliot.
+
2009-01-20 Version 2.4
This release was the shortest (about 2 months) release cycle ever