summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-11-17 13:21:32 +0000
committerSimon Josefsson <simon@josefsson.org>2006-11-17 13:21:32 +0000
commite24f471c372591b1a3142c25583b5eb15fe18852 (patch)
tree74247caba028a316c0e8b0ea7ed2d7353a8c2125
parent55295a359aa65813c66ec8c7ea4c9fdab08ebb81 (diff)
downloadgnutls-e24f471c372591b1a3142c25583b5eb15fe18852.tar.gz
Add.
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4a687ef9b7..4653e3d548 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,28 @@ Copyright (C) 2004, 2005, 2006 Simon Josefsson
Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
See the end for copying conditions.
+* Version 1.6.0 (unreleased)
+
+** No changes since 1.5.5.
+The major changes compared to the 1.4.x branch are:
+
+*** A GnuTLS C++ library is part of the official distribution.
+Currently there are no examples or documentation, but hopefully this
+will change. See gnutlsxx.h for the API.
+
+*** Windows is a supported platform.
+There are, however, two know bugs. One is related to select() in
+command line tools (not, nota bene, in the library), the other is a
+problem with libgcrypt that causes delays. Help is needed to resolve
+those issues, so we feel we can't delay the release because of this.
+
+*** New APIs for custom push/pull function error reporting.
+The new APIs are gnutls_transport_set_errno and
+gnutls_transport_set_global_errno. See the release notes for version
+1.5.4 for more information.
+
+*** Self tests are run under valgrind, if available. See --disable-valgrind.
+
* Version 1.5.5 (released 2006-11-16)
** Correctly bump shared library version after adding new APIs.