aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ChangeLog-2011 (renamed from tests/ChangeLog)26
-rw-r--r--tests/Makefile.am14
2 files changed, 24 insertions, 16 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog-2011
index 9c954896..596c2df3 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog-2011
@@ -1,3 +1,10 @@
+2011-12-02 Werner Koch <[email protected]>
+
+ NB: ChangeLog files are no longer manually maintained. Starting
+ on December 1st, 2011 we put change information only in the GIT
+ commit log, and generate a top-level ChangeLog file from logs at
+ "make dist". See doc/HACKING for details.
+
2011-05-11 Marcus Brinkmann <[email protected]>
* gpgsm/Makefile.am (DISTCLEANFILES): Move to ...
@@ -293,7 +300,7 @@
2004-08-17 Marcus Brinkmann <[email protected]>
* gpgsm/t-keylist.c (struct): Add new fields VALIDITY and
- KEY_LENGTH.
+ KEY_LENGTH.
(main): Use them.
* gpgsm/t-import.c (check_result): New argument total_stat.
(main): Pass this argument. Reduce number of total considered
@@ -320,11 +327,11 @@
Include config.h at the top of each C source. This is required
due to LFS support.
-
+
* gpg/t-keylist-sig.c (main): s/class/sig_class/.
* gpg/t-signers.c (check_result): Ditto.
* gpg/t-sign.c (check_result): Ditto.
- * gpg/t-encrypt-sign.c (check_result): Ditto.
+ * gpg/t-encrypt-sign.c (check_result): Ditto.
* gpgsm/t-sign.c (check_result): Ditto.
2004-01-12 Werner Koch <[email protected]>
@@ -443,7 +450,7 @@
* gpg/t-export.c (main): Likewise.
* gpgsm/t-encrypt.c (main): Likewise.
* gpgsm/t-export.c (main): Likewise.
-
+
2003-05-27 Marcus Brinkmann <[email protected]>
* gpg/Makefile.am (TESTS): Order t-keylist and t-keylist-sig after
@@ -546,7 +553,7 @@
* gpg/t-eventloop.c (main): Likewise.
* gpg/t-encrypt-sign.c (main): Likewise.
* gpgsm/t-encrypt.c (main): Likewise.
-
+
2002-12-24 Marcus Brinkmann <[email protected]>
* gpgsm/t-verify.c (main): Adjust caller of gpgme_op_verify.
@@ -602,7 +609,7 @@
* gpg/t-keylist.c (main): Test PATTERN for NULL before printing.
Reported by Dr. Stefan Dalibor <[email protected]>.
-
+
2002-08-01 Marcus Brinkmann <[email protected]>
* gpg/t-edit.c: Also add a test for the expire command (testing
@@ -898,11 +905,11 @@
2001-09-17 Werner Koch <[email protected]>
- * t-keylist.c (check_two_contexts): New.
+ * t-keylist.c (check_two_contexts): New.
2001-09-03 Werner Koch <[email protected]>
- * t-encrypt.c (print_op_info): New and use it after each operation..
+ * t-encrypt.c (print_op_info): New and use it after each operation.
2001-08-28 Werner Koch <[email protected]>
@@ -922,7 +929,8 @@
* tests/t-verify.c (print_sig_stat): Print info about the keys.
- Copyright 2001, 2004 g10 Code GmbH
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+ 2011 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2441e6f5..0ecdab21 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,19 +1,19 @@
# Makefile.am - Makefile for GPGME tests.
# Copyright (C) 2000 Werner Koch (dd9jn)
# Copyright (C) 2001, 2004 g10 Code GmbH
-#
+#
# This file is part of GPGME.
-#
+#
# GPGME is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 2.1 of the
# License, or (at your option) any later version.
-#
+#
# GPGME is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
# Public License for more details.
-#
+#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, see <http://www.gnu.org/licenses/>.
@@ -23,7 +23,7 @@ TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir)
TESTS = t-version t-data t-engine-info
-EXTRA_DIST = t-data-1.txt t-data-2.txt
+EXTRA_DIST = t-data-1.txt t-data-2.txt ChangeLog-2011
INCLUDES = -I$(top_builddir)/src
@@ -39,13 +39,13 @@ noinst_PROGRAMS = $(TESTS) run-keylist run-export run-import run-sign \
if RUN_GPG_TESTS
gpgtests = gpg
else
-gpgtests =
+gpgtests =
endif
if RUN_GPGSM_TESTS
gpgsmtests = gpgsm opassuan
else
-gpgsmtests =
+gpgsmtests =
endif
SUBDIRS = ${gpgtests} ${gpgsmtests}