We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8860f1d commit b69a8feCopy full SHA for b69a8fe
2 files changed
rpm/rsv.spec
@@ -8,7 +8,7 @@
8
9
Name: rsv
10
Summary: RSV Meta Package
11
-Version: 3.19.6
+Version: 3.19.7
12
Release: 1%{?dist}
13
License: Apache 2.0
14
Group: Applications/Monitoring
@@ -265,6 +265,9 @@ fi
265
%attr(-,rsv,rsv) %{_localstatedir}/log/rsv/probes
266
267
%changelog
268
+* Fri Jun 29 2018 Mátyás Selmeci <matyas@cs.wisc.edu> - 3.19.7-1
269
+- Update RHEL7 HTTPD config to work on Apache 2.4 (SOFTWARE-3268)
270
+
271
* Tue Jun 26 2018 Mátyás Selmeci <matyas@cs.wisc.edu> - 3.19.6-1
272
- Fix crashes in cacert-verify-probe and crl-freshness-probe (SOFTWARE-3305)
273
- Update URLs in cacert-verify-probe and crl-freshness-probe (SOFTWARE-3299)
rsv-core/lib/python/rsv/version.py
@@ -1,2 +1,2 @@
1
-__version__ = "3.19.6"
+__version__ = "3.19.7"
2
0 commit comments