summaryrefslogtreecommitdiffstats
path: root/README.maint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Update README.maint.Werner Koch2014-11-051-9/+5
| | | | | -- Also fixed some typos.
* Switch to the new automagic beta numbering scheme.Werner Koch2012-05-111-4/+5
| | | | | | | | | | * configure.ac: Add all the require m4 magic. -- This also removes the hack to allow custom version numbers which are not considered a development version. A custom version number can be done anyway by simply setting the version to it and tag the release with it.
* Update the maintenance instructions.Werner Koch2012-03-271-10/+35
| | | | --
* Prepare for the beta3 release.Werner Koch2011-12-201-1/+1
|
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-7/+3
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* Adjust maintainer instructionsWerner Koch2011-01-031-8/+3
|
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-0/+1
| | | | | | A couple of forward ported changes. Doc updates.
* Add dummu option --passwd for gpg.Werner Koch2010-01-081-1/+1
| | | | | Collected changes.
* Avoid catch-22 with README.main not being distributed but having thegnupg-2.0.13Werner Koch2009-09-041-1/+2
| | | | | project-id marker string.
* Add a gotcha section after trapped again.Werner Koch2009-09-041-0/+12
|
* 2009-08-20 Daiki Ueno <ueno@unixuser.org>Werner Koch2009-08-201-1/+2
| | | | | | | | | * mainproc.c (proc_encrypted): Clear passphrase cached with S2K cache ID if decryption failed. * passphrase.c (passphrase_to_dek_ext): Set dek->s2k_cacheid. * gpgv.c (passphrase_clear_cache): New stub.
* Reworked the estream memory buffer allocation.Werner Koch2009-06-291-0/+1
| | | | | Committed already posted patches for the v2 card.
* New scd getinfo subcommand deny_adminWerner Koch2009-02-121-1/+2
|
* Preparing a release.gnupg-2.0.8Werner Koch2007-12-201-2/+2
|
* Preparing 2.0.7gnupg-2.0.7Werner Koch2007-09-101-2/+2
|
* Updated estream.Werner Koch2007-08-221-1/+1
| | | | | More changes for Windows.
* About to do a releasegnupg-2.0.6Werner Koch2007-08-161-1/+1
|
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-3/+5
|
* g10/ and sm/Werner Koch2007-04-131-0/+11
| | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
* Add new SVN only file README.maintWerner Koch2007-02-261-0/+42
doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.