Commit 424ea379 authored by Geoff Simmons's avatar Geoff Simmons

Set version 0.2.5 and update RPM packaging.

parent f4c88da4
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.5], [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,10 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Tue Nov 05 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Thu Nov 07 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Bugfix handling of includes with empty responses
* Tue Nov 05 2019 Geoff Simmons <geoff@uplex.de> - 0.2.4-1
- Bugfixes: gunzip included response for a decompressed client response
- Fix invalid URLs in includes
- More rigrorous testing of the gzip-gunzip permutations.
......
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