Skip to content

Commit 5a510bf

Browse files
author
Lennart Betz
committed
Update AUTHORS
1 parent b721882 commit 5a510bf

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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>

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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))

debian/docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ README.md
22
MACOS.md
33
CHANGELOG.md
44
LICENSE
5+
AUTHORS

netways-plugins-apache_status.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)