summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-12 11:46:08 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-12 11:46:08 +0000
commit94273a0b795608ab60d9165b6ad5fac96101606f (patch)
tree361524ed952d160766875c7fbf3cafa64f25eb85
parent4f7c07fa1aff6ccc907b9346324c2d6db52bf954 (diff)
downloadlibtasn1-94273a0b795608ab60d9165b6ad5fac96101606f.tar.gz
Add.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 999a3fa..67a74f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
Version 0.3.2
- Corrected bug in asn1_der_coding() which overwrited some
data in the original structure.
+- The asn1Parser, asn1Coding and asn1Decoding programs are now installed.
Version 0.3.1
- Support constant size bit strings, as in 'BIT STRING (SIZE(42))'.