2005-06-14 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / tools / al / ChangeLog
index 85e5f60108cec66f0d41db40643606dabe4e1961..9636fb97b5e784dd50d9b5e06507aafbc733c65a 100644 (file)
@@ -1,3 +1,22 @@
+2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Al.cs: Added support for signing/delay-signing/ecma-delay-signing.
+       * Makefile: Added dependency on Mono.Security.dll for CryptoConvert.
+
+2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
+
+       * Al.cs: Applied patch from Gert Driesen (gert.driesen@pandora.be). 
+       Fixes #72274.
+       
+       * Al.cs: Algid and Flags should be specified in hexadecimal. Fixes
+       #72282.
+
+2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * Al.cs: Fix spitting of newlines.
+
+       * Al.cs: Add support for response files. Fixes #71949.
+
 2004-03-15  Zoltan Varga  <vargaz@freemail.hu>
 
        * Al.cs: Avoid crash if entryPoint is not defined.