summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-09-24 13:03:57 +0200
committerSimon Josefsson <simon@josefsson.org>2007-09-24 13:03:57 +0200
commit8c17f759104e26a1ddb6084b2798e2ad338843b5 (patch)
tree0d99d0a5e8a0b91fe72bab67d7ad935f965e56e8
parentd541e34c0e89a4aea3ac8f4a02fdbc3f5378decd (diff)
downloadgnutls-8c17f759104e26a1ddb6084b2798e2ad338843b5.tar.gz
Add fixes, for trac.
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4ee04c7819..218b394b9d 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ See the end for copying conditions.
Camellia is only enabled in GnuTLS if the installed libgcrypt has been
compiled with Camellia support. See the libgcrypt documentation on
how to enable it. Unconditionally disable it using the configure
-option --disable-camellia.
+option --disable-camellia. Fixes #1.
** API and ABI modifications:
No changes since last version.
@@ -20,6 +20,7 @@ No changes since last version.
The support is disabled by default. Since no value has been allocated
by the IANA for this extension yet, you will need to provide one
yourself by invoking './configure --enable-opaque-prf-input=42'.
+Fixes #2.
** Example code: Fix compilation flaw under MinGW.