[master] c0a6194 Inaugurate ongoing VRT changes after 5.0

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Feb 21 13:43:05 CET 2017


commit c0a61945271606b36b482dbf289c3b0918dcfd32
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Nov 25 00:32:48 2016 +0100

    Inaugurate ongoing VRT changes after 5.0
    
    Originally from #2145

diff --git a/include/vrt.h b/include/vrt.h
index 6fdb18e..e4354a2 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -39,6 +39,12 @@
  * binary/load-time compatible, increment MAJOR version
  *
  *
+ * 6.0 (unreleased):
+ *	VRT_ipcmp added
+ *	WS_Reset and WS_Snapshot signatures changed
+ *	WS_Front added
+ *	WS_ReserveLumps added
+ *	WS_Inside added
  * 5.0:
  *	Varnish 5.0 release "better safe than sorry" bump
  * 4.0:
@@ -50,7 +56,7 @@
  *	vrt_acl type added
  */
 
-#define VRT_MAJOR_VERSION	5U
+#define VRT_MAJOR_VERSION	6U
 
 #define VRT_MINOR_VERSION	0U
 



More information about the varnish-commit mailing list