Release version 3.5.3
authorStef Walter <stefw@gnome.org>
Mon, 25 Jun 2012 08:27:18 +0000 (10:27 +0200)
committerStef Walter <stefw@gnome.org>
Mon, 25 Jun 2012 08:27:18 +0000 (10:27 +0200)
Makefile.am
NEWS
configure.ac

index 53a9ddb..67a76e5 100644 (file)
@@ -50,3 +50,6 @@ check-memory:
        make -C egg check-memory
        make -C gck check-memory
        make -C gcr check-memory
+
+upload-release: $(DIST_ARCHIVES)
+               scp $(DIST_ARCHIVES) master.gnome.org:
diff --git a/NEWS b/NEWS
index 93143b5..002bfb5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+gcr 3.5.3:
+ - Rework DER parsing so we can parse odd PKCS#12 files
+ - Use GBytes, bump glib dependency
+ - Enable gnome2 keyring storage
+ - Documentation fixes
+ - Updated translations
+
 gcr 3.4.1:
  - Fix more issues disabling grabs during password prompts
  - More debug messages to GcrSystemPrompter
index 8db4f46..529d17c 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([gcr], [3.4.1],
+AC_INIT([gcr], [3.5.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-keyring&component=gcr],
         [gcr])