Release version 0.5
authorStef Walter <stefw@gnome.org>
Fri, 13 Jul 2012 10:48:41 +0000 (12:48 +0200)
committerStef Walter <stefw@gnome.org>
Fri, 13 Jul 2012 10:48:41 +0000 (12:48 +0200)
NEWS
docs/reference/libsecret/Makefile.am
libsecret/tests/Makefile.am
tool/Makefile.am

diff --git a/NEWS b/NEWS
index 2339f15..81dcb65 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.5
+ * secret_service_remove() removes all unlocked matching items
+ * Make sure that we have some attributes when searching
+ * Add flags for item and collection creation
+ * Add way to get schema name from a SecretItem
+ * Rename secret_service_read_alias() to
+   secret_collection_for_alias()
+ * Split the stable and unstable APIs into separate 
+   pkg-config files, girs and vapis
+ * Bump the library major version number to 1
+ * Document how to migrate from libgnome-keyring
+ * Document how to use libsecret from C, js, python, vala
+ * Documentation fixes
+
 0.4
  * Implement per collection search
  * Register secret service errors as GDBus errors
index 1ffa191..917ab98 100644 (file)
@@ -96,7 +96,7 @@ include $(top_srcdir)/gtk-doc.make
 # e.g. EXTRA_DIST += version.xml.in
 EXTRA_DIST += \
        version.xml.in \
-       version-major.in
+       version-major.xml.in
 
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
index 803c8dc..a0f88a2 100644 (file)
@@ -185,7 +185,6 @@ EXTRA_DIST = \
        mock-service-normal.py \
        mock-service-only-plain.py \
        mock-service-prompt.py \
-       Secret-@SECRET_MAJOR@.metadata \
        $(VALA_SRCS) \
        $(JS_TESTS) \
        $(PY_TESTS) \
index 691d27f..d3af455 100644 (file)
@@ -12,4 +12,4 @@ secret_tool_SOURCES = \
        secret-tool.c
 
 secret_tool_LDADD = \
-       $(top_builddir)/libsecret/libsecret-0.la
+       $(top_builddir)/libsecret/libsecret-@SECRET_MAJOR@.la