aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-10-05 08:59:03 +0000
committerLev Walkin <vlm@lionet.info>2005-10-05 08:59:03 +0000
commitac760bf5b9fc1c0647d563bd1aed9232513ed1ce (patch)
treed3223dd2e19430776cfbca0e6dde9f76e3fca630 /ChangeLog
parentb07880d84232eda54c0816e3dbb738fe6bd98d27 (diff)
SET mandatory map generation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 540af626..684b0ace 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-0.9.19: 2005-Sep-04
+0.9.19: 2005-Oct-05
* A proper solution to circular references. No kludge flags
should be necessary anymore to produce reference-free code:
@@ -8,6 +8,8 @@
* Introduced compiler directives to allow finer control over the
generated code ("--<ASN1C...>--" in comments), (Test case 93).
* New feature for unber(1): -s <skip> bytes.
+ * Mandatory elements map for SET was not getting generated properly.
+ (Test case 94) (Severity: high; Security impact: low)
0.9.18: 2005-Aug-14