Another update to .gitignore. Put some temporary wording in documentation about
the infrastructure move.
This commit is contained in:
parent
f64fbed2e1
commit
876ba431b0
|
@ -43,6 +43,7 @@ pcre2test
|
||||||
test-driver
|
test-driver
|
||||||
test-suite.log
|
test-suite.log
|
||||||
|
|
||||||
|
m4/libtool.m4
|
||||||
m4/ltoptions.m4
|
m4/ltoptions.m4
|
||||||
m4/ltsugar.m4
|
m4/ltsugar.m4
|
||||||
m4/ltversion.m4
|
m4/ltversion.m4
|
||||||
|
|
8
README
8
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
|
now obsolete and should not be used in new projects. The latest release of
|
||||||
PCRE2 is available in three alternative formats from:
|
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.gz
|
||||||
https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.bz2
|
https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.bz2
|
||||||
https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.zip
|
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
|
https://lists.exim.org/mailman/listinfo/pcre-dev
|
||||||
|
|
||||||
|
=============================================================================
|
||||||
|
|
||||||
|
|
||||||
Please read the NEWS file if you are upgrading from a previous release. The
|
Please read the NEWS file if you are upgrading from a previous release. The
|
||||||
contents of this README file are:
|
contents of this README file are:
|
||||||
|
|
||||||
|
|
|
@ -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
|
now obsolete and should not be used in new projects. The latest release of
|
||||||
PCRE2 is available in three alternative formats from:
|
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.gz
|
||||||
https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.bz2
|
https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.bz2
|
||||||
https://ftp.pcre.org/pub/pcre/pcre2-10.xx.tar.zip
|
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
|
https://lists.exim.org/mailman/listinfo/pcre-dev
|
||||||
|
|
||||||
|
=============================================================================
|
||||||
|
|
||||||
|
|
||||||
Please read the NEWS file if you are upgrading from a previous release. The
|
Please read the NEWS file if you are upgrading from a previous release. The
|
||||||
contents of this README file are:
|
contents of this README file are:
|
||||||
|
|
||||||
|
|
|
@ -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
|
and the zipball. Double-check with "svn status", then create an SVN tagged
|
||||||
copy:
|
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 copy svn://vcs.exim.org/pcre2/code/trunk \
|
||||||
svn://vcs.exim.org/pcre2/code/tags/pcre2-10.xx
|
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
|
mailing list. Also, update the list of version numbers in Bugzilla
|
||||||
(administration > products > PCRE > Edit versions).
|
(administration > products > PCRE > Edit versions).
|
||||||
|
|
||||||
|
==============================================================================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Future ideas (wish list)
|
Future ideas (wish list)
|
||||||
========================
|
========================
|
||||||
|
|
Loading…
Reference in New Issue