summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-08 13:23:34 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-08 13:23:34 +0000
commitc8ff0eca6f6c1a3c07e74da46a8aaeadeac25000 (patch)
tree96281d561ac68732e4f95c54bf9259389f98cbed
parent652a7a36dacf900f089bdc9e7b6b3ed626c88d3f (diff)
downloadlibtasn1-c8ff0eca6f6c1a3c07e74da46a8aaeadeac25000.tar.gz
Add.
-rw-r--r--NEWS4
-rw-r--r--THANKS1
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca9b633..be4b2b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.3.1
+- Support constant size bit strings, as in 'BIT STRING (SIZE(42))'.
+ Reported by Cyril Holweck <cyril.holweck@q-free.com>.
+
Version 0.3.0
- Export DER utility functions, mostly so that GnuTLS can avoid using
libtasn1 internals.
diff --git a/THANKS b/THANKS
index 735729a..c684a5d 100644
--- a/THANKS
+++ b/THANKS
@@ -7,3 +7,4 @@ Albert Chin <gnutls-dev@mlists.thewrittenword.com>
Bernard Leak <bernard@brenda-arkle.demon.co.uk>
Frediano ZIGLIO <Frediano.Ziglio@vodafone.com>
Evgeny Legerov <admin@gleg.net>
+Cyril Holweck <cyril.holweck@q-free.com>