aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename all ChangeLog files to ChangeLog-2011.Werner Koch2011-12-021-2245/+12
| | | | * ChangeLog: New file.
* Fixed some autoconf bit rot.Werner Koch2011-08-091-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.
* Support a git revision numberWerner Koch2010-12-281-0/+4
|
* Detect unsigned time_t and adjust y2038 detection.Werner Koch2010-10-271-0/+5
|
* Prepare for 1.4.11Werner Koch2010-10-181-0/+4
|
* VMS fixesWerner Koch2010-10-101-0/+5
|
* Remove FAQ stuffWerner Koch2010-10-051-0/+4
|
* Minor changes to help the VMS portWerner Koch2010-09-281-0/+4
|
* "make distcheck" fixWerner Koch2010-09-231-0/+3
|
* Preparing a release candidateWerner Koch2010-09-231-0/+4
|
* Preparing 1.4.10.Werner Koch2009-09-021-0/+8
|
* Makefile tweak and de.po line number updategnupg-1.4.10rc1Werner Koch2009-08-131-0/+3
|
* Updated the German translation. Minor doc changes.Werner Koch2009-08-131-0/+4
|
* * NEWS: Note Camellia and hkps.David Shaw2009-08-131-0/+4
|
* First set of changes to backport the new card code from 2.0.Werner Koch2009-07-211-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.
* Remove Camellia restriction.David Shaw2009-06-051-0/+4
|
* * configure.ac, acinclude.m4: Remove GNUPG_CHECK_DOCBOOK_TO_TEXI as weDavid Shaw2008-10-031-0/+5
| | | | | no longer use it. Noted by John Clizbe.
* * configure.ac: Use printf for the most portable SVN versionDavid Shaw2008-08-271-0/+5
| | | | | detection.
* Fix bug #947 (expire time overflow)Werner Koch2008-08-111-0/+4
|
* Ignore gpg2 introduced keywords for --auto-key-locate.Werner Koch2008-04-301-0/+4
| | | | | Minor W32 installer fix.
* * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we useDavid Shaw2008-03-311-0/+5
| | | | | curl_version_info().
* prepare a release.gnupg-1.4.9Werner Koch2008-03-261-0/+4
|
* Fix email addressDavid Shaw2008-03-251-1/+1
|
* * configure.ac: Darwin's /bin/sh has a builtin echo that doesn'tDavid Shaw2008-03-071-0/+5
| | | | | understand '-n'. Use tr to trim the carriage return instead.
* * configure.ac: Post-release update.David Shaw2008-03-061-0/+4
|
* Typo fixgnupg-1.4.8Werner Koch2007-12-201-1/+1
|
* Preparing a releaseWerner Koch2007-12-201-1/+5
|
* Fixd a W32 problems with ldaps.Werner Koch2007-12-171-0/+4
|
* Preparing a release candidateWerner Koch2007-12-141-0/+4
|
* * NEWS: Note SHA-224 typo.David Shaw2007-12-131-0/+4
|
* * NEWS: Say a bit more about RFC-4880. Note some defaults changing.David Shaw2007-11-181-0/+5
|
* Preparing a release candidategnupg-1.4.8rc1Werner Koch2007-11-161-0/+4
|
* * README: Update notes about OSX Leopard.David Shaw2007-10-271-0/+4
|
* Switched to GPLv3.Werner Koch2007-10-231-0/+12
| | | | | Updated gettext.
* * configure.ac: Change various help messages to use AC_HELP_STRING.David Shaw2007-10-171-0/+5
|
* * configure.ac: It seems that AM_GNU_GETTEXT doesn't like being runDavid Shaw2007-07-181-0/+6
| | | | | | conditionally and it confuses the includes when doing later type checks. This is bug#810.
* Add an extra warning for Camellia.Werner Koch2007-07-091-1/+1
| | | | | | Minor W32 fix Address change.
* * configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to doDavid Shaw2007-07-081-0/+6
| | | | | | per-target builds (like we do in the keyserver dir), but exists in the currently-used 1.9.3 as well.
* Add Camellia. Do not enable this if you are not doing interopDavid Shaw2007-06-131-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.
* util/Werner Koch2007-04-161-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.
* Don't build shmtest unless we have shm.David Shaw2007-04-161-0/+2
|
* Use sysconf() when possible as not all platforms have getpagesize().David Shaw2007-04-161-0/+7
|
* * configure.ac: QNX puts resolver functions in libsocket. From SeanDavid Shaw2007-04-151-0/+5
| | | | | Boudreau.
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-051-0/+8
|
* * configure.ac: Only check for libusb if we're building with cardDavid Shaw2006-12-211-0/+5
| | | | | support. Noted by Gilles Espinasse.
* Removed the use of g10defs.h.Werner Koch2006-12-111-0/+8
| | | | | | This required some code cleanups and the introduction of a few accessor ducntions in mpi.
* * configure.ac: AM_CONDITIONAL must not be used inside an if/then.David Shaw2006-12-081-0/+4
|
* /Werner Koch2006-12-071-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.
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-061-0/+9
|
* * NEWS: Note the CVE for bug#728, --s2k-count, --passphrase-repeat,David Shaw2006-12-031-0/+5
| | | | | and the OpenSSL exception.