summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-06-25 10:20:51 +0200
committerStef Walter <stefw@gnome.org>2012-06-25 10:20:51 +0200
commit1dacc110b92a02fd11d122f94b626637a34f72c1 (patch)
tree6725af4b379cf4fa67986396a306f62d99cc02ee
parente13b8c468083093f84be5ab9235dda2699f3f56d (diff)
downloadlibsecret-1dacc110b92a02fd11d122f94b626637a34f72c1.tar.gz
Release version 0.30.3
-rw-r--r--Makefile.am3
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 07f2934..118da59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 9249063..4f8a33f 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 65dd8a6..80e6055 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])