diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-11-15 13:38:51 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-11-15 13:38:51 +0000 |
commit | 084ceec839686022bcabc24324fe45ba784631a8 (patch) | |
tree | 44a145b6fcdb684c59dbf7a35572be2a36b3788b /NEWS | |
parent | 05d8fa74cc750227c16f7fb24d78a39627559e00 (diff) | |
download | gnutls-084ceec839686022bcabc24324fe45ba784631a8.tar.gz |
Add.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 |