summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-09-09 15:39:27 +0200
committerStef Walter <stefw@gnome.org>2014-09-09 15:39:27 +0200
commit9a6ecfebdc68fd5e1369ddbbc8149c68f0bb67fd (patch)
treecde4c4d7c5b740474bbfc7b91aae0eca968a66ad
parent909c3f04868abe0bd519fcc108dee2bcf2cda0ec (diff)
Release version 3.13.91
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3d4c9f4..c4adcb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+gcr 3.13.91:
+ - Add support for parsing EC keys [#672137]
+ - Add support for EC keys to key renderer
+ - Parser support for PEM 'PUBLIC KEY' files
+ - Parser support for parsing ECDSA OpenSSH keys
+ - Fix use of libgcrypt 1.6+
+ - Fix for deprecations in Gtk 3.13.x
+ - Updated translations
+ - Use g_debug() instead of our own debug wrappers
+ - Bump required GLib version to 2.38.x
+ - Don't include deprecated library in our pkg-config file [#732082]
+ - Don't use non-portable 'sed -i' shell command [#728506]
+ - Change CVS to Git in error message [#730340]
+ - Build fixes
+
gcr 3.12.0:
- Use /usr/bin/env to find python [#726909]
- Updated translations
diff --git a/configure.ac b/configure.ac
index 8a187d6..a03b318 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define([gcr_major], [3])
m4_define([gcr_minor], [13])
-m4_define([gcr_micro], [90])
+m4_define([gcr_micro], [91])
AC_PREREQ([2.63])
AC_INIT([gcr], [gcr_major.gcr_minor.gcr_micro],