summaryrefslogtreecommitdiffstatsabout
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-24 06:51:52 (GMT)
committer Nikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-24 06:51:52 (GMT)
commitd8c7cf4677d744f0e203d30cca4e69d84cf4b7b4 (patch)
tree3d442c9ac0dd88d8aaaef8cb2e03a7d79170a0f2 /NEWS
parent771ca63efe669f8b0a3ffaeba1f3be7e3688b35f (diff)
Only allow two options for DB. Berkeley DB and gdbm. The other options
such as SDBM had serious limitations. Thanks to Hardy Griech for pointing out.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ec3622d..85fcb5b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,9 @@
3 terminate the connection prematurely) 3 terminate the connection prematurely)
4 4
5- The GnuTLSCache variable now can be given the specific 5- The GnuTLSCache variable now can be given the specific
6 option "sdbm" instead of "dbm". "dbm" will use the default 6 option "gdbm" instead of "dbm". "dbm" will use the berkeley
7 dbm type of libapr while sdbm will force sdbm to be used. 7 db type of libapr while gdbm will force gdbm to be used.
8 sdbm is no longer being used due to serious limitations.
8 9
9** Version 0.5.8 (2010-08-18) 10** Version 0.5.8 (2010-08-18)
10- Session tickets are enabled by default. 11- Session tickets are enabled by default.