Commit 977c995c authored by Geoff Simmons's avatar Geoff Simmons

Document compatibility with Varnish 5.1.x and EOL as of Varnish 5.2.

parent fc137d32
...@@ -69,6 +69,14 @@ of any length. Currently BLOBs may only be used as arguments of VMOD ...@@ -69,6 +69,14 @@ of any length. Currently BLOBs may only be used as arguments of VMOD
functions; so this module is meant to facilitate the use of other functions; so this module is meant to facilitate the use of other
VMODs. VMODs.
**Note**: This VMOD is End-Of-Life as a third party VMOD since Varnish
5.2. It is now integrated in the standard Varnish distribution as
`vmod_blob(3)
<https://varnish-cache.org/docs/trunk/reference/vmod_blob.generated.html>`_.
The third-party VMOD may be used with earlier versions of Varnish (and
we will consider bugfixing and other maintenance for compatibility
with those versions).
ENCODING SCHEMES ENCODING SCHEMES
================ ================
...@@ -413,9 +421,12 @@ to a header, then the header will not be set. ...@@ -413,9 +421,12 @@ to a header, then the header will not be set.
REQUIREMENTS REQUIREMENTS
============ ============
This version of the VMOD requires Varnish since version 5.1. (See the This version of the VMOD requires Varnish versions 5.1.x, the latest
project repository for versions that are compatible with other version for which it will be maintained as a third-party VMOD. See the
versions of Varnish.) project repository for versions that are compatible with earlier
versions of Varnish. Since Varnish 5.2, the VMOD has been integrated
into the standard Varnish distribution as `vmod_blob(3)
<https://varnish-cache.org/docs/trunk/reference/vmod_blob.generated.html>`_.
Perl 5 is required for the build. Perl 5 is required for the build.
...@@ -513,8 +524,16 @@ SEE ALSO ...@@ -513,8 +524,16 @@ SEE ALSO
======== ========
* varnishd(1) * varnishd(1)
* vcl(7) * vcl(7)
* `vmod_blob(3) <https://varnish-cache.org/docs/trunk/reference/vmod_blob.generated.html>`_
* This VMOD as provided by the standard Varnish distribution since
Varnish 5.2.
* project repository: https://code.uplex.de/uplex-varnish/libvmod-blobcode * project repository: https://code.uplex.de/uplex-varnish/libvmod-blobcode
* VMOD digest: https://github.com/varnish/libvmod-digest * VMOD digest: https://github.com/varnish/libvmod-digest
COPYRIGHT COPYRIGHT
......
...@@ -53,6 +53,14 @@ of any length. Currently BLOBs may only be used as arguments of VMOD ...@@ -53,6 +53,14 @@ of any length. Currently BLOBs may only be used as arguments of VMOD
functions; so this module is meant to facilitate the use of other functions; so this module is meant to facilitate the use of other
VMODs. VMODs.
**Note**: This VMOD is End-Of-Life as a third party VMOD since Varnish
5.2. It is now integrated in the standard Varnish distribution as
`vmod_blob(3)
<https://varnish-cache.org/docs/trunk/reference/vmod_blob.generated.html>`_.
The third-party VMOD may be used with earlier versions of Varnish (and
we will consider bugfixing and other maintenance for compatibility
with those versions).
ENCODING SCHEMES ENCODING SCHEMES
================ ================
...@@ -341,9 +349,12 @@ to a header, then the header will not be set. ...@@ -341,9 +349,12 @@ to a header, then the header will not be set.
REQUIREMENTS REQUIREMENTS
============ ============
This version of the VMOD requires Varnish since version 5.1. (See the This version of the VMOD requires Varnish versions 5.1.x, the latest
project repository for versions that are compatible with other version for which it will be maintained as a third-party VMOD. See the
versions of Varnish.) project repository for versions that are compatible with earlier
versions of Varnish. Since Varnish 5.2, the VMOD has been integrated
into the standard Varnish distribution as `vmod_blob(3)
<https://varnish-cache.org/docs/trunk/reference/vmod_blob.generated.html>`_.
Perl 5 is required for the build. Perl 5 is required for the build.
...@@ -441,8 +452,16 @@ SEE ALSO ...@@ -441,8 +452,16 @@ SEE ALSO
======== ========
* varnishd(1) * varnishd(1)
* vcl(7) * vcl(7)
* `vmod_blob(3) <https://varnish-cache.org/docs/trunk/reference/vmod_blob.generated.html>`_
* This VMOD as provided by the standard Varnish distribution since
Varnish 5.2.
* project repository: https://code.uplex.de/uplex-varnish/libvmod-blobcode * project repository: https://code.uplex.de/uplex-varnish/libvmod-blobcode
* VMOD digest: https://github.com/varnish/libvmod-digest * VMOD digest: https://github.com/varnish/libvmod-digest
$Event event $Event event
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