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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tools/security/ChangeLog')
-rw-r--r--mcs/tools/security/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mcs/tools/security/ChangeLog b/mcs/tools/security/ChangeLog
index f8bbaed6dfd..7b98ed706bb 100644
--- a/mcs/tools/security/ChangeLog
+++ b/mcs/tools/security/ChangeLog
@@ -1,3 +1,18 @@
+2004-09-23 Sebastien Pouliot <sebastien@ximian.com>
+
+ * AssemblyInfo.cs: Updated version to 1.0.3 for next stable release.
+ * MakeCert.cs: Hack for date parsing problem with Mono.
+
+2004-09-07 Sebastien Pouliot <sebastien@ximian.com>
+
+ * certmgr.cs: Merge enhancements from HEAD. Now allows users to
+ manipulate the machine's cert store (not just the user's store).
+
+2004-08-02 Sebastien Pouliot <sebastien@ximian.com>
+
+ * AssemblyInfo.cs: Update version number for Mono 1.0.1.
+ * sn.cs: Warn for missing machine.config (if quiet isn't specified).
+
2004-06-21 Raja R Harinath <rharinath@novell.com>
* sn.cs (ReSign): Return a bool indicating success or failure.