aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-09-27 20:56:03 +0000
committerLev Walkin <vlm@lionet.info>2004-09-27 20:56:03 +0000
commit36ee690c828f0290c19c14bfa64295f3f40c69f2 (patch)
treed6783aab7c0d75f621c2deebe5afd1efa3f0d2d8
parentb1107e6ac2383e7728937144e7bd415a2e4b0802 (diff)
fixed REAL pretty-printing
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c9fe8112..e13b149d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-0.9.6: 2004-Sep-26
+0.9.6: 2004-Sep-27
* Implemented BASIC-XER encoding support (X.693).
* Implemented unber(1) and enber(1) for BER<->XML translation.
@@ -14,6 +14,7 @@
types (BOOLEAN, INTEGER, and REAL). The problem occured when the
encoding of such type is split between several bytes.
(Severity: high, Security impact: low)
+ * Fixed pretty-printing of the REAL type. Added lots of test cases.
* Updated documentation.
0.9.5: 2004-Sep-17