[master] f7b6ff552 doc: Change next release version to 7.7
Nils Goroll
nils.goroll at uplex.de
Thu Mar 13 09:59:06 UTC 2025
commit f7b6ff552aade0a14010498fac5afad5d811da22
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Thu Mar 13 10:55:58 2025 +0100
doc: Change next release version to 7.7
diff --git a/doc/changes.rst b/doc/changes.rst
index 37dadc83b..292f8b456 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -34,9 +34,9 @@ http://varnish-cache.org/docs/trunk/whats-new/index.html and via
individual releases. These documents are updated as part of the
release process.
-===============================
-Varnish Cache NEXT (2025-03-15)
-===============================
+==============================
+Varnish-Cache 7.7 (2025-03-15)
+==============================
.. PLEASE keep this roughly in commit order as shown by git-log / tig
(new to old)
diff --git a/doc/sphinx/whats-new/changes-7.7.rst b/doc/sphinx/whats-new/changes-7.7.rst
index eda8249fa..9c1281902 100644
--- a/doc/sphinx/whats-new/changes-7.7.rst
+++ b/doc/sphinx/whats-new/changes-7.7.rst
@@ -1,15 +1,15 @@
-.. _whatsnew_changes_CURRENT:
+.. _whatsnew_changes_7.7:
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Changes in Varnish-Cache **${NEXT_RELEASE}**
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Changes in Varnish-Cache 7.7
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%
For information about updating your current Varnish deployment to the new
-version, see :ref:`whatsnew_upgrading_CURRENT`.
+version, see :ref:`whatsnew_upgrading_7.7`.
**NOTE**: In this Varnish-Cache release, we changed how timestamps are taken for
the http2 protocol, which could look like a performance regression, but is not.
-See :ref:`whatsnew_changes_CURRENT_h2_timestamps`.
+See :ref:`whatsnew_changes_7.7_h2_timestamps`.
A more detailed and technical account of changes in Varnish-Cache, with links to
issues that have been fixed and pull requests that have been merged, may be
@@ -97,7 +97,7 @@ Generic Logging (VSL)
affecting ``varnishlog``, ``varnishncsa`` and ``varnishtop``:
-.. _whatsnew_changes_CURRENT_h2_timestamps:
+.. _whatsnew_changes_7.7_h2_timestamps:
http2 related timestamps
~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/doc/sphinx/whats-new/upgrading-7.7.rst b/doc/sphinx/whats-new/upgrading-7.7.rst
index d2b7611a6..af1228e75 100644
--- a/doc/sphinx/whats-new/upgrading-7.7.rst
+++ b/doc/sphinx/whats-new/upgrading-7.7.rst
@@ -1,19 +1,15 @@
-**Note: This is a working document for a future release, with running
-updates for changes in the development branch. For changes in the
-released versions of Varnish, see:** :ref:`whats-new-index`
+.. _whatsnew_upgrading_7.7:
-.. _whatsnew_upgrading_CURRENT:
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Upgrading to Varnish **$NEXT_RELEASE**
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+Upgrading to Varnish-Cache 7.7
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
In general, upgrading from Varnish 7.6 to 7.7 should not require any changes
besides the actual upgrade.
Note, however, that some log messages and in particular timestamps have changed,
-see :ref:`whatsnew_changes_CURRENT` and
-:ref:`whatsnew_changes_CURRENT_h2_timestamps` in particular. Here, we only
+see :ref:`whatsnew_changes_7.7` and
+:ref:`whatsnew_changes_7.7_h2_timestamps` in particular. Here, we only
summarize the changes:
* We have changed how http/2 timestamps are taken.
More information about the varnish-commit
mailing list