Commit ebdda35b authored by Geoff Simmons's avatar Geoff Simmons

Set version 0.2.2, and update RPM packaging.

parent f01d73ae
AC_PREREQ(2.68)
AC_COPYRIGHT([Copyright (c) 2019 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-file], [trunk], [varnish-support@uplex.de], [vmod-file])
AC_INIT([libvmod-file], [0.2.2], [varnish-support@uplex.de], [vmod-file])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_file.vcc)
AM_CONFIG_HEADER(config.h)
......
......@@ -74,7 +74,10 @@ rm -rf %{buildroot}
/sbin/ldconfig
%changelog
* Wed Oct 9 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
* Thu Dec 5 2019 Geoff Simmons <geoff@uplex.de> - %{_version}-%{_release}
- Bugfix: more reliable solution for zeroing data structures
* Wed Oct 9 2019 Geoff Simmons <geoff@uplex.de> - 0.2.1-1
- Bugfix: file mtime nanoseconds may be 0
* Tue Oct 8 2019 Geoff Simmons <geoff@uplex.de> - 0.2.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