From 1c8255fd820ec8d6d11372475bacc7b3aa0985b1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 21 Mar 2017 16:28:51 +0100 Subject: Update readme files for release. --- NEWS | 4 ++-- README.md | 8 ++++---- TODO | 2 +- bootstrap.sh | 2 +- gen-authors.sh | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index e200fc0..085dc61 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,14 @@ #+TITLE: GNU Autoconf Archive NEWS -*- mode:org;fill-column:79; -*- #+STARTUP: showall # -# Copyright (c) 2016 Autoconf Archive Maintainers +# Copyright (c) 2017 Autoconf Archive Maintainers # # 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 2017.03.21 (2017-03-21) [stable] Obsolete macros AX_CXX_COMPILER_VENDOR, AX_GCC_LIBRARIES_DIR, AX_GCC_VERSION, and AX_HAVE_OPENGL have been removed from the archive. diff --git a/README.md b/README.md index ddfd4cc..843ca85 100644 --- a/README.md +++ b/README.md @@ -28,18 +28,18 @@ Downloads Here are the compressed sources: -- +- Here are the GPG detached signatures: -- +- 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-2016.09.16.tar.xz.sig + gpg --verify autoconf-archive-2017.03.21.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) 2016 Autoconf Archive Maintainers \<\> +Copyright (c) 2017 Autoconf Archive Maintainers \<\> 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 339933f..545ca38 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ #+TITLE: Autoconf Archive TODO -*- mode:org;fill-column:79; -*- # -# Copyright (c) 2016 Autoconf Archive Maintainers +# Copyright (c) 2017 Autoconf Archive Maintainers # # 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 69f9be6..62ad687 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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) 2016 Autoconf Archive Maintainers ' +echo > ChangeLog '# Copyright (c) 2017 Autoconf Archive Maintainers ' 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 fa78a1b..b76fcb3 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) 2016 Autoconf Archive Maintainers ' +echo '# Copyright (c) 2017 Autoconf Archive Maintainers ' 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' -- cgit v1.2.1