[master] 1213e32 Purge has changed.
Lasse Karstensen
lkarsten at varnish-software.com
Tue Jul 22 11:31:36 CEST 2014
commit 1213e32235d81bab209a493319528c7c852c6254
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Tue Jul 22 11:31:13 2014 +0200
Purge has changed.
diff --git a/doc/sphinx/whats-new/upgrading.rst b/doc/sphinx/whats-new/upgrading.rst
index 2eeb2f1..cb36b08 100644
--- a/doc/sphinx/whats-new/upgrading.rst
+++ b/doc/sphinx/whats-new/upgrading.rst
@@ -136,6 +136,12 @@ client.port, and server.port replaced by respectively std.port(client.ip) and st
as an IP address by default. You need to use the `std.port()`
function to get the port number.
+Invalidation with purge
+~~~~~~~~~~~~~~~~~~~~~~~
+
+Cache invalidation with purges is now done via `return(purge)` from `vcl_recv`.
+The `purge;` keyword has been retired.
+
obj is now read-only
~~~~~~~~~~~~~~~~~~~~
More information about the varnish-commit
mailing list