summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-28 23:45:32 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-28 23:45:32 +0200
commitda4429a901c021d70eec9d2372d36efbcc963c4f (patch)
treeba2c79ce79afed96d2d6c66cc250749a0b37099e
parent8f259be9cfa8cd7dc34b8fb830b669062601006f (diff)
downloadgnutls-da4429a901c021d70eec9d2372d36efbcc963c4f.tar.gz
documented fix.
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 274f0a719a..112f9e1ce2 100644
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,17 @@ See the end for copying conditions.
* Version 2.12.5 (unreleased)
+** libgnutls: Correctly set compression method when resuming sessions.
+Reported by Dash Shendy.
+
** libgnutls: gnutls_pubkey_get_pk_dsa_raw() and gnutls_pubkey_get_pk_rsa_raw
add leading zeros to the exported values.
+** libgnutls: Added gnutls_global_set_time_function() to allow overriding the
+default system time() function.
+
** API and ABI modifications:
-No changes since last version.
+gnutls_global_set_time_function: ADDED
* Version 2.12.5 (released 2011-05-14)