aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-07Note: Wrong author in previous commit 049b3d9.Werner Koch1-0/+4
-- Magit keeps the author and date from the last commit unless reset with a c-t. Time for Jim's git-log-fix.
2013-04-24Update helper scripts.Jedi8-493/+961
* compile, config.guess, config.rpath, config.sub, depcomp, * install-sh, mdate-sh, mkinstalldirs: Update to Feb 25 versions from gnulib.
2013-04-22Adjust git-log-fix for cherry-picked commits.Werner Koch1-2/+2
--
2012-06-25Fix generated ChangeLog entry.Werner Koch1-0/+7
-- Finally Jim's git-fix-log thingy comes handy.
2012-05-08Fix copyright years.Werner Koch1-2/+3
* scripts/git-log-footer: Add more years; we actually published the first code in 1997.
2012-03-27Update config.{sub,guess} to version 2012-02-10.Werner Koch2-34/+64
* scripts/config.guess, scripts/config.sub: Update.
2012-01-31Require an installed gitlog_to_changelog for make dist.Werner Koch1-351/+0
* scripts/gitlog-to-changelog: Remove. * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use it. Add set -e.
2012-01-20Do not copy default merge commit log entries into the ChangeLog.Werner Koch1-1/+7
* scripts/gitlog-to-changelog: Skip merge commits.
2011-12-02Generate the ChangeLog from commit logs.Werner Koch5-2/+497
* 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. * 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.
2011-07-22Update config.{guess,sub}.Werner Koch3-154/+184
2011-01-12First batch of translation updates.Werner Koch1-3/+1
2011-01-11Changed text templateWerner Koch1-6/+7
2011-01-11Update config.guess files.Werner Koch3-122/+147
2009-12-21A bunch of minor changesWerner Koch3-76/+160
2009-01-08Update spanish translation.Werner Koch1-0/+3
Cleanups. Allow utf-8 in email addresses.
2008-12-10fix a gpgconf default. Cosmetic changes.Werner Koch1-2/+7
2008-02-15Preparing a test releaseWerner Koch1-25/+77
2007-12-14Preparing a release candidate.gnupg-2.0.8rc1Werner Koch3-11/+23
2007-07-04Changed to GPLv3.Werner Koch8-72/+104
Removed intl/.
2007-05-07Upgraded gettext.Werner Koch8-731/+1350
Fixed accidental dependency on libgcrypt 1.3.0.
2007-05-04Updated to automake 1.10.Werner Koch2-2933/+4803
Use latest texinfo.tex. Typo and grammar fix.
2007-04-13g10/ and sm/Werner Koch2-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.
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch1-64/+130
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-06-20Updated FSF's address.Werner Koch2-2/+4
2006-04-03post release updatesWerner Koch2-1/+5
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch2-9/+15
2006-03-09Updatedgnupg-1.4.3rc2Werner Koch3-68/+108
2006-03-06Fixed problem with PGP2 style signatures and mutilple plaintext dataWerner Koch2-6/+11
2006-02-14about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch4-2/+7
2005-12-08Made strings translatable. Minor fixes.Werner Koch1-1/+1
2005-10-032005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-6/+4
* 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.
2005-08-22* gnupg.spec.in: Distribute gpg-zip.David Shaw2-0/+8
2005-07-26Preparing a releaseWerner Koch1-13/+5
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch9-288/+394
2005-04-23* gnupg.spec.in: No longer any need to override libexecdir. TheDavid Shaw2-1/+10
makefiles now calculate this correctly internally.
2005-04-05Typo fixesWerner Koch2-4/+4
2005-03-30* w32installer.nsi: Allow including of WINPT source. IncludeWerner Koch4-15/+112
libiconv source. * mk-w32-dist: Add code to detect presence of source. Calculate a build number; add option --build-number to overide.
2005-03-14* card-util.c (card_status): Use isotimestamp and not theWerner Koch2-0/+41
localized asctimestamp to match the timezone used in the key information. * miscutil.c (isotimestamp): New.
2005-03-14* cardglue.c (pin_cb): Disable debug output.Werner Koch3-23/+96
* mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries.
2005-03-07* primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch1-2/+3
Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though.
2005-02-17* gnupg.spec.in: Fix problem with storing the gpgkeys helpers inDavid Shaw2-3/+12
libexec, but calling them in libexec/gnupg.
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-24/+46
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
2005-02-16* w32installer.nsi: Added page to select the language.Werner Koch3-47/+167
* mk-w32-dist: Create the opt.ini using the available languages.
2005-02-03Last changes for W32RC-1-4-1rc1Werner Koch3-4/+20
2005-01-26* w32installer.nsi: Create a start menu entry and enhanced theWerner Koch4-23/+224
build environment. * mk-w32-dist: Add more support for above.
2005-01-20Minor changesWerner Koch1-0/+142
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch2-68/+132
initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY.
2005-01-17Same forWerner Koch2-3/+62
--without-included-regex.
2005-01-11* w32installer.nsi: New.Werner Koch3-7/+269
* mk-w32-dist: Append ".txt" to some files. Call makensis if available.
2004-12-21* autogen.sh: automake needs --add-missing for conditional CPPFLAGS buildDavid Shaw2-2/+7
in keyserver/Makefile.am.