aboutsummaryrefslogtreecommitdiffstats
path: root/po (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated the German translation. Minor doc changes.Werner Koch2009-08-132-48/+48
|
* Preparing for a release candidateWerner Koch2009-08-1329-20068/+23384
|
* fix bug#1085.Werner Koch2009-07-132-437/+442
|
* UpdateWerner Koch2009-06-172-639/+573
|
* Fix bug#1069.Werner Koch2009-06-022-504/+512
|
* fix bug #922Werner Koch2008-09-302-4/+7
|
* Update.Werner Koch2008-07-212-1618/+1784
|
* Typo fix by Ludwig Hügelschäfer.Werner Koch2008-06-232-3/+7
|
* Translation fixes.Werner Koch2008-05-262-19/+23
|
* add comment.Werner Koch2008-03-272-289/+526
| | | | | Minor update of zh_TW.
* Powerpc64 fix.Werner Koch2008-03-2528-5430/+5197
|
* UpdateWerner Koch2008-01-022-791/+994
|
* Preparing a releaseWerner Koch2007-12-203-1712/+2345
|
* Fixed a regression in gpg_dermor.gnupg-1.4.8rc2Werner Koch2007-12-1428-2775/+2779
|
* Preparing a release candidateWerner Koch2007-12-1429-10239/+10247
|
* Updated ZH po file.Werner Koch2007-12-122-1460/+1698
| | | | | | Allow de/encryption using legacy type 20 keys. Updated config.{sub,guess}
* Grammar fixWerner Koch2007-11-1928-84/+56
|
* Switched to GPLv3.Werner Koch2007-10-2331-36772/+36831
| | | | | Updated gettext.
* Improved detection of ketrings specified several times.Werner Koch2007-08-241-1/+1
|
* Add an extra warning for Camellia.Werner Koch2007-07-0928-3920/+3920
| | | | | | Minor W32 fix Address change.
* Preparing 1.4.7gnupg-1.4.7Werner Koch2007-03-0530-17711/+17765
|
* UpdatedWerner Koch2007-02-263-3463/+3323
|
* Installed revised translation.Werner Koch2006-12-222-3606/+2874
|
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-0627-9995/+10287
|
* Preparing an RCWerner Koch2006-11-2927-5751/+5751
|
* Post release updates.Werner Koch2006-08-0127-324/+324
|
* Fixed bug 479. Not a real good fix but a reliable one which limits possibleWerner Koch2006-07-3127-564/+900
| | | | | breakage of other partys of the code.
* Preparing a release candidategnupg-1.4.5rc1Werner Koch2006-07-283-0/+6022
|
* Fixed memory allocation bug and typos.Werner Koch2006-07-2627-2972/+2744
|
* Updated.Werner Koch2006-07-032-719/+849
|
* Ready for a releasegnupg-1.4.4Werner Koch2006-06-2526-13002/+13534
|
* About to do a new releaseWerner Koch2006-06-251-2/+2
|
* See ChangeLogWerner Koch2006-04-081-26/+24
|
* About to release 1.4.3gnupg-1.4.3Werner Koch2006-04-0326-9982/+10404
|
* keep on walking towards rc3Werner Koch2006-03-0926-15105/+15530
|
* More tests added; make distcheck worksWerner Koch2006-03-0726-7799/+7979
|
* about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch2006-02-1426-18732/+20512
|
* Finished PKA featureWerner Koch2005-12-2026-21173/+26069
|
* Yet another fix for the gpg.c renameWerner Koch2005-10-062-1/+5
|
* Renamed g10.c to gpg.cWerner Koch2005-10-0526-2530/+2660
| | | | Filelength fixes for W32.
* Converted all m_free to xfree etc.Werner Koch2005-07-2726-702/+937
|
* * passphrase.c (agent_get_passphrase): Make sure to release theWerner Koch2005-07-2627-14076/+13303
| | | | | | | | | saved codeset. (agent_open): Add arg ORIG_CODESET and switch back to it in case of error. Changed all callers. * zh_TW.po, fr.po, cs.po: Updated.
* Preparing a release candidateWerner Koch2005-06-2127-11112/+11888
|
* * gpg.sgml: Document smartcard related options.Werner Koch2005-06-202-34/+29
| | | | | | * g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
* *** empty log message ***RC-1-4-2rc1Werner Koch2005-05-311-1/+1
|
* * keydb.h [!ENABLE_AGENT_SUPPORT]: Define dummy types.Werner Koch2005-05-3126-6993/+6808
| | | | | | | | | | | | | * cardglue.c (assuan_strerror, assuan_transact): Dummy functions if not build with agent support. * zh_TW.po, zh_CN.po, es.po, ro.po: Updated. * tr.po: Updated from TP. Note: this is an exception in general translations from the Robot are not anymore accepted. * regcomp.c (MB_CUR_MAX) [_WIN32]: Define it only if not defined.
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-3127-36967/+38156
|
* Typo fixesWerner Koch2005-04-052-2/+7
|
* Preparing a releaseV1-4-1Werner Koch2005-03-1527-6040/+6057
|
* * primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch2005-03-071-360/+304
| | | | | | | | | | | | | | | | | | | 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.