2008-01-10 Marcus Brinkmann <marcus@g10code.de>
[gpgme.git] / tests / ChangeLog
index 5f36e003a8dcbe4e2542d85f4887ef6f48a595b2..3219aa787bf69b156d68634e5252b6d54a4cebc7 100644 (file)
@@ -1,5 +1,100 @@
+2008-01-10  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpg/pinentry: New file.
+       * gpg/Makefile.am (DISTCLEANFILES, all-local): Add gpg-agent.conf
+       (./gpg-agent.conf): New target.
+       (EXTRA_DIST): Add pinentry.
+
+       * gpg/t-gpgconf.c (main): Exit early if compiled without gpgconf.
+
+2008-01-04  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpg/Makefile.am (CLEANFILES): Add pubring.kbx and dirmngr.conf.
+
+       * Makefile.am (TESTS_ENVIRONMENT): Use absolute path for
+       GNUPGHOME.
+       * gpg/Makefile.am (TESTS_ENVIRONMENT): Use absolute path for
+       GNUPGHOME.
+       * gpgsm/Makefile.am (TESTS_ENVIRONMENT): Use absolute path for
+       GNUPGHOME.
+       * gpg/Makefile.am (TESTS): Add t-gpgconf.
+       t-gpgconf.c: New file.
+
+2007-11-23  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgsm/t-verify.c (show_auditlog): Check for GPG_ERR_ASS_UNKNOWN_CMD.
+
+2007-11-23  Werner Koch  <wk@g10code.com>
+
+       * gpgsm/t-verify.c (check_result): Don't exit on error but set a flag.
+       (main): Cosnult flag for return value.
+       (show_auditlog): New.
+       (main): Use it.
+
+2007-09-27  Marcus Brinkmann  <marcus@g10code.de>
+
+       * t-engine-info.c (check_engine_info): Fix debug output.
+       * gpg/Makefile.am (tests_unix): New variable.
+       (TESTS): Use it.
+       * gpg/t-support.h (passphrase_cb) [HAVE_W32_SYSTEM]: Use WriteFile instead of write.
+       * gpg/t-wait.c [HAVE_W32_SYSTEM]: Define sleep as _sleep.
+
+2007-09-14  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgsm/t-verify.c (main): Release TEXT and SIG.
+
+2007-07-12  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgsm/Makefile.am (key_id): Change := into =.
+
+2007-07-12  Werner Koch  <wk@g10code.com>
+
+       * gpgsm/t-support.h (init_gpgme) [W32]: Do not init the locales as
+       the constants are not available.
+
+2007-02-26  Werner Koch  <wk@g10code.com>
+
+       * gpg/t-verify.c (double_plaintext_sig): New.
+       (main): Check it.
+
+2006-12-02  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgsm/t-keylist.c (main): Skip unknown keys.  Newer versions of
+       GPGSM import more keys than older ones.
+
+2005-12-06  Werner Koch  <wk@g10code.com>
+
+       * gpg/t-keylist.c (main): Changed for that secondary keys now have
+       a fingerprint.
+       * gpg/t-keylist-sig.c (main): Ditto.
+       * gpgsm/t-keylist.c (main): Ditto.  The test used to be wrong.
+
+2005-10-18  Werner Koch  <wk@g10code.com>
+
+       * gpg/pubdemo.asc, gpg/secdemo.asc: Add 2 expired subkeys to
+       Whisky.
+       * gpg/t-keylist.c: Reordered list to match new demo keyring.  Add
+       arg for number of subkeys and for extra checking function.
+       (main): Enhanced a few error outputs.  Changed subkey
+       counting. Call extra checking fucntion.
+       (check_whisky): New.
+
+2005-10-07  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgsm/t-keylist.c (main): Allow for an email address as a second
+       uid.
+
+       * gpg/t-sig-notation.c: Change critical notation to something
+       GnuPG understands.
+
 2005-10-01  Marcus Brinkmann  <marcus@g10code.de>
 
+       * gpg/Makefile.am (EXTRA_DIST): Remove gpg.conf.
+       (DISTCLEANFILES): Add gpg.conf.
+       (all-local): Add gpg.conf.
+       (./gpg.conf): New target.
+       * gpg/gpg.conf: Remove file.
+
        * gpg/Makefile.am (EXTRA_DIST): Add gpg.conf.
 
        * gpg/Makefile.am (TESTS): Add t-sig-notation.