summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-10-30 09:06:14 +0000
committerSimon Josefsson <simon@josefsson.org>2006-10-30 09:06:14 +0000
commit467ad95a431c79349215e4a757f14680e0c494de (patch)
tree2bcd7aa84ba2f2976a95d3fb9e043ed32d8a4a1b
parentdd379522ced6cb20f82fa6b396f1d3674550c451 (diff)
downloadgnutls-467ad95a431c79349215e4a757f14680e0c494de.tar.gz
Add.
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 90469bc415..30edc9e221 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,14 @@ See the end for copying conditions.
* Version 1.5.4 (unreleased)
+** Replace old constructs with use of gnulib modules.
+For example, we can now assume unistd.h, sys/stat.h, sys/socket.h in
+the code. If the headers doesn't exist on the target system, gnulib
+will make sure its replacement header files are used instead.
+
+** API and ABI modifications:
+No changes since last version.
+
* Version 1.5.3 (released 2006-10-26)
** Add new self-test of RSA-MD5 signature chains.