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