[Pkg-mono-svn-commits] rev 2589 - in cli-common/trunk: . debian

Sebastian Dröge slomo-guest at costa.debian.org
Wed Jun 28 10:36:37 UTC 2006


Author: slomo-guest
Date: 2006-06-28 10:36:35 +0000 (Wed, 28 Jun 2006)
New Revision: 2589

Modified:
   cli-common/trunk/cli-policy.sgml
   cli-common/trunk/debian/changelog
Log:
* fixed filenames in the cli policy


Modified: cli-common/trunk/cli-policy.sgml
===================================================================
--- cli-common/trunk/cli-policy.sgml	2006-06-28 10:28:05 UTC (rev 2588)
+++ cli-common/trunk/cli-policy.sgml	2006-06-28 10:36:35 UTC (rev 2589)
@@ -21,7 +21,7 @@
   </author>
   
   <version>
-    Version 0.4.1
+    Version 0.4.2
   </version>
 
   <abstract>
@@ -60,6 +60,13 @@
     <p>Here are the changes to the Debian CLI Policy document.</p>
     
     <p>
+      Changes from 0.4.1 to 0.4.2:
+      <list>
+        <item><ref id="gac-policy-file-example">: Fixed naming of the policy
+        files</item>
+      </list>
+    </p>
+    <p>
       Changes from 0.4.0 to 0.4.1:
       <list>
         <item><ref id="debhelper-example">: Fixed typo.</item>
@@ -882,14 +889,15 @@
           the <qref id="GAC">GAC</qref> that version 1.3.0.0 is compatible with versions 1.2.0.0 to 1.2.10.0.
           You have to compile and install it with
           <example>
-al -link:policy.foo.1.2.config -out:policy.1.2.foo.dll -keyfile:path/to/keyfile
+al -link:policy.1.2.foo.config -out:policy.1.2.foo.dll -keyfile:path/to/keyfile
 gacutil /i policy.1.2.foo.dll
           </example>
 		</p>
         <p>
-          Keep in mind that the filenames <em>must</em> be policy.foo.X.Y.config and policy.foo.X.Y.dll where
-          foo is the assembly name and X.Y is the major and minor version number you want to be compatible
-          with.
+          Keep in mind that the filenames <em>must</em> be
+          policy.foo.X.Y.config and policy.X.Y.foo.dll where
+          foo is the assembly name and X.Y is the major and minor version
+          number you want to be compatible with.
         </p>
       </sect1>
     </sect>

Modified: cli-common/trunk/debian/changelog
===================================================================
--- cli-common/trunk/debian/changelog	2006-06-28 10:28:05 UTC (rev 2588)
+++ cli-common/trunk/debian/changelog	2006-06-28 10:36:35 UTC (rev 2589)
@@ -1,3 +1,10 @@
+cli-common (0.4.3) unstable; urgency=low
+
+  * Sebastian 'slomo' Dröge:
+    + Fix file naming of the policy files in the CLI policy
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Wed, 28 Jun 2006 12:33:24 +0200
+
 cli-common (0.4.2) unstable; urgency=low
 
   * Mirco 'meebey' Bauer




More information about the Pkg-mono-svn-commits mailing list