Commit 2227bc2c authored by Geoff Simmons's avatar Geoff Simmons

Set version 0.2.2 and update RPM packaging.

parent 490b4cdc
AC_PREREQ(2.68)
AC_COPYRIGHT([Copyright (c) 2019 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvdp-pesi], [trunk], [varnish-support@uplex.de], [vdp-pesi])
AC_INIT([libvdp-pesi], [0.2.2], [varnish-support@uplex.de], [vdp-pesi])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vdp_pesi.vcc)
AM_CONFIG_HEADER(config.h)
......
......@@ -49,7 +49,7 @@ sudo cp /srv/varnishcache_varnish62.repo /etc/yum.repos.d/
sudo yum -q makecache -y --disablerepo='*' --enablerepo='varnishcache_varnish62'
# build requirements (cf. Requires for varnish-src.rpm)
sudo yum install -y -v varnish-devel pkgconfig make gcc python-docutils \
sudo yum install -y -v varnish-devel-6.2.1 pkgconfig make gcc python-docutils \
yum-utils python3-sphinx jemalloc-devel libedit-devel ncurses-devel \
pcre-devel python3-docutils systemd-units
......
......@@ -72,11 +72,15 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Tue Sep 08 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Wed Oct 23 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Bugfix order of VDP finalization at ESI level > 0, e.g. gzipped ESI
include within an uncompressed response at level 0.
* Sun Sep 08 2019 Geoff Simmons <geoff@uplex.de> - 0.2.1-1
- Bugfix: no assertion when the VDP never runs, for example when the
body is empty due to HEAD requests, status 204, etc.
* Tue Sep 08 2019 Geoff Simmons <geoff@uplex.de> - 0.2.0-1
* Sun Sep 08 2019 Geoff Simmons <geoff@uplex.de> - 0.2.0-1
Require Varnish 6.2.1.
* Thu Aug 08 2019 Geoff Simmons <geoff@uplex.de> - 0.1.0-1
......
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