summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-16 13:05:46 +0200
committerStef Walter <stefw@gnome.org>2012-07-16 13:10:04 +0200
commitcf06bae73a1e7f029076b63d7f42eee7dd5ba5db (patch)
tree439b123098767c7092df06cb86ff8c7529122129
parent21c7dae0058d3d29889bd1c8b2167806a7bad89c (diff)
downloadgcr-3.5.4.tar.gz
Release version 3.5.43.5.4
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 002bfb5..bfff93a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+gcr 3.5.4:
+ - Add debug output to GcrSecretExchange
+ - Fix invalid warning when sending a secret exchange
+ - Remove support code for old glib versions
+ - Updated translations
+ - Documentation fixes
+
gcr 3.5.3:
- Rework DER parsing so we can parse odd PKCS#12 files
- Use GBytes, bump glib dependency
diff --git a/configure.ac b/configure.ac
index 529d17c..0d87121 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([gcr], [3.5.3],
+AC_INIT([gcr], [3.5.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring&component=gcr],
[gcr])