File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Connect to libvarnish api by ctypes
88------------------------------------
99
1010:Author: Shohei Tanaka(@xcir)
11- :Date: 2016-11-27
12- :Version: 50.20
13- :Support Varnish Version: 4.0.x, 4.1.x 5.0.x
11+ :Date: 2017-09-26
12+ :Version: 52.21
13+ :Support Varnish Version: 4.0.x, 4.1.x 5.0.x 5.1.x 5.2.x
1414:Check Python Version: 2.7.x, 3.4.x
1515:Manual section: 3
1616
@@ -403,6 +403,8 @@ Description
403403
404404HISTORY
405405===========
406+ Version 52.21: Initial support Varnish5.2.x
407+
406408Version 50.20: Improoved C binding.(p-r #67 thanks ema)
407409
408410Version 50.19: Fix -c -b option issue.(issue #65 thanks ema)
Original file line number Diff line number Diff line change 11# coding: utf-8
22
33
4- # Copyright (c) 2013-2016 Shohei Tanaka(@xcir)
4+ # Copyright (c) 2013-2017 Shohei Tanaka(@xcir)
55# All rights reserved.
66#
77# Redistribution and use in source and binary forms, with or without
2626# SUCH DAMAGE.
2727
2828# https://github.com/xcir/python-varnishapi
29- # v50.20
29+ # v52.21
3030
3131from ctypes import *
3232import getopt
You can’t perform that action at this time.
0 commit comments