mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Release version 0.5
This commit is contained in:
parent
db95ff86b3
commit
7816417167
14
NEWS
14
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
|
||||
|
@ -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
|
||||
|
@ -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) \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user