Clean up the tests correctly.
[gpgme.git] / tests / ChangeLog
index 0dd8eadb1d33638d182ee0f2928f25100dfb914c..9c954896380d8b1c05bea5b454feba9425ad7d12 100644 (file)
@@ -1,3 +1,52 @@
+2011-05-11  Marcus Brinkmann  <marcus@g10code.com>
+
+       * gpgsm/Makefile.am (DISTCLEANFILES): Move to ...
+       (CLEANFILES): ... here.
+       (clean-local): New rule.
+       * gpg/Makefile.am (DISTCLEANFILES): Move to ...
+       (CLEANFILES): ... here.
+
+2011-05-05  Marcus Brinkmann  <marcus@g10code.com>
+
+       * gpg/Makefile.am: Unset GPG_AGENT_INFO when setting up local
+       configuration.
+       (clean-local): Shut down local gpg-agent.
+
+2011-05-04  Marcus Brinkmann  <marcus@g10code.com>
+
+       * gpg/t-import.c (check_result): Complete secret key pair counting
+       and disable status check, as GPG 2.1 currently emits two IMPORT_OK
+       lines and we only look at the first.
+
+2011-04-27  Marcus Brinkmann  <marcus@g10code.com>
+
+       * gpg/Makefile.am (DISTCLEANFILES): Add S.gpg-agent.
+       (mkdemodirs, ./Alpha/Secret.gpg): Remove targets.
+       (GNUPGHOME): Export as absolute build directory (for gpg-agent).
+       (./pubring.gpg): Remove --homedir option, import secdemo.asc.
+       (clean-local): Rewrite.
+       * gpg/secdemo.asc: New file.
+       * gpg/pubkey-1.asc, gpg/seckey-1.asc: Change passphrase to
+       "abc" (now needed as GnuPG 2.1 asks for secret key passphrase on
+       import).
+       * gpg/t-keylist.c (keys): Update key info for Joe Random Hacker.
+       (main): Disable check for can_encrypt, as this is now in a
+       different subkey.
+       * gpg/t-encrypt-sign.c (check_result): Allow RMD160 hash
+       algorithm.
+       * gpg/t-import.c (check_result): One secret key pair now counts as
+       two secret keys, allow that.
+
+2009-11-03  Werner Koch  <wk@g10code.com>
+
+       * run-support.h (fail_if_err): Include program name.
+
+       * run-sign.c (main): Add option --uiserver.
+
+2009-10-26  Marcus Brinkmann  <marcus@g10code.de>
+
+       * opassuan/t-command.c: Update to new interface.
+
 2009-10-15  Werner Koch  <wk@g10code.com>
 
        * run-verify.c: New.