Commit 99be53bd authored by Geoff Simmons's avatar Geoff Simmons

Set version 0.2.4 and update RPM packaging.

parent 59b996b4
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.4], [varnish-support@uplex.de], [vdp-pesi])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vdp_pesi.vcc)
AM_CONFIG_HEADER(config.h)
......
......@@ -72,7 +72,12 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Wed Oct 23 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Tue Nov 05 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Bugfixes: gunzip included response for a decompressed client response
- Fix invalid URLs in includes
- More rigrorous testing of the gzip-gunzip permutations.
* Wed Oct 23 2019 Geoff Simmons <geoff@uplex.de> - 0.2.3-1
- Bugfix racy assertions when a VDP in the stack failed.
* Wed Oct 23 2019 Geoff Simmons <geoff@uplex.de> - 0.2.2-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