Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-02 | Rename all ChangeLog files to ChangeLog-2011. | Werner Koch | 1 | -0/+7 | |
* ChangeLog: New file. | |||||
2011-08-09 | Fixed some autoconf bit rot. | Werner Koch | 1 | -20/+24 | |
Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning. | |||||
2010-12-28 | Support a git revision number | Werner Koch | 1 | -0/+4 | |
2010-10-27 | Detect unsigned time_t and adjust y2038 detection. | Werner Koch | 1 | -0/+5 | |
2010-10-18 | Prepare for 1.4.11 | Werner Koch | 1 | -0/+4 | |
2010-10-10 | VMS fixes | Werner Koch | 1 | -0/+5 | |
2010-10-05 | Remove FAQ stuff | Werner Koch | 1 | -0/+4 | |
2010-09-28 | Minor changes to help the VMS port | Werner Koch | 1 | -0/+4 | |
2010-09-23 | "make distcheck" fix | Werner Koch | 1 | -0/+3 | |
2010-09-23 | Preparing a release candidate | Werner Koch | 1 | -0/+4 | |
2009-09-02 | Preparing 1.4.10. | Werner Koch | 1 | -0/+8 | |
2009-08-13 | Makefile tweak and de.po line number updategnupg-1.4.10rc1 | Werner Koch | 1 | -0/+3 | |
2009-08-13 | Updated the German translation. Minor doc changes. | Werner Koch | 1 | -0/+4 | |
2009-08-13 | * NEWS: Note Camellia and hkps. | David Shaw | 1 | -0/+4 | |
2009-07-21 | First set of changes to backport the new card code from 2.0. | Werner Koch | 1 | -0/+5 | |
For compatibility reasons a few new files had to be added. Also added estream-printf as this is now used in app-openpgp.c and provides a better and generic asprintf implementation than the hack we used for the W32 code in ttyio.c. Card code is not yet finished. | |||||
2009-06-05 | Remove Camellia restriction. | David Shaw | 1 | -0/+4 | |
2008-10-03 | * configure.ac, acinclude.m4: Remove GNUPG_CHECK_DOCBOOK_TO_TEXI as we | David Shaw | 1 | -0/+5 | |
no longer use it. Noted by John Clizbe. | |||||
2008-08-27 | * configure.ac: Use printf for the most portable SVN version | David Shaw | 1 | -0/+5 | |
detection. | |||||
2008-08-11 | Fix bug #947 (expire time overflow) | Werner Koch | 1 | -0/+4 | |
2008-04-30 | Ignore gpg2 introduced keywords for --auto-key-locate. | Werner Koch | 1 | -0/+4 | |
Minor W32 installer fix. | |||||
2008-03-31 | * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use | David Shaw | 1 | -0/+5 | |
curl_version_info(). | |||||
2008-03-26 | prepare a release.gnupg-1.4.9 | Werner Koch | 1 | -0/+4 | |
2008-03-25 | Fix email address | David Shaw | 1 | -1/+1 | |
2008-03-07 | * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't | David Shaw | 1 | -0/+5 | |
understand '-n'. Use tr to trim the carriage return instead. | |||||
2008-03-06 | * configure.ac: Post-release update. | David Shaw | 1 | -0/+4 | |
2007-12-20 | Typo fixgnupg-1.4.8 | Werner Koch | 1 | -1/+1 | |
2007-12-20 | Preparing a release | Werner Koch | 1 | -1/+5 | |
2007-12-17 | Fixd a W32 problems with ldaps. | Werner Koch | 1 | -0/+4 | |
2007-12-14 | Preparing a release candidate | Werner Koch | 1 | -0/+4 | |
2007-12-13 | * NEWS: Note SHA-224 typo. | David Shaw | 1 | -0/+4 | |
2007-11-18 | * NEWS: Say a bit more about RFC-4880. Note some defaults changing. | David Shaw | 1 | -0/+5 | |
2007-11-16 | Preparing a release candidategnupg-1.4.8rc1 | Werner Koch | 1 | -0/+4 | |
2007-10-27 | * README: Update notes about OSX Leopard. | David Shaw | 1 | -0/+4 | |
2007-10-23 | Switched to GPLv3. | Werner Koch | 1 | -0/+12 | |
Updated gettext. | |||||
2007-10-17 | * configure.ac: Change various help messages to use AC_HELP_STRING. | David Shaw | 1 | -0/+5 | |
2007-07-18 | * configure.ac: It seems that AM_GNU_GETTEXT doesn't like being run | David Shaw | 1 | -0/+6 | |
conditionally and it confuses the includes when doing later type checks. This is bug#810. | |||||
2007-07-09 | Add an extra warning for Camellia. | Werner Koch | 1 | -1/+1 | |
Minor W32 fix Address change. | |||||
2007-07-08 | * configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to do | David Shaw | 1 | -0/+6 | |
per-target builds (like we do in the keyserver dir), but exists in the currently-used 1.9.3 as well. | |||||
2007-06-13 | Add Camellia. Do not enable this if you are not doing interop | David Shaw | 1 | -0/+5 | |
testing. It is not (yet) legal OpenPGP, is not interop tested yet (obviously), and it's a great way to lose your data. Just don't do it. | |||||
2007-04-16 | util/ | Werner Koch | 1 | -0/+6 | |
* secmem.c (init_pool): Avoid assigning a negative value to a size_t. ./ * acinclude.m4: Fix last change. Make test self-conatined by checking for sysconf and getpagesize. Remove indentation for the sake of broken C-89 cpps. | |||||
2007-04-16 | Don't build shmtest unless we have shm. | David Shaw | 1 | -0/+2 | |
2007-04-16 | Use sysconf() when possible as not all platforms have getpagesize(). | David Shaw | 1 | -0/+7 | |
2007-04-15 | * configure.ac: QNX puts resolver functions in libsocket. From Sean | David Shaw | 1 | -0/+5 | |
Boudreau. | |||||
2007-03-05 | Preparing 1.4.7gnupg-1.4.7 | Werner Koch | 1 | -0/+8 | |
2006-12-21 | * configure.ac: Only check for libusb if we're building with card | David Shaw | 1 | -0/+5 | |
support. Noted by Gilles Espinasse. | |||||
2006-12-11 | Removed the use of g10defs.h. | Werner Koch | 1 | -0/+8 | |
This required some code cleanups and the introduction of a few accessor ducntions in mpi. | |||||
2006-12-08 | * configure.ac: AM_CONDITIONAL must not be used inside an if/then. | David Shaw | 1 | -0/+4 | |
2006-12-07 | / | Werner Koch | 1 | -0/+4 | |
* configure.ac: Remove GNUPG_DATADIR for non-W32 systems. g10/ * Makefile.am (AM_CPPFLAGS): Define GNUPG_DATADIR. * openfile.c (copy_options_file): Use log_info and not log_error to avoid error returns in case of a missing skeleton file. | |||||
2006-12-06 | Preparing a releasegnupg-1.4.6 | Werner Koch | 1 | -0/+9 | |
2006-12-03 | * NEWS: Note the CVE for bug#728, --s2k-count, --passphrase-repeat, | David Shaw | 1 | -0/+5 | |
and the OpenSSL exception. |