diff options
author | Stef Walter <stefw@gnome.org> | 2013-05-04 21:33:09 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-05-04 21:33:09 +0200 |
commit | 2c6ac3f78378a736a308ff64817a0ae4c39719b5 (patch) | |
tree | 1799936fa987462d72262234d31259545843731f | |
parent | 5cadd24c1fad03f9190e90151dd1da831899d15c (diff) | |
download | gcr-upstream.tar.gz gcr-upstream.tar.bz2 gcr-upstream.zip |
gcr 3.8.2:upstream/3.8.2upstream
- 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-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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]) |