Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-11-06 | autogen.sh: Do not use -c with chmod. | Werner Koch | 1 | -2/+2 | |
-- | |||||
2012-01-16 | Automate W32 installer building. | Werner Koch | 1 | -1/+1 | |
* doc/README.W32: Document new installer build procedure. * scripts/autogen.sh: Pass all args to the installer (regression fix). * scripts/conf-w32/README: Remove from repo. * scripts/conf-w32/bzip2-1.diff: Remove from repo. * scripts/mk-w32-dist: Rewrite. * scripts/w32installer.nsi [WITH_PATCHES]: Use constant patch file name. | |||||
2012-01-13 | Include bzip2 code to ease building for W32. | Werner Koch | 1 | -3/+2 | |
* bzlib/: Include bzip2 code. * configure.ac [W32]: Force use of included bzip2 code. * scripts/autogen.sh <--build-w32>: Do not pass --with-bzip option. * Makefile.am (SUBDIRS): Add bzip. Use it only under W32. -- In the past it happened that we forgot to build against bzip2 which is a standard feature these days. Having the source included makes sure that we will always build with bzip2 support. | |||||
2012-01-12 | Allow building with the 32 bit mingw-w64 toolchain. | Werner Koch | 1 | -1/+1 | |
* scripts/autogen.sh <--build-w32>: Support i686-w64-mingw32 and use it by default if installed. * keyserver/gpgkeys_ldap.c (my_ldap_start_tls_s): Define macro depending on compiler version. (main): Use new macro. * util/miscutil.c [!HAVE_TIMEGM]: Add prototype for the timegm autoconf replacement function. -- It seems that the LDAP keyserver helper build with the old mingw32 toolchain never worked correctly for LDAPS. The prototype there for ldap_start_tls_s is plainly wrong for Windows. Anyway I included special support so not to break building with the old compiler. | |||||
2012-01-10 | Update gitlog-to-changelog. | Werner Koch | 1 | -1/+1 | |
* scripts/gitlog-to-changelog: Update from gnupg master. * Makefile.am (gen-ChangeLog): Add new options. * scripts/autogen.sh: Fix typo in URL. Reported by Gilles Espinasse. | |||||
2011-12-02 | Generate the ChangeLog from commit logs. | Werner Koch | 1 | -0/+7 | |
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. | |||||
2011-02-23 | Don't link gpgv with libreadline | Werner Koch | 1 | -15/+38 | |
Also add a useful .gitignore file. | |||||
2009-09-05 | Make it easier to distribute bzip2 | Werner Koch | 1 | -0/+4 | |
2006-09-26 | Allow to build w/o curl. | Werner Koch | 1 | -24/+16 | |
2006-04-03 | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 1 | -9/+11 | |
2006-02-14 | about to release 1.4.3rc1gnupg-1.4.3rc1 | Werner Koch | 1 | -0/+1 | |
2005-10-03 | 2005-10-02 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -6/+0 | |
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS. scripts/ 2005-10-02 Marcus Brinkmann <[email protected]> * autogen.sh (DIE): Remove ugly hack for po dir suppression. | |||||
2004-12-21 | * autogen.sh: automake needs --add-missing for conditional CPPFLAGS build | David Shaw | 1 | -2/+2 | |
in keyserver/Makefile.am. | |||||
2004-12-07 | *** empty log message *** | Werner Koch | 1 | -1/+1 | |
2004-10-26 | Detect the Debian mingw32 package. | Werner Koch | 1 | -15/+25 | |
2004-10-01 | * mk-w32-dist: Updated from stable branch. | Werner Koch | 1 | -0/+2 | |
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded. | |||||
2004-07-27 | * configure.ac (AM_GNU_GETTEXT_VERSION): New. | Werner Koch | 1 | -63/+64 | |
(min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac. | |||||
2004-06-14 | * mk-w32-dist: Do not include the en@* po files. | Werner Koch | 1 | -1/+1 | |
* autogen.sh <--build-w32>: Build keyserver helpers again. | |||||
2004-05-22 | About to release 1.3.6 | Werner Koch | 1 | -1/+1 | |
2004-04-19 | 2004-04-02 Thomas Schwinge <[email protected]> | Marcus Brinkmann | 1 | -2/+2 | |
* autogen.sh: Added ACLOCAL_FLAGS. | |||||
2003-10-25 | Updated required versions and add -I m4 to aclocal. | Werner Koch | 1 | -7/+7 | |
2003-08-29 | * autogen.sh: Touch po/all for --build-w32. From Werner on stable branch. | David Shaw | 1 | -0/+5 | |
2003-04-08 | * autogen.sh: Add options to build for coldfire and uClinux. | Werner Koch | 1 | -1/+116 | |
2002-10-17 | * autogen.sh: Allow env variables to override the auto* tool | Werner Koch | 1 | -12/+15 | |
names. Suggested by Simon Josefsson. | |||||
2002-08-23 | Include intl/ in the CVS again; otherwise we are not able to | Werner Koch | 1 | -6/+3 | |
re-recreate a distribution from CVS. Some minor other fixes. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -27/+71 | |
2000-12-21 | Does now work with libgcrypt | Werner Koch | 1 | -17/+17 | |
1999-07-12 | See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |
1999-07-07 | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-05-22 | See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner Koch | Werner Koch | 1 | -2/+2 | |
1999-03-14 | See ChangeLog: Sun Mar 14 19:34:36 CET 1999 Werner Koch | Werner Koch | 1 | -0/+17 | |
1999-02-22 | See ChangeLog: Mon Feb 22 20:04:00 CET 1999 Werner Koch | Werner Koch | 1 | -7/+25 | |
1999-02-20 | See ChangeLog: Sat Feb 20 21:40:49 CET 1999 Werner Koch | Werner Koch | 1 | -4/+4 | |
1999-02-13 | See ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner Koch | Werner Koch | 1 | -3/+8 | |
1999-01-17 | See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner Koch | Werner Koch | 1 | -0/+12 | |
1998-10-21 | Epxerimenta support for GDBM keyings. | Werner Koch | 1 | -2/+10 | |
1998-10-18 | Snapshot release 0.4.2V0-4-2 | Werner Koch | 1 | -19/+17 | |
1998-10-17 | Removed some trash | Werner Koch | 1 | -0/+44 | |