summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-05-04 21:33:09 +0200
committerStef Walter <stefw@gnome.org>2013-05-04 21:33:09 +0200
commit2c6ac3f78378a736a308ff64817a0ae4c39719b5 (patch)
tree1799936fa987462d72262234d31259545843731f
parent5cadd24c1fad03f9190e90151dd1da831899d15c (diff)
downloadgcr-upstream.tar.gz
gcr-upstream.tar.bz2
gcr-upstream.zip
- Build certificate chains when intermediates are wrong order [#699026] - Don't try to import certificates to gnome-keyring xdg module - Add appropriate icon for p11-kit trust module - Make gcr build on both pre GTK+ 3.8 and later versions - Update for recent changes in libtasn1 - Handle cases where no certificate data is available - Fix for GTK+ 3.8 deprecations - Build fixes
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4f94d9c..48ea356 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+gcr 3.8.2:
+ - Build certificate chains when intermediates are wrong order [#699026]
+ - Don't try to import certificates to gnome-keyring xdg module
+ - Add appropriate icon for p11-kit trust module
+ - Make gcr build on both pre GTK+ 3.8 and later versions
+ - Update for recent changes in libtasn1
+ - Handle cases where no certificate data is available
+ - Fix for GTK+ 3.8 deprecations
+ - Build fixes
+
gcr 3.8.1:
- Fix erroneously cancelled prompts
- Updated translations
diff --git a/configure.ac b/configure.ac
index b32f723..98cdd08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([gcr], [3.8.1],
+AC_INIT([gcr], [3.8.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring&component=gcr],
[gcr])