aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-02-22 08:14:24 +0000
committerLev Walkin <vlm@lionet.info>2005-02-22 08:14:24 +0000
commitc36d20984015cf9c00bf33aec63bd5f18c7927aa (patch)
tree184c5ca8225c813a4c8b00ae31aa6f2918b532e6
parent2c65b12d0777a031b85a31c064f9f87f4b79d844 (diff)
checks for duplicates
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ba7f42c..47f7969e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,12 @@
-0.9.9: 2005-Feb-18
+0.9.9: 2005-Feb-22
* First release of XER (XML) decoding implementation (somewhat
experimental).
* ANY allocation routine fixed.
Reported by <mikko.ahonen@elma.net>.
* Fixed tag parsing (tags like "[ 0 ]" were not supported).
+ * Compiler now checks for duplicate ASN.1 types across modules.
0.9.8: 2005-Jan-17