Commit 6058a641 authored by Geoff Simmons's avatar Geoff Simmons

Set version 1.3.2, and update RPM packaging.

parent d560c76f
AC_PREREQ([2.69])
AC_COPYRIGHT([Copyright 2019 - 2021 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvdp-pesi],[trunk],[varnish-support@uplex.de],[vdp-pesi])
AC_INIT([libvdp-pesi],[1.3.2],[varnish-support@uplex.de],[vdp-pesi])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vdp_pesi.vcc)
AC_CONFIG_HEADERS([config.h])
......
......@@ -72,7 +72,15 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Tue Apr 11 2023 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Mon Jun 17 2024 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Bugfixes/debuggung for issues with unresolved ESI includes
- .activate() adds "pesi" to resp.filters even when the object's ESIDATA
attribute is not set.
- Log an error message if resp.filters is not set .activate() due to
workspace overflow.
- Add the metrics PESI.esidata_activate and .esidata_vdp.
* Tue Apr 11 2023 Geoff Simmons <geoff@uplex.de> - 1.3.1-1
- Backport the fix for issue #13
* Wed Apr 06 2023 Geoff Simmons <geoff@uplex.de> - 1.3.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