aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-06-14 13:53:32 +0000
committerLev Walkin <vlm@lionet.info>2004-06-14 13:53:32 +0000
commit715f45cbfc2286f332f980401c5d14d083df6b96 (patch)
treee4fd2f74fcc6cda19dbcdff4e3ac20e8b4993ee0
parent924fa03169155ebf40e00573861c3cbe5a73682b (diff)
fixes
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 91d20b09..1ce2caf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+0.8.12: 2004-Jun-14
+
+ * RELATIVE-OID and OBJECT IDENTIFIER decoders are not bound
+ anymore to an integer type of specific size (unsigned long).
+ * SEQUENCE BER decoder fixed again for complex CHOICE case
+ (Test case 44).
+
0.8.11: 2004-Jun-05
* Enforsed stricter conformance with C standards.
- * SEQUENCE decoder is now equipped with the sorted map
+ * SEQUENCE BER decoder is now equipped with the sorted map
in case of complex CHOICE descendants. Test case 44 created.
0.8.10: 2004-Jun-02