diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-10-30 09:06:14 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-10-30 09:06:14 +0000 |
commit | 467ad95a431c79349215e4a757f14680e0c494de (patch) | |
tree | 2bcd7aa84ba2f2976a95d3fb9e043ed32d8a4a1b | |
parent | dd379522ced6cb20f82fa6b396f1d3674550c451 (diff) | |
download | gnutls-467ad95a431c79349215e4a757f14680e0c494de.tar.gz |
Add.
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |