aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-06-18 00:03:54 +0000
committerLev Walkin <vlm@lionet.info>2004-06-18 00:03:54 +0000
commite88268828eff58b4bbaf7d70b06f373d39a735e9 (patch)
tree77706bbd372a2c382d78077b83cb14f7dad05d6f
parent34b2a93fc3a58fd609c5147dda7f3868178db891 (diff)
better comment
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 15631bea..55d97bab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
-0.8.12: 2004-Jun-14
+0.8.12: 2004-Jun-17
- * RELATIVE-OID and OBJECT IDENTIFIER decoders are not bound
- anymore to an integer type of specific size (unsigned long).
+ * RELATIVE-OID and OBJECT IDENTIFIER encoders/decoders are not bound
+ anymore to an integer type of specific size (unsigned long). The
+ size of an integer must be provided explicitly.
+ See {OBJECT_IDENTIFIER|RELATIVE_OID}_{get|set}_arcs().
* SEQUENCE BER decoder fixed again for complex CHOICE case
(Test case 44) (Severity: medium, Security impact: low).