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

index 07f293461cd48f809baa9ca88abd5a801803d5ce..118da59f688e7ff6edd057b894e82554f3ce5acc 100644 (file)
@@ -32,5 +32,8 @@ check-memory:
                        make -C $(builddir)/$$subdir/tests check-memory; \
        done
 
+upload-release: $(DIST_ARCHIVES)
+               scp $(DIST_ARCHIVES) master.gnome.org:
+
 upload-docs:
        rsync -Hvax docs/reference/libsecret/html/./ master.gnome.org:public_html/libsecret-docs/
diff --git a/NEWS b/NEWS
index 9249063ba3b2db7e9739953361972d7d349279cf..4f8a33fd68c0cc736ed1770c577ee1694a321806 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.3
+ * Add methods to get services from collections, items
+ * Add methods to read and set aliases
+ * Add methods which handle prompts for a DBus object path
+ * Header path fix
+ * Documentation fixes
+
 0.2
  * Fix header copyright issues
  * Build fixes
index 65dd8a6de0894cdb6475a49e3c52649375340c22..80e60552b9580fd72cf580516df7af8d2972f12a 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ(2.63)
 
-AC_INIT([libsecret],[0.2],
+AC_INIT([libsecret],[0.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret],
         [libsecret])