summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-13 20:19:11 +0100
committerPeter Simons <simons@cryp.to>2018-03-13 20:21:10 +0100
commitab7d6c3b2d2021802d846191939bd0e8bad93318 (patch)
treefa835561488eb7128bd3e6daad8d879f7aef5350
parent06a4043bea3ff31f81529fa78e5921aeadc986b5 (diff)
downloadautoconf-archive-2018.03.13.tar.gz
Update dates and version numbers for upcoming release.v2018.03.13
-rw-r--r--NEWS7
-rw-r--r--README.md8
-rw-r--r--TODO2
-rwxr-xr-xbootstrap.sh4
-rwxr-xr-xgen-authors.sh2
5 files changed, 13 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 538a12f..91a797a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,17 @@
#+TITLE: GNU Autoconf Archive NEWS -*- mode:org;fill-column:79; -*-
#+STARTUP: showall
#
-# Copyright (c) 2017 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2018 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-* Noteworthy changes in release ?.? (????-??-??) [?]
+* Noteworthy changes in release 2018.03.13 (2018-03-13) [stable]
+
+ The macros AX_R_PACKAGE and AX_PROG_DATE have been added. Many other macros
+ have received updates.
* Noteworthy changes in release 2017.09.28 (2017-09-28) [stable]
diff --git a/README.md b/README.md
index cbfd5aa..77cd488 100644
--- a/README.md
+++ b/README.md
@@ -28,18 +28,18 @@ Downloads
Here are the compressed sources:
-- <http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2017.09.28.tar.xz>
+- <http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2018.03.13.tar.xz>
Here are the GPG detached signatures:
-- <http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2017.09.28.tar.xz.sig>
+- <http://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2018.03.13.tar.xz.sig>
You can use either of the above signature files to verify that the
corresponding file (without the .sig suffix) is intact. First, be sure
to download both the .sig file and the corresponding tarball. Then, run
a command like this:
- gpg --verify autoconf-archive-2017.09.28.tar.xz.sig
+ gpg --verify autoconf-archive-2018.03.13.tar.xz.sig
If that command fails because you don't have the required public key,
then run this command to import it:
@@ -51,7 +51,7 @@ and rerun the `gpg --verify` command.
License
-------
-Copyright (c) 2017 Autoconf Archive Maintainers \<<autoconf-archive-maintainers@gnu.org>\>
+Copyright (c) 2018 Autoconf Archive Maintainers \<<autoconf-archive-maintainers@gnu.org>\>
The GNU Autoconf Archive is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published
diff --git a/TODO b/TODO
index 545ca38..4c915dd 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
#+TITLE: Autoconf Archive TODO -*- mode:org;fill-column:79; -*-
#
-# Copyright (c) 2017 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
+# Copyright (c) 2018 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice
diff --git a/bootstrap.sh b/bootstrap.sh
index 62ad687..72df194 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -13,7 +13,7 @@ else
fi
gnulib_modules="git-version-gen gitlog-to-changelog gnupload
- maintainer-makefile announce-gen gendocs fdl-1.3"
+ maintainer-makefile announce-gen gendocs fdl-1.3"
$gnulibtool --m4-base build-aux --source-base build-aux --import $gnulib_modules
@@ -33,7 +33,7 @@ sed -e 's/^sc_file_system:/disabled_sc_file_system:/' \
maint.mk > maint.mk.new
mv maint.mk.new maint.mk
-echo > ChangeLog '# Copyright (c) 2017 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo > ChangeLog '# Copyright (c) 2018 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
echo >>ChangeLog '#'
echo >>ChangeLog '# Copying and distribution of this file, with or without modification, are'
echo >>ChangeLog '# permitted in any medium without royalty provided the copyright notice and'
diff --git a/gen-authors.sh b/gen-authors.sh
index b76fcb3..5c30de3 100755
--- a/gen-authors.sh
+++ b/gen-authors.sh
@@ -7,7 +7,7 @@ trap 'rm -f AUTHORS-m4.tmp AUTHORS-git.tmp' 0
sed -n -e 's/# *Copyright (c) [0-9,-]* *//p' m4/*.m4 >AUTHORS-m4.tmp
git log | sed -n -e 's/^Author: *//p' >AUTHORS-git.tmp
-echo '# Copyright (c) 2017 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
+echo '# Copyright (c) 2018 Autoconf Archive Maintainers <autoconf-archive-maintainers@gnu.org>'
echo '#'
echo '# Copying and distribution of this file, with or without modification, are'
echo '# permitted in any medium without royalty provided the copyright notice and this'