aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pkits
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkits')
-rw-r--r--tests/pkits/ChangeLog-2011 (renamed from tests/pkits/ChangeLog)11
-rw-r--r--tests/pkits/Makefile.am12
2 files changed, 15 insertions, 8 deletions
diff --git a/tests/pkits/ChangeLog b/tests/pkits/ChangeLog-2011
index 992d1dfbb..a98689e04 100644
--- a/tests/pkits/ChangeLog
+++ b/tests/pkits/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.
+
2009-03-03 Werner Koch <[email protected]>
* inittests (clean_files): Use /bin/pwd here as well.
@@ -11,11 +18,11 @@
2008-02-19 Werner Koch <[email protected]>
- * inittests: Unpack test data onlyu if available.
+ * inittests: Unpack test data onlyu if available.
* common.sh: Skip tests if PKITS test data is not available.
* Makefile.am: Do not distribute test data. This allows to
include the test suite in the distribution.
-
+
* signature-verification: New.
* validity-periods: New.
* verifying-name-chaining: New.
diff --git a/tests/pkits/Makefile.am b/tests/pkits/Makefile.am
index f59e5ec97..8098ad22b 100644
--- a/tests/pkits/Makefile.am
+++ b/tests/pkits/Makefile.am
@@ -1,18 +1,18 @@
# Makefile.am - tests using NIST's PKITS
# Copyright (C) 2004, 2008 Free Software Foundation, Inc.
-#
+#
# This file is part of GnuPG.
-#
+#
# GnuPG is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
-#
+#
# GnuPG 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 General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
@@ -43,8 +43,8 @@ testscripts = import-all-certs validate-all-certs \
private-certificate-extensions
-EXTRA_DIST = inittests runtest common.sh $(testscripts)
- import-all-certs.data
+EXTRA_DIST = inittests runtest common.sh $(testscripts) ChangeLog-2011 \
+ import-all-certs.data
TESTS = $(testscripts)