From 5a510bf18b39d9a2d94c07c09e6f062a7a0c5cd3 Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Fri, 14 Apr 2023 10:34:24 +0200 Subject: [PATCH] Update AUTHORS --- AUTHORS | 5 +++++ CHANGELOG.md | 5 +++++ debian/docs | 1 + netways-plugins-apache_status.spec | 2 ++ 4 files changed, 13 insertions(+) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..a633782 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,5 @@ +Lennart Betz +Sylvia van Os +William David Haines +Yves Vogl +mdicss <43135155+mdicss@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c0c1a..8b5cbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## [1.4.3](https://github.com/lbetz/check_apache_status/tree/1.4.3) (2023-04-14) [Full Changelog](https://github.com/lbetz/check_apache_status/compare/v1.4.2...1.4.3) +**Implemented enhancements:** + +- Rename RPM package name [\#15](https://github.com/lbetz/check_apache_status/pull/15) ([lbetz](https://github.com/lbetz)) +- Feature/debpkg [\#14](https://github.com/lbetz/check_apache_status/pull/14) ([lbetz](https://github.com/lbetz)) + **Fixed bugs:** - Extend status?auto to get the whole Scoreboard [\#13](https://github.com/lbetz/check_apache_status/pull/13) ([mdicss](https://github.com/mdicss)) diff --git a/debian/docs b/debian/docs index 2613814..57fa6a1 100644 --- a/debian/docs +++ b/debian/docs @@ -2,3 +2,4 @@ README.md MACOS.md CHANGELOG.md LICENSE +AUTHORS diff --git a/netways-plugins-apache_status.spec b/netways-plugins-apache_status.spec index 9d6c893..461f378 100644 --- a/netways-plugins-apache_status.spec +++ b/netways-plugins-apache_status.spec @@ -45,6 +45,7 @@ rm -rf %buildroot %files -n nagios-plugins-apache_status %defattr(-,root,root) +%doc MACOS.md CHANGELOG.md LICENSE AUTHORS # avoid build dependecy of nagios - own the dirs %if 0%{?suse_version} %dir %{_libdir}/nagios @@ -57,6 +58,7 @@ rm -rf %buildroot - Bugfix release version 1.4.3 - fix #13 Extend status?auto to get the whole Scoreboard - Rename package to netways-plugins-apache-status +- Add docs * Mon Apr 20 2020 Lennart Betz 1.4.2-1 - Bugfix release version 1.4.2 - fix #12 fix for SSLv3 errors