Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename scripts/ to build-aux/ | Werner Koch | 2014-01-10 | 19 | -15693/+0 |
| | | | | | | * scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux. | ||||
* | Improve the speedo make script. | Werner Koch | 2014-01-09 | 4 | -316/+364 |
| | | | | | | | | | | | | | | * scripts/gpg-w32-dev/README: Remove * scripts/gpg-w32-dev/GNUmakefile, scripts/gpg-w32-dev/speedo.mk: Merge into .. * scripts/speedo.mk: this. -- Speedo may now be used to build from GIT or tarballs and has a couple of other improvements as well. For best results the autogen.sh files of all source package should be updated to the one used in gnupg. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Extend gitlog-to-changelog option --tear-off. | Werner Koch | 2012-01-25 | 1 | -4/+13 |
| | | | | | | | | | | -- It is now possible to suppress git log entries from being copied to the ChangeLog by using the option --tear-off and having a "--" line as the first line in the body (like this very log entry). Note that the GnuPG master branch is the canonical source for our version of the gitlog-to-changelog script. | ||||
* | Do not copy default merge commit log entries into the ChangeLog. | Werner Koch | 2012-01-20 | 1 | -1/+7 |
| | | | | * scripts/gitlog-to-changelog: Skip merge commits. | ||||
* | gitlog-to-changelog: New option --tear-off. | Werner Koch | 2011-12-12 | 1 | -6/+12 |
| | | | | | * scripts/gitlog-to-changelog: Add option --tear-off. * Makefile.am (gen-ChangeLog): Use that option. | ||||
* | Allow comments which will not show up in the ChangeLog | Werner Koch | 2011-12-07 | 1 | -0/+9 |
| | | | | | | | | | | * scripts/gitlog-to-changelog: Ignore lines after a "--" line. -- The first line with two dashes at the start of a line (optionally followed by white space) stops copying the commit log lines to the ChangeLog entry in "make dist". This is useful to allow adding comments to the log which are not useful in a ChangeLog. | ||||
* | Add hook to check the commit log syntax. | Werner Koch | 2011-12-01 | 1 | -0/+127 |
| | | | | * autogen.sh: Install commit-msg hook for git. | ||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-01 | 4 | -0/+373 |
| | | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011. | ||||
* | Make sure HOME et al have no unsafe characters. | Werner Koch | 2011-11-29 | 2 | -1/+21 |
| | |||||
* | Add build script to build all components in one run. | Werner Koch | 2011-11-28 | 2 | -0/+54 |
| | | | | | | | | Run this script in the parent directory of the working copies. It does a VPATH build in ~/tmp/gpg-tmp/b in the right order and installs everything below ~/tmp/gpg-tmp/. Based on a script by Jim Meyering. | ||||
* | Fix autoconf warnings and update config.* files. | Werner Koch | 2011-08-10 | 3 | -152/+182 |
| | |||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 2 | -6/+5 |
| | | | | | | | | 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. | ||||
* | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 2010-10-26 | 3 | -183/+288 |
| | |||||
* | Install the mo files on W32 platforms | Werner Koch | 2010-10-18 | 1 | -0/+64 |
| | |||||
* | Some work on porting dirmngr (unfinished) | Werner Koch | 2010-07-16 | 1 | -1/+1 |
| | | | | | Ported gpgtar to W32. | ||||
* | Add makefiles to build a w32 development package. | Werner Koch | 2010-06-11 | 3 | -0/+316 |
| | |||||
* | Update spanish translation. | Werner Koch | 2009-01-08 | 1 | -0/+3 |
| | | | | | | Cleanups. Allow utf-8 in email addresses. | ||||
* | fix a gpgconf default. Cosmetic changes. | Werner Koch | 2008-12-10 | 1 | -2/+7 |
| | |||||
* | Preparing a test release | Werner Koch | 2008-02-15 | 1 | -25/+77 |
| | |||||
* | Preparing a release candidate.gnupg-2.0.8rc1 | Werner Koch | 2007-12-14 | 3 | -11/+23 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 8 | -72/+104 |
| | | | | | Removed intl/. | ||||
* | Upgraded gettext. | Werner Koch | 2007-05-07 | 8 | -731/+1350 |
| | | | | | Fixed accidental dependency on libgcrypt 1.3.0. | ||||
* | Updated to automake 1.10. | Werner Koch | 2007-05-04 | 2 | -2933/+4803 |
| | | | | | | Use latest texinfo.tex. Typo and grammar fix. | ||||
* | g10/ and sm/ | Werner Koch | 2007-04-13 | 2 | -0/+83 |
| | | | | | | | | | | | | | | * 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. | ||||
* | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 2006-11-21 | 1 | -64/+130 |
| | | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 2 | -2/+4 |
| | |||||
* | Preparing a new release. Updated gettext | Werner Koch | 2004-09-30 | 4 | -570/+438 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2004-09-30 | 1 | -0/+377 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Added | Werner Koch | 2004-04-29 | 1 | -0/+107 |
| | |||||
* | Added files we better keep in the CVS | Werner Koch | 2003-12-09 | 7 | -330/+7242 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-12-09 | 2 | -0/+659 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-01-09 | 2 | -0/+2837 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 21 | -5708/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | * autogen.sh: Allow env variables to override the auto* tool | Werner Koch | 2002-10-17 | 2 | -14/+20 |
| | | | | | names. Suggested by Simon Josefsson. | ||||
* | Added tr and el rule. | Werner Koch | 2002-09-12 | 1 | -1/+3 |
| | |||||
* | fixed the test for a missing mail addressV1-2-1V1-2-0RC-1-2-2rc2RC-1-2-2rc1RC-1-2-1rc1 | Werner Koch | 2002-09-11 | 1 | -7/+3 |
| | |||||
* | * distfiles: Include mk-w32-dist. | Werner Koch | 2002-09-11 | 2 | -2/+4 |
| | |||||
* | About to release 1.1.92 | Werner Koch | 2002-09-11 | 1 | -2/+12 |
| | |||||
* | * mk-w32-dist: Convert the character sets on a per language base. | Werner Koch | 2002-09-11 | 2 | -1/+23 |
| | |||||
* | * mk-w32-dist: Include more man pages and gpg split. Changed name | Werner Koch | 2002-09-02 | 2 | -16/+32 |
| | | | | | of ZIP file to better indicate that this is a command line version. | ||||
* | Include intl/ in the CVS again; otherwise we are not able to | Werner Koch | 2002-08-23 | 3 | -6/+443 |
| | | | | | | re-recreate a distribution from CVS. Some minor other fixes. | ||||
* | tidying up RISC OS stuff | Stefan Bellon | 2002-08-06 | 3 | -49/+57 |
| | |||||
* | RISC OS changes because of dynload removal | Stefan Bellon | 2002-08-03 | 3 | -72/+1 |
| | |||||
* | RISC OS changes due to dynload removal | Stefan Bellon | 2002-08-03 | 4 | -9/+24 |
| | |||||
* | * gnupgbug: "Warning" -> "WARNING" | David Shaw | 2002-07-25 | 2 | -3/+7 |
| | |||||
* | typo fix | Werner Koch | 2002-07-01 | 1 | -1/+1 |
| | |||||
* | * mk-gpg-texi: New. | Werner Koch | 2002-07-01 | 3 | -0/+51 |
| | |||||
* | * mk-w32-dist (bindir): Fixes vor VPATH builds in a subdir, | Werner Koch | 2002-06-30 | 2 | -8/+19 |
| | | | | | include gpgv. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 23 | -786/+2858 |
| | |||||
* | Does now work with libgcrypt | Werner Koch | 2000-12-21 | 1 | -17/+17 |
| |