summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-14 09:11:02 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-14 09:11:02 +0000
commit6b732ff11a519cfdcf0e33b5848a19335061efe3 (patch)
treecd8ee6c04e6054abfcfa41e5edef69329530efc7
parent60cc21b7eb14ad54b2693cfcf0edb28a6d676f2f (diff)
downloadgnutls-6b732ff11a519cfdcf0e33b5848a19335061efe3.tar.gz
*** empty log message ***
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 724948de2c..fbf381e478 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 0.9.2
+
Version 0.9.1 (12/03/2003)
- Corrected a bug in 64 bit architectures, which affected the
serial number calculation in the record layer.
@@ -12,7 +14,8 @@ Version 0.9.1 (12/03/2003)
- Added an strnstr() function and the requirement in some functions to
use null terminated PEM structures is no more.
- Use mmap() if available to read files.
-- Fixed a memory leak in SRP code reported by Rupert Kittinger <r.kittinger@efkon.com>.
+- Fixed a memory leak in SRP code reported by Rupert Kittinger
+ <r.kittinger@efkon.com>.
Version 0.9.0 (03/03/2003)
- This version is not binary compatible with the previous ones.