Release version 0.5

This commit is contained in:
Stef Walter 2012-07-13 12:48:41 +02:00
parent db95ff86b3
commit 7816417167
4 changed files with 16 additions and 3 deletions

14
NEWS
View File

@ -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

View 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

View 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) \

View 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