summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-03-04Release version 3.7.91Stef Walter1-1/+1
2013-03-04pkcs11: Remove the roots-store now provided by p11-kitStef Walter1-48/+0
This module is replaced by the p11-kit-trust module installed with p11-kit 0.16 and later.
2013-02-04Release version 3.7.5Stef Walter1-1/+1
2013-01-22Fix the build with automake 1.13Nuno Araujo1-1/+1
In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS. https://bugzilla.gnome.org/show_bug.cgi?id=692112
2012-11-21Release version 3.7.2Stef Walter1-1/+1
2012-10-22Release version 3.7.1Stef Walter1-1/+1
2012-10-22Remove libdbus version related ifdefStef Walter1-9/+1
* Just require dbus 1.1.1 or later.
2012-10-17Remove dependency on gtk+Stef Walter1-5/+0
* We depend on gcr which has a dependency on gtk+ but we don't need to depend on it expcilitly. * Remove unused egg-secure-buffer.[ch] code. https://bugzilla.gnome.org/show_bug.cgi?id=686035
2012-10-15Release version 3.6.1Stef Walter1-1/+1
2012-09-25Release version 3.6.0Stef Walter1-1/+1
2012-09-18Release version 3.5.92Stef Walter1-1/+1
2012-09-03Release 3.5.91Stef Walter1-1/+1
2012-08-20Release version 3.5.90Stef Walter1-1/+1
2012-08-06Release version 3.5.5Stef Walter1-1/+1
2012-07-24Rename the p11-kit module fileStef Walter1-1/+1
* p11-kit now wants module configs to end in .module See: https://bugs.freedesktop.org/show_bug.cgi?id=52158
2012-07-16Release version 3.5.4Stef Walter1-1/+1
* And fix various issues preventing 'make distcheck'
2012-07-16Convert from EggBytes to GBytesStef Walter1-1/+1
* We were using EggBytes while GBytes was not yet in a stable glib release
2012-06-25Release version 3.5.3Stef Walter1-2/+2
* And fix some tests
2012-04-30Typo GMODULE -> GLIB in AC_SUBSTJustin Lecher1-2/+2
It seems that during the code duplication the actual substition call wasn't changed to GMODULE. Signed-off-by: Justin Lecher <jlec@gentoo.org>
2012-04-16Bump version numberStef Walter1-1/+1
2012-03-30Better building of .desktop and .service filesStef Walter1-20/+0
2012-03-26Release version 3.4.0Stef Walter1-1/+1
2012-03-19Release version 3.3.92Stef Walter1-1/+1
2012-03-09Release 3.3.91Stef Walter1-1/+1
* Fix timer test
2012-02-09Use a single ca certificates file by defaultStef Walter1-21/+34
* Defaults to either /etc/pki/tls/certs/ca-bundle.crt or /etc/ssl/certs/ca-certificates.crt like glib-networking * Also like glib-networking a different file can be specified with --with-ca-certificates=/path/to/file * To disable root CA list, use --with-ca-certificates=no * As before a full directory of certificate files can still be specified with: --with-root-certs=/etc/ssl/certs
2012-02-04Release 3.3.5Stef Walter1-1/+1
2012-01-16Release version 3.3.4Stef Walter1-1/+1
2011-12-22daemon: Update for changes in gckStef Walter1-1/+1
* Remove the gck_builder_add_owned function
2011-12-21Changes in version 3.3.3.1 are:Stef Walter1-1/+1
* No message in gnome-keyring-pkcs11.so module, when no daemon running * Updated translations * Build fixes
2011-12-19Use GcrPrompt and GcrSystemPrompt for promptingStef Walter1-7/+3
* This is a dbus based prompting interface recently added to libgcr https://bugzilla.gnome.org/show_bug.cgi?id=656954
2011-12-15ui: Add and document interface for dbus based promptingStef Walter1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=656954
2011-12-08Bump version numberStef Walter1-1/+1
2011-12-08Update for GckBuilder changes in libgckStef Walter1-1/+1
* Updated for builder and immutable GckAttributes * Remove deprecated functions
2011-11-21Merge branch 'gnome-3-2'Stef Walter1-0/+1
2011-11-14Release version 3.2.2Stef Walter1-1/+1
* Disable requirement to distcheck without warnings, since glib has changed significantly.
2011-11-14Build correctly with glib 2.31Stef Walter1-0/+3
* Link to gthread correctly.
2011-11-06Replace flock by dot file locking.Werner Koch1-0/+8
flock as a couple of problems. For example it does not work reliable on remote file systems. In particular not with CIFS. It does also not work with FAT systems (i.e. vfat). A solution to this is to use a separate lock file and either use hardlinks or open(O_EXCL) to check for the existence of this file. For details see the remarks in dotlock.c. The implementation uses a portable implementation named dotlock.c which is in its basic form in use for more than a decade. It was recently enhanced to properly detect file systems without hardlink support and then fallback to a O_EXCL style locking. It has been tested on ext3, ufs, nfs, cifs and on vfat. To keep the changes simple the implementation creates and locks immediately and does not separate lock file template creation from actual locking. This can be improved by either using hacks in dotlock.c to re-use existing lock file templates or by integrating it closer into the gnome2-store. https://bugzilla.gnome.org/show_bug.cgi?id=657234
2011-10-26Bump version numberStef Walter1-1/+1
2011-10-26Release version 3.3.1.1Stef Walter1-1/+1
2011-10-26Build correctly with glib 2.31Stef Walter1-0/+3
* Link to gthread correctly.
2011-10-24Bump version numberStef Walter1-1/+1
2011-10-24Merge branch 'gnome-3-2'Stef Walter1-4/+11
2011-10-17Release version 3.2.1Stef Walter1-5/+12
2011-10-06Split Gcr and Gck libraries out of gnome-keyringStef Walter1-96/+19
2011-09-28gck: Fix introspection warnings and complete introspection annotationsStef Walter1-0/+3
https://bugzilla.gnome.org/show_bug.cgi?id=655651
2011-09-28Display configure status of introspectionStef Walter1-0/+1
2011-09-28gcr: add GObject introspection supportEvan Nemerson1-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=655651
2011-09-27gcr: Add icons for smart cardStef Walter1-0/+1
* Copy a bit of infrastructure from gnome-icon-theme https://bugzilla.gnome.org/show_bug.cgi?id=659951
2011-09-26gcr: Fix for more glib deprecationsStef Walter1-1/+1
2011-09-26Rework configure build options based on recent mailing list postsStef Walter1-88/+76
* --enable-strict to enable -Werror, fatal warnings and disable deprecations * --disable-debug to G_DISABLE_ASSERT * default debug for -g, WITH_DEBUG * --enable-debug to -OO