[master] 09253629e Add a REL_* marker for things we need to consider for releases

Nils Goroll nils.goroll at uplex.de
Mon Apr 15 14:11:07 UTC 2019


commit 09253629e6170712d4fc2bc60c2d4bd7caa6b66a
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Apr 15 15:45:09 2019 +0200

    Add a REL_* marker for things we need to consider for releases
    
    Ref:
    https://github.com/varnishcache/varnish-cache/pull/2969#pullrequestreview-224802203

diff --git a/bin/varnishd/cache/cache_ws.c b/bin/varnishd/cache/cache_ws.c
index 7b8df6d23..a8e035ccf 100644
--- a/bin/varnishd/cache/cache_ws.c
+++ b/bin/varnishd/cache/cache_ws.c
@@ -273,9 +273,7 @@ WS_ReserveSize(struct ws *ws, unsigned bytes)
 	return (pdiff(ws->f, ws->r));
 }
 
-/*
- * XXX remove for 2020-03-15 release
- */
+/* REL_20200315 remove */
 unsigned
 WS_Reserve(struct ws *ws, unsigned bytes)
 {


More information about the varnish-commit mailing list