From 876ba431b0637fea9cc7af78e4efebf8fa8b8c65 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Sat, 21 Aug 2021 17:22:53 +0100 Subject: [PATCH] Another update to .gitignore. Put some temporary wording in documentation about the infrastructure move. --- .gitignore | 1 + README | 8 ++++++++ doc/html/README.txt | 8 ++++++++ maint/README | 7 +++++++ 4 files changed, 24 insertions(+) diff --git a/.gitignore b/.gitignore index d9f4a23..c7e2af2 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ pcre2test test-driver test-suite.log +m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 diff --git a/README b/README index d1a3120..8afe86c 100644 --- a/README +++ b/README @@ -8,6 +8,11 @@ features, and the internals have been improved. The original PCRE1 library is now obsolete and should not be used in new projects. The latest release of PCRE2 is available in three alternative formats from: +============================================================================= +This information is still current (21 August 2021), but the PCRE2 project is in +the process of moving to different infrastructure, so in the near future there +will be new URLs here. The mailing list will also change. + https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.gz https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.bz2 https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.zip @@ -18,6 +23,9 @@ subscription here: https://lists.exim.org/mailman/listinfo/pcre-dev +============================================================================= + + Please read the NEWS file if you are upgrading from a previous release. The contents of this README file are: diff --git a/doc/html/README.txt b/doc/html/README.txt index d1a3120..8afe86c 100644 --- a/doc/html/README.txt +++ b/doc/html/README.txt @@ -8,6 +8,11 @@ features, and the internals have been improved. The original PCRE1 library is now obsolete and should not be used in new projects. The latest release of PCRE2 is available in three alternative formats from: +============================================================================= +This information is still current (21 August 2021), but the PCRE2 project is in +the process of moving to different infrastructure, so in the near future there +will be new URLs here. The mailing list will also change. + https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.gz https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.bz2 https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.zip @@ -18,6 +23,9 @@ subscription here: https://lists.exim.org/mailman/listinfo/pcre-dev +============================================================================= + + Please read the NEWS file if you are upgrading from a previous release. The contents of this README file are: diff --git a/maint/README b/maint/README index fac36b2..93663ba 100644 --- a/maint/README +++ b/maint/README @@ -222,6 +222,10 @@ Once PrepareRelease has run clean, run "make distcheck" to create the tarballs and the zipball. Double-check with "svn status", then create an SVN tagged copy: +============================================================================== +This information is out-of-date: the PCRE2 project is moving to different +infrastructure (as of 21 August 2021). This file will be updated in due course. + svn copy svn://vcs.exim.org/pcre2/code/trunk \ svn://vcs.exim.org/pcre2/code/tags/pcre2-10.xx @@ -229,6 +233,9 @@ When the new release is out, don't forget to tell webmaster@pcre.org and the mailing list. Also, update the list of version numbers in Bugzilla (administration > products > PCRE > Edit versions). +============================================================================== + + Future ideas (wish list) ========================