[gcr] Release version 3.9.90



commit cdc707169e526c159da238a3951c568e56e68617
Author: Stef Walter <stefw gnome org>
Date:   Mon Aug 26 18:22:35 2013 +0200

    Release version 3.9.90

 Makefile.am  |    3 ++-
 NEWS         |    7 +++++++
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 025c76b..8769a74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,4 +60,5 @@ check-memory:
        make -C gcr check-memory
 
 upload-release: $(DIST_ARCHIVES)
-               scp $(DIST_ARCHIVES) master.gnome.org:
+       scp $(DIST_ARCHIVES) master.gnome.org:
+       ssh master.gnome.org ftpadmin install $(DIST_ARCHIVES)
diff --git a/NEWS b/NEWS
index 6422c56..6c8ac2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+gcr 3.9.90:
+ - GcrCertificateWidget: inherit from GtkBin, not GtkWidget [#701048]
+ - Made gcr-certificate-renderer close the dialog when clicking okay [#699543]
+ - Port to new p11-kit managed style functions
+ - Testing fixes [#705139]
+ - Build fixes [#695973, ...]
+
 gcr 3.9.1:
  - Vapi bindings [#689685]
  - Don't import to 'xdg' module in the importer
diff --git a/configure.ac b/configure.ac
index a396f4a..f5578f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([gcr], [3.9.2],
+AC_INIT([gcr], [3.9.90],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring&component=gcr],
         [gcr])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]