From 216082473f4e1b691caefd677dc732ea35ff650e Mon Sep 17 00:00:00 2001 From: squidadm Date: Tue, 21 Feb 2023 20:52:49 +0000 Subject: [PATCH] 7.0.0 (#1284) --- configure.ac | 2 +- doc/release-notes/release-7.sgml.in | 112 ++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 doc/release-notes/release-7.sgml.in diff --git a/configure.ac b/configure.ac index 021494632e..6bb72f0eed 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ ## Please see the COPYING and CONTRIBUTORS files for details. ## -AC_INIT([Squid Web Proxy],[6.0.0-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[7.0.0-VCS],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux) diff --git a/doc/release-notes/release-7.sgml.in b/doc/release-notes/release-7.sgml.in new file mode 100644 index 0000000000..0955ace31f --- /dev/null +++ b/doc/release-notes/release-7.sgml.in @@ -0,0 +1,112 @@ + +
+Squid @SQUID_VERSION@ release notes +Squid Developers + + + +Notice +

The Squid Team are pleased to announce the release of Squid-@PACKAGE_VERSION@ for testing. + +This new release is available for download from or the + . + +

While this release is not deemed ready for production use, we believe it is ready for wider testing by the community. + +

We welcome feedback and bug reports. If you find a bug, please see + for how to submit a report with a stack trace. + +Known issues +

Although this release is deemed good enough for use in many setups, please note the existence of +. + +Changes since earlier releases of Squid-@SQUID_RELEASE@ +

+The Squid-@SQUID_RELEASE@ change history can be . + + +Major new features since Squid-@SQUID_RELEASE_OLD@ +

Squid-@SQUID_RELEASE@ represents a new feature release above Squid-@SQUID_RELEASE_OLD@. + +

The most important of these new features are: + + + + +Most user-facing changes are reflected in squid.conf (see below). + + +Changes to squid.conf since Squid-@SQUID_RELEASE_OLD@ +

+This section gives an account of those changes in three categories: + + + + + + +

+ +New directives

+ +

No new directives in this version. + + + +Changes to existing directives

+ +

No changed directives in this version. + + + +Removed directives

+ +

No removed directives in this version. + + + + +Changes to ./configure options since Squid-@SQUID_RELEASE_OLD@ +

+This section gives an account of those changes in three categories: + + + + + + + +New options

+ +

No new options in this version. + + + +Changes to existing options

+ +

No changed options in this version. + + +

+ +Removed options
-- 2.47.3