summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-12-09 11:53:39 +0000
committerSimon Josefsson <simon@josefsson.org>2005-12-09 11:53:39 +0000
commitcd1bc7fdb8597023fd72d0448b94603667b2fb88 (patch)
treed71a5b8f2cd03e73e9c70c8c10efe48859d57689
parent94c0e556dc73a94a3c61d305a18b73564f6443e0 (diff)
downloadgnutls-cd1bc7fdb8597023fd72d0448b94603667b2fb88.tar.gz
Add.
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 726d11803f..ef470be4e1 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,17 @@ Copyright (C) 2004, 2005 Simon Josefsson
Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
See the end for copying conditions.
+* Version 1.3.2 (unreleased)
+
+** Internal type cleanups.
+The uint8, uint16, uint32 types have been replaced by uint8_t,
+uint16_t, uint32_t. Gnulib is used to guarantee the presence of
+correct types on platforms that lack them. The uint type have been
+replaced by unsigned.
+
+** API and ABI modifications:
+None
+
* Version 1.3.1 (released 2005-12-08)
** Support for DHE-PSK cipher suites has been added.