Kévin THIERRY [Tue, 23 Dec 2014 12:35:29 +0000 (13:35 +0100)]
Use upstream tag
Bug-Tizen: TC-2236 (related)
Change-Id: I68fca9f43cc2b62a863f93b68ceee97abdab16e1
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Kévin THIERRY [Tue, 23 Dec 2014 12:33:49 +0000 (13:33 +0100)]
Bump to version 0.18
Bug-Tizen: TC-2236
Change-Id: Idc86f059ea75249a3a253f6f025dca7d45e9d187
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Philippe Coval [Thu, 18 Dec 2014 16:22:48 +0000 (17:22 +0100)]
packaging: depend on the same release
Change-Id: I7e1a0d9bf0cce84a34176d49ecc88d41717bc77a
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Jean-Benoit MARTIN [Mon, 25 Mar 2013 10:18:30 +0000 (11:18 +0100)]
Changes: Bump to 0.15
Philippe Coval [Mon, 18 Mar 2013 12:03:06 +0000 (13:03 +0100)]
Bump to 0.15
Philippe Coval [Tue, 5 Mar 2013 14:46:18 +0000 (15:46 +0100)]
changes: Bump to 0.14
Philippe Coval [Tue, 5 Mar 2013 14:39:26 +0000 (15:39 +0100)]
Bump to 0.14
Jean-Benoit MARTIN [Fri, 8 Feb 2013 14:30:42 +0000 (15:30 +0100)]
Changes : Bump to 0.13
Jean-Benoit MARTIN [Fri, 8 Feb 2013 10:55:48 +0000 (11:55 +0100)]
packaging/libsecret.spec
Philippe Coval [Thu, 3 Jan 2013 15:23:39 +0000 (16:23 +0100)]
merge devel to master
Jean-Benoit MARTIN [Tue, 18 Dec 2012 17:26:20 +0000 (18:26 +0100)]
add changelogs
Jean-Benoit MARTIN [Tue, 18 Dec 2012 16:00:45 +0000 (17:00 +0100)]
Remove doc and add %autogen macros
Philippe Coval [Tue, 18 Dec 2012 15:07:25 +0000 (16:07 +0100)]
Bump version to 0.12
Chris E Ferron [Thu, 8 Nov 2012 18:47:29 +0000 (10:47 -0800)]
Inital Packaging on 0.10
Stef Walter [Thu, 6 Mar 2014 20:38:52 +0000 (21:38 +0100)]
Release version 0.18
Stef Walter [Thu, 6 Mar 2014 11:50:46 +0000 (12:50 +0100)]
tap-gtester: Set a standard environment variable for test harness
Lets tests know whether they're running under an automated
testing harness.
Stef Walter [Thu, 6 Mar 2014 11:48:48 +0000 (12:48 +0100)]
Makefile.am: Don't build tests during normal builds
This makes things build faster, and also fixes issues
I can't reproduce with vala and gir.
https://bugzilla.gnome.org/show_bug.cgi?id=725690
Stef Walter [Wed, 5 Mar 2014 11:30:58 +0000 (12:30 +0100)]
Makefile.am: Fix make distcheck again
Stef Walter [Wed, 5 Mar 2014 10:54:11 +0000 (11:54 +0100)]
libsecret: Fix uninitialized access in _secret_attributes_validate()
Stef Walter [Wed, 5 Mar 2014 10:53:51 +0000 (11:53 +0100)]
glib.supp: Add valgrind suppression of uninitiaziled sigaction
Stef Walter [Wed, 5 Mar 2014 10:39:42 +0000 (11:39 +0100)]
Makefile.am: Add check-memory target for valgrind testing
Update the test-driver to accomodate this and figure out
how best to implement this.
Fix up 'make recheck' as well.
Stef Walter [Wed, 5 Mar 2014 09:12:00 +0000 (10:12 +0100)]
test-driver: Use a single driver which supports both tap and simple
Rename our GTest tap compiler so it's clearer what's going on.
Stef Walter [Tue, 4 Mar 2014 22:42:42 +0000 (23:42 +0100)]
Makefile.am: Look in $builddir for headers when building vala tests
Stef Walter [Tue, 4 Mar 2014 21:22:10 +0000 (22:22 +0100)]
Makefile.am: Fix typo in last commit
Stef Walter [Tue, 4 Mar 2014 20:55:07 +0000 (21:55 +0100)]
Makefile.am: Add dependencies on vapis from vala tests
Stef Walter [Tue, 4 Mar 2014 20:23:58 +0000 (21:23 +0100)]
Makefile.am: Get the dependencies of libsecret-testable.so right
Stef Walter [Tue, 4 Mar 2014 19:48:18 +0000 (20:48 +0100)]
Makefile.am Fix build of vala tests
valac is very hard to make happy
Stef Walter [Tue, 4 Mar 2014 20:00:02 +0000 (21:00 +0100)]
Makefile.am: Quiet down one last rule
Stef Walter [Tue, 4 Mar 2014 13:15:43 +0000 (14:15 +0100)]
libsecret: Fix documentation typos
Stef Walter [Mon, 3 Mar 2014 15:07:36 +0000 (16:07 +0100)]
libsecret: Add secret_service_encode_dbus_secret() and opposite
Add secret_service_encode_dbus_secret() and
secret_service_decode_dbus_secret() functions for encoding
and decoding the Secret Service API DBus structs that carry
secrets on the wire.
These are not added to the stable or scripting APIs.
Stef Walter [Tue, 4 Mar 2014 12:02:36 +0000 (13:02 +0100)]
configure.ac: Bump version number
Stef Walter [Tue, 4 Mar 2014 07:20:53 +0000 (08:20 +0100)]
Makefile.am: Use a single Makefile.am and parallel tests
Allow parallel building and testing by using a single Makefile.am
Implement parallel testing using TAP, with various drivers and
compilers living in the build/ directory.
Fix all sorts of issues that this caused, including builddir != srcdir,
leaks in tests and so on.
It would have been nice to break out all the above into separate
commits ... blush.
Daniel Mustieles [Thu, 23 Jan 2014 12:00:05 +0000 (13:00 +0100)]
Updated FSF's address
Stef Walter [Mon, 13 Jan 2014 08:26:57 +0000 (09:26 +0100)]
Update doc online location to stable url.
Stef Walter [Sat, 4 Jan 2014 10:17:18 +0000 (11:17 +0100)]
Remove unstable vapi
Just use the main vapi, and expect people to define the relevant
SECRET_WITH_UNSTABLE preprocessor macro.
https://bugzilla.gnome.org/show_bug.cgi?id=721429
Ryan Lortie [Wed, 11 Dec 2013 14:51:00 +0000 (09:51 -0500)]
libsecret: more sed portability changes
As per POSIX, a '\' and a newline is expected after the 'i' command.
https://bugzilla.gnome.org/show_bug.cgi?id=720087
Matthias Clasen [Wed, 11 Dec 2013 11:18:51 +0000 (06:18 -0500)]
Fix the build
Without this change, the build ends with
https://bugzilla.gnome.org/show_bug.cgi?id=720244
Stef Walter [Wed, 11 Dec 2013 09:45:25 +0000 (10:45 +0100)]
Bump version number
Stef Walter [Wed, 11 Dec 2013 09:32:25 +0000 (10:32 +0100)]
Mark most of unstable API as stable
This is with the exception of the 'path' functions.
Stef Walter [Wed, 11 Dec 2013 09:54:40 +0000 (10:54 +0100)]
secret-prompt: Use string window ids
This is more portable and exposes what's actually in the Secret
Service API. This change was made before going stable with the
prompting functions.
Stef Walter [Wed, 11 Dec 2013 09:12:23 +0000 (10:12 +0100)]
tests: Fix up the javascript and python tests
Stef Walter [Wed, 11 Dec 2013 09:11:58 +0000 (10:11 +0100)]
tests: Stop when either the javascript or python tests fail
Stef Walter [Wed, 11 Dec 2013 09:11:30 +0000 (10:11 +0100)]
configure: No need for GTK or GTK compile flags
Stef Walter [Wed, 11 Dec 2013 09:11:01 +0000 (10:11 +0100)]
configure: Bump glib version
And cleanup how we list our version dependencies, required and optional
Stef Walter [Wed, 11 Dec 2013 08:42:01 +0000 (09:42 +0100)]
test-attributes: Remove deprecated use of g_test_trap_fork()
Stef Walter [Wed, 11 Dec 2013 08:41:27 +0000 (09:41 +0100)]
libsecret: Don't use non-portable sed -i shell command
https://bugzilla.gnome.org/show_bug.cgi?id=720087
Stef Walter [Thu, 17 Oct 2013 06:59:55 +0000 (08:59 +0200)]
Fix documentation warnings
Daniel Korostil [Mon, 4 Nov 2013 21:02:59 +0000 (23:02 +0200)]
Added uk translation
Dimitris Spingos [Wed, 30 Oct 2013 06:00:11 +0000 (08:00 +0200)]
Added Greek translation
Carles Ferrando [Sun, 13 Oct 2013 19:53:42 +0000 (21:53 +0200)]
[l10n] Added Catalan (Valencian) translation
Gil Forcada [Sun, 13 Oct 2013 19:53:38 +0000 (21:53 +0200)]
[l10n] Updated Catalan translation
Anish A [Fri, 11 Oct 2013 16:31:10 +0000 (22:01 +0530)]
Updated Malayalam Translation
Victor Ibragimov [Thu, 10 Oct 2013 11:47:22 +0000 (16:47 +0500)]
Tajik translation added
Kristjan SCHMIDT [Wed, 9 Oct 2013 18:03:37 +0000 (20:03 +0200)]
Add Esperanto translation
eternalhui [Wed, 9 Oct 2013 07:16:50 +0000 (15:16 +0800)]
add Simplified Chinese (zh_CN) translation
Ikey Doherty [Wed, 4 Sep 2013 12:00:29 +0000 (13:00 +0100)]
autotools: Fix the manpages flag in configure.ac
Running ./configure --disable-man-pages is invalid, despite being
reported as valid by the configure script. The actual flag should
be --disable-manpages. This commit corrects this behaviour.
https://bugzilla.gnome.org/show_bug.cgi?id=707452
Fernando Carvalho [Wed, 18 Sep 2013 23:19:37 +0000 (00:19 +0100)]
Updated Portuguese translation
Fernando Carvalho [Wed, 18 Sep 2013 23:04:40 +0000 (00:04 +0100)]
Updated Portuguese translation
Reinout van Schouwen [Wed, 18 Sep 2013 21:12:47 +0000 (23:12 +0200)]
Initial Dutch translation
Daniel Martinez [Wed, 18 Sep 2013 15:49:24 +0000 (17:49 +0200)]
Added Aragonese translation
A S Alam [Wed, 18 Sep 2013 02:55:02 +0000 (21:55 -0500)]
Punjabi Translation updated by Aman
Ihar Hrachyshka [Tue, 17 Sep 2013 19:56:05 +0000 (22:56 +0300)]
Added Belarusian translation.
Changwoo Ryu [Sat, 14 Sep 2013 13:21:58 +0000 (22:21 +0900)]
Added Korean translation
Nilamdyuti Goswami [Fri, 13 Sep 2013 13:06:58 +0000 (18:36 +0530)]
Assamese translation updated
Nilamdyuti Goswami [Fri, 13 Sep 2013 13:06:27 +0000 (18:36 +0530)]
Added Assamese to LINGUAS
Piotr Drąg [Thu, 12 Sep 2013 17:51:59 +0000 (19:51 +0200)]
Fix D-Bus spelling in the .doap file
Rūdolfs Mazurs [Thu, 12 Sep 2013 17:01:03 +0000 (20:01 +0300)]
Added Latvian translation
Stef Walter [Mon, 26 Aug 2013 15:42:16 +0000 (17:42 +0200)]
Release version 0.16
Claude Paroz [Sun, 25 Aug 2013 20:14:30 +0000 (22:14 +0200)]
Added French translation
Kjartan Maraas [Thu, 22 Aug 2013 14:07:29 +0000 (16:07 +0200)]
Updated Norwegian bokmål translation
A S Alam [Tue, 20 Aug 2013 17:35:16 +0000 (12:35 -0500)]
update LINGUAS file for Punjabi (pa) locale
Fabio Tomat [Tue, 20 Aug 2013 12:22:48 +0000 (14:22 +0200)]
Added Friulian translation
Fabio Tomat [Tue, 20 Aug 2013 12:22:44 +0000 (14:22 +0200)]
Added Friulian translation
Christian Kirbach [Thu, 15 Aug 2013 21:01:49 +0000 (23:01 +0200)]
Added German translation
Stef Walter [Thu, 15 Aug 2013 08:02:21 +0000 (10:02 +0200)]
More reliable means of checking if object was finalized
Don't try to use G_IS_OBJECT() to see if an object was finalized
as this segfaults in corner cases, even with our crafty check
for a pointer within our memory space.
https://bugzilla.gnome.org/show_bug.cgi?id=705202
Stef Walter [Wed, 7 Aug 2013 19:08:26 +0000 (21:08 +0200)]
Clarify documentation for secret_service_clear_xxx()
https://bugzilla.gnome.org/show_bug.cgi?id=705629
Kris Thomsen [Mon, 5 Aug 2013 11:00:30 +0000 (13:00 +0200)]
Updated Danish translation
Kenneth Nielsen [Mon, 5 Aug 2013 11:00:30 +0000 (13:00 +0200)]
Added da to list of languages
Yaron Shahrabani [Wed, 31 Jul 2013 14:30:00 +0000 (17:30 +0300)]
Added Hebrew translation.
Chao-Hsiung Liao [Thu, 25 Jul 2013 13:25:11 +0000 (21:25 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Sat, 20 Jul 2013 12:08:16 +0000 (20:08 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Stef Walter [Mon, 15 Jul 2013 11:54:08 +0000 (13:54 +0200)]
Allow building with automake 1.14
Tested by Carlos Soriano
https://bugzilla.gnome.org/show_bug.cgi?id=704233
Pavol Klačanský [Sun, 14 Jul 2013 15:52:18 +0000 (17:52 +0200)]
Updated slovak translation
Andika Triwidada [Thu, 4 Jul 2013 05:33:38 +0000 (12:33 +0700)]
Added Indonesian translation
Stef Walter [Fri, 21 Jun 2013 10:51:54 +0000 (12:51 +0200)]
Use AM_CPPFLAGS instead of INCLUDES
automake 1.13 deprecates the latter
Stef Walter [Fri, 21 Jun 2013 10:46:04 +0000 (12:46 +0200)]
Bump version number
So that other projects can depend on the changes in recent commits.
Stef Walter [Fri, 21 Jun 2013 10:40:40 +0000 (12:40 +0200)]
Pass return_type to prompt async begin functions, rather than finish
Much like g_dbus_connection_call() we now pass our return_type value
when starting the async operation. This unbreaks vala and various
other bindings that make assumptions about the form of xxx_finish()
async calls.
This is an API/API break, but its to the portion of the library
marked as unstable. Only used by seahorse (in jhbuild) and updated
usage there.
Stef Walter [Fri, 21 Jun 2013 10:35:54 +0000 (12:35 +0200)]
Simpler way to use custom service/collection/item types
The previous way of setting collection_gtype and item_gtype
on SecretServiceClass was not very bindings friendly. Instead
allow per instance virtual functions to return the GTypes.
Stef Walter [Fri, 21 Jun 2013 08:34:56 +0000 (10:34 +0200)]
collection: Have gobject-introspection and glib-mkenums recognize flags
Recognize flags correctly by putting << in their enum values. This
is pretty ugly and I wish there was an annotation.
Stef Walter [Fri, 21 Jun 2013 08:05:08 +0000 (10:05 +0200)]
service: Rename secret_service_new() and friends to open()
The _new() suffix confuses vala and gobject introspection thinking
that it's a constructor, and there's no way to tell it otherwise. And
things really get messy because they're async functions.
So while we're still unstable, rename these functions to
secret_service_open() secret_service_open_sync() and
secret_service_open_finish().
This is an API/API break, but its to the portion of the library
marked as unstable. Only used by seahorse (in jhbuild) and updated
usage there.
Stef Walter [Thu, 20 Jun 2013 10:11:27 +0000 (12:11 +0200)]
Add secret_value_get_text() function to return NULL terminated secret
Jiří Klimeš [Mon, 15 Apr 2013 07:38:04 +0000 (09:38 +0200)]
Fix return types in secret_service_search_finish() on error paths
Signed-off-by: Jiří Klimeš <jklimes@redhat.com>
https://bugzilla.gnome.org/show_bug.cgi?id=698040
Pavol Klačanský [Mon, 17 Jun 2013 17:32:44 +0000 (19:32 +0200)]
Updated slovak translation
Pavol Klačanský [Mon, 17 Jun 2013 17:30:57 +0000 (19:30 +0200)]
Updated slovak translation
Aurimas Černius [Sun, 9 Jun 2013 20:30:29 +0000 (23:30 +0300)]
Added Lithuanian translation
Kjartan Maraas [Sun, 2 Jun 2013 00:21:43 +0000 (02:21 +0200)]
Updated Norwegian bokmål translation
Kjartan Maraas [Sun, 2 Jun 2013 00:21:40 +0000 (02:21 +0200)]
Add nb
Fran Diéguez [Sat, 1 Jun 2013 22:02:54 +0000 (00:02 +0200)]
Updated Galician translations
Marek Černocký [Mon, 18 Mar 2013 20:06:34 +0000 (21:06 +0100)]
Updated Czech translation
Stef Walter [Mon, 18 Mar 2013 07:08:08 +0000 (08:08 +0100)]
Release version 0.15