Commit 310bce0d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

doc: Mention varnish.m4 changes

And amend the 7.0.0 mis-prediction.
parent 9f6170b8
...@@ -213,6 +213,8 @@ NEXT (scheduled 2020-09-15) ...@@ -213,6 +213,8 @@ NEXT (scheduled 2020-09-15)
* Fixed the backend probe ``.timeout`` handling for "dripping" responses (3402_) * Fixed the backend probe ``.timeout`` handling for "dripping" responses (3402_)
* New ``VARNISH_VMODS_GENERATED()`` macro in ``varnish.m4``.
.. _2990: https://github.com/varnishcache/varnish-cache/issues/2990 .. _2990: https://github.com/varnishcache/varnish-cache/issues/2990
.. _2999: https://github.com/varnishcache/varnish-cache/issues/2999 .. _2999: https://github.com/varnishcache/varnish-cache/issues/2999
.. _3002: https://github.com/varnishcache/varnish-cache/issues/3002 .. _3002: https://github.com/varnishcache/varnish-cache/issues/3002
......
...@@ -110,6 +110,10 @@ new ``WS_ReservationSize()`` function. ...@@ -110,6 +110,10 @@ new ``WS_ReservationSize()`` function.
The return value for ``WS_Printf()`` is now a constant string. The return value for ``WS_Printf()`` is now a constant string.
VMOD authors who would like to generate VCC files can now use the
``VARNISH_VMODS_GENERATED()`` macro from ``varnish.m4`` for autotools
builds.
**XXX changes concerning VRT, the public APIs, source code organization, **XXX changes concerning VRT, the public APIs, source code organization,
builds etc.** builds etc.**
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE. # OF THE POSSIBILITY OF SUCH DAMAGE.
# varnish.m4 - Macros to build against Varnish. -*- Autoconf -*- # varnish.m4 - Macros to build against Varnish. -*- Autoconf -*-
# serial 11 (varnish-7.0.0) # serial 11 (varnish-6.5.0)
# #
# This collection of macros helps create VMODs or tools interacting with # This collection of macros helps create VMODs or tools interacting with
# Varnish Cache using the GNU build system (autotools). In order to work # Varnish Cache using the GNU build system (autotools). In order to work
...@@ -380,9 +380,9 @@ AC_DEFUN([VARNISH_VMODS], [ ...@@ -380,9 +380,9 @@ AC_DEFUN([VARNISH_VMODS], [
# VARNISH_VMODS_GENERATED(NAMES) # VARNISH_VMODS_GENERATED(NAMES)
# ------------------------------ # ------------------------------
# Since: Varnish 7.0.0 # Since: Varnish 6.5.0
# #
# Varnish 7 adds the possibility to transparently work with a generated VCC # Varnish 6.5 adds the possibility to transparently work with a generated VCC
# file. The VCC file would then be created in the build directory, which is # file. The VCC file would then be created in the build directory, which is
# incompatible with how the VARNISH_VMODS macro operates. # incompatible with how the VARNISH_VMODS macro operates.
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment