aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-11-24 11:27:37 +0000
committerLev Walkin <vlm@lionet.info>2006-11-24 11:27:37 +0000
commit1a83ec3156dcf67c931e80dce2051f6dab78666c (patch)
treecc7595d05a01a36673f71febf47d9ed47f5c4e5e
parent53fbe33ce913c9684996ecc38b240de6131253c7 (diff)
PER support for BMPString and UniversalString
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 96f13e6a..58647a21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,12 @@
-0.9.22: 2006-Oct-20
+0.9.22: 2006-Nov-24
* Added -pdu=all and -pdu=<type> switches to asn1c.
* Added PER support for most known-multiplier string types:
- IA5String, VisibleString, PrintableString;
+ IA5String, VisibleString, PrintableString, BMPString, UniversalString;
useful types: GeneralizedTime, UTCTime, ObjectDescriptor;
as well as REAL and OBJECT IDENTIFIER.
- TODO: SET, UniversalString and BMPString.
+ TODO: SET type.
* Multiple enhancements by Daniele Varrazzo <daniele.varrazzo@gmail.com>
* Fixed explicit tagging of an in-lined constructed type.
(Severity: low; Security impact: none).