aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-10-02 15:55:20 +0000
committerLev Walkin <vlm@lionet.info>2004-10-02 15:55:20 +0000
commit2eadb82dcb37384cd0e9f21f8120312402fd02c8 (patch)
treeffc7e6eceded26f61c2cf6aae4d556cd5eeba22d
parentedc7d59dbb2a7b7391fe92df59038975b41b7fb4 (diff)
utf8 stuff
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ba7b5b81..1935511f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
-0.9.6.1: 2004-Oct-01
+0.9.7: 2004-Oct-02
* Fixed unber limits controlling logic.
* Removed C99'izm from the x509dump, now understood by older compilers.
+ * Enhanced UTF8String constraint validation, now it checks
+ for the minimal encoding length; API of UTF8String_length() changed.
0.9.6: 2004-Sep-29