summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release version 0.70.7Stef Walter2012-07-161-1/+1
|
* Release version 0.60.6Stef Walter2012-07-141-1/+1
|
* Bump the library major version numberStef Walter2012-07-131-1/+1
| | | | | | * We want to settle on 1 after first stable release * Since we're going to start patching projects we want this to have the pkg-config file be libsecret-1
* Document how to build with or use libsecretStef Walter2012-07-131-0/+1
|
* Split the pkg-config files, gir, and vapi into stable/unstableStef Walter2012-07-131-0/+1
| | | | | | | * C callers need to use libsecret-0 pkg-config file for stable and libsecret-unstable for unstable stuff. * Vala callers need to '--pkg libsecret-unstable' for unstable * GObject Introspection callers need to use the SecretUnstable package
* Rename the library subdirectory to libsecretStef Walter2012-07-131-4/+4
| | | | | | * Death by a thousand paper cuts from gir and vapi not liking the fact that the secret.h file was not usable uninstalled and installed in the same way.
* Bump version numberStef Walter2012-07-121-1/+1
|
* Add Vala bindings.Evan Nemerson2012-06-281-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=678846
* Bump the version numberStef Walter2012-06-271-1/+1
|
* Release version 0.30.3Stef Walter2012-06-251-1/+1
|
* Release 0.20.2Stef Walter2012-04-161-1/+1
|
* configure: Fix syntax errorKalev Lember2012-03-291-1/+1
| | | | checking build strict... ./configure: line 15065: =no: command not found
* Add secret-tool commandStef Walter2012-03-251-0/+1
| | | | * See usage for details on how to use it
* Reference documentationStef Walter2012-02-031-0/+6
|
* Build fixes for 'make distcheck'Stef Walter2012-02-031-28/+32
|
* Initial gobject-introspection supportStef Walter2012-02-031-0/+27
|
* Rename gsecret to libsecretStef Walter2012-02-031-3/+3
| | | | | * Fixes the namespacing capitalization issues run into with gobject-introspection and glib code tools
* Rework how the initialization work for various proxy objectsStef Walter2012-02-031-0/+2
| | | | * Fix bugs and tests
* Valgrind integration, refactor build processStef Walter2011-11-061-1/+2
| | | | | | | | * Cleanup secure memory allocator for valgrind. * Bring valgrind headers in. * Add lots of suppressions for glib, gdbus, gcrypt * Fix up a bunch of bugs where things weren't getting freed * Add new 'make check-memory' target
* Fix for deprecations in glib 2.31.0Stef Walter2011-11-061-2/+2
|
* Implement the Service.SearchPath() methodStef Walter2011-11-051-1/+4
|
* Add --enable-debug and --enable-coverage, egg tests etcStef Walter2011-09-251-14/+85
|
* Add dependency on libgcryptStef Walter2011-09-251-9/+65
| | | | | * This can be disabled using --disable-libgcrypt, which then disables encryption of secrets in transit to the secret service
* More Implementation of GSecretService session related code.Stef Walter2011-09-251-7/+9
|
* Initial module setup. Implement GSecretDataStef Walter2011-08-081-0/+79