summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-11-15 13:38:51 +0000
committerSimon Josefsson <simon@josefsson.org>2005-11-15 13:38:51 +0000
commit084ceec839686022bcabc24324fe45ba784631a8 (patch)
tree44a145b6fcdb684c59dbf7a35572be2a36b3788b /NEWS
parent05d8fa74cc750227c16f7fb24d78a39627559e00 (diff)
downloadgnutls-084ceec839686022bcabc24324fe45ba784631a8.tar.gz
Add.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 9fbccf5862..cc30d86e0f 100644
--- a/NEWS
+++ b/NEWS
@@ -18,9 +18,19 @@ test this functionality.
** Added a discussion of the internals of gnutls in manual.
+** Fixes for Tru64 UNIX 4.0D that lack MAP_FAILED, from Albert Chin.
+
+** Remove trailing comma in enums, for IBM C v6, from Albert Chin.
+
+** Make sure config.h is included first in a few files, from Albert Chin.
+
+** Don't use C++ comments ("//") as they are invalid, from Albert Chin.
+
+** Don't install SRP programs and man pages if --disable-srp-authentication,
+from Albert Chin.
+
** API and ABI modifications:
-New gnutls_kx_algorithm_t key exchange type:
- GNUTLS_KX_PSK
+New gnutls_kx_algorithm_t key exchange type: GNUTLS_KX_PSK
New gnutls_credentials_type_t credential type:
GNUTLS_CRD_PSK