summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-09 08:54:21 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-06-09 08:54:21 +0000
commit27c0d00eb23c5d6c07551d94bfea2766101c909c (patch)
tree7eaf24875021fcf88ea3ab4b623099f9d78f5a7f /NEWS
parent1a3711cb70edc22417d6017b8d48d5c24f431c73 (diff)
downloadgnutls-27c0d00eb23c5d6c07551d94bfea2766101c909c.tar.gz
Added check for C99 macro support. Stubs are used if they are not supported by the compile. A more elegant solution is required.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f873b4728..73087fd448 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Version ?.?.?
- Added gnutls_handshake_set_private_extensions() function. This
function can be used to enable private (gnutls specific) cipher suites
and compression algorithms.
+- Added check for C99 macro support by the compiler.
Version 0.4.3 (23/05/2002)
- The gnutls-extra library now compiles fine, if the opencdk library is