File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed
Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ Lennart Betz <lennart.betz@netways.de>
2+ Sylvia van Os <sylvia@hackerchick.me>
3+ William David Haines <William.Haines@Colorado.EDU>
4+ Yves Vogl <yves.vogl@dock42.com>
5+ mdicss <43135155+mdicss@users.noreply.github.com>
Original file line number Diff line number Diff line change 33## [ 1.4.3] ( https://github.com/lbetz/check_apache_status/tree/1.4.3 ) (2023-04-14)
44[ Full Changelog] ( https://github.com/lbetz/check_apache_status/compare/v1.4.2...1.4.3 )
55
6+ ** Implemented enhancements:**
7+
8+ - Rename RPM package name [ \# 15] ( https://github.com/lbetz/check_apache_status/pull/15 ) ([ lbetz] ( https://github.com/lbetz ) )
9+ - Feature/debpkg [ \# 14] ( https://github.com/lbetz/check_apache_status/pull/14 ) ([ lbetz] ( https://github.com/lbetz ) )
10+
611** Fixed bugs:**
712
813- Extend status?auto to get the whole Scoreboard [ \# 13] ( https://github.com/lbetz/check_apache_status/pull/13 ) ([ mdicss] ( https://github.com/mdicss ) )
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ README.md
22MACOS.md
33CHANGELOG.md
44LICENSE
5+ AUTHORS
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ rm -rf %buildroot
4545
4646%files -n nagios-plugins-apache_status
4747%defattr(-,root,root)
48+ %doc MACOS.md CHANGELOG.md LICENSE AUTHORS
4849# avoid build dependecy of nagios - own the dirs
4950%if 0%{?suse_version }
5051%dir %{_libdir }/nagios
@@ -57,6 +58,7 @@ rm -rf %buildroot
5758- Bugfix release version 1.4.3
5859- fix #13 Extend status?auto to get the whole Scoreboard
5960- Rename package to netways-plugins-apache-status
61+ - Add docs
6062* Mon Apr 20 2020 Lennart Betz <lennart.betz@netways.de> 1.4.2-1
6163- Bugfix release version 1.4.2
6264- fix #12 fix for SSLv3 errors
You can’t perform that action at this time.
0 commit comments