aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2007-06-23 20:17:00 +0000
committerLev Walkin <vlm@lionet.info>2007-06-23 20:17:00 +0000
commit3fb778e7c50fe5e1b73e27a59499cf6222761ab5 (patch)
treeb6eeda6d0ca4ec9ec273ba25eaff3a2de3b44699
parent53e93a1876c57f00843721d96738fce8c0fe99f2 (diff)
second sequence production extensibility fix
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 58647a21..da130e92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-0.9.22: 2006-Nov-24
+0.9.22: 2007-Jun-23
* Added -pdu=all and -pdu=<type> switches to asn1c.
* Added PER support for most known-multiplier string types:
@@ -12,6 +12,8 @@
(Severity: low; Security impact: none).
* Memory leak fixed in SET OF / SEQUENCE OF when wrong encoding
is encountered. (Severity: medium; Security impact: low)
+ * Fixed extensibility handling of second SEQUENCE production.
+ (Severity: low; Security impact: none)
0.9.21: 2006-Sep-17