Skip to content

Commit

Permalink
Version 27 ('Polish Landscapes')
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Aug 8, 2020
1 parent af8360b commit 7082ab8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Version 27 ("Polish Landscapes")
### TBD
### Aug 8th, 2020

#### FIXES

Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

![Release Status](https://img.shields.io/badge/status-stable-brightgreen.svg)
[![License](https://img.shields.io/badge/License-GPL--3.0-blue.svg)](https://spdx.org/licenses/GPL-3.0.html)
[![Download Latest Release](https://img.shields.io/badge/download-latest--tarball-blue.svg)](https://github.com/madrisan/nagios-plugins-linux/releases/download/v26/nagios-plugins-linux-26.tar.xz)
[![Download Latest Release](https://img.shields.io/badge/download-latest--tarball-blue.svg)](https://github.com/madrisan/nagios-plugins-linux/releases/download/v27/nagios-plugins-linux-27.tar.xz)
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/[email protected])

[![Build Status](https://travis-ci.org/madrisan/nagios-plugins-linux.svg?branch=master)](https://travis-ci.org/madrisan/nagios-plugins-linux)
Expand Down Expand Up @@ -102,16 +102,14 @@ This package is known to compile with:
* gcc 4.1 (RHEL 5 / CentOS 5),
* gcc 4.4 (RHEL6 / CentOS 6),
* gcc 4.8 (RHEL7 / CentOS 7),
* gcc 5.1, 5.3, 6.3, 7.2, 7.3, 8.0, 8.2, 9.1, 10.0, 10.1 (Fedora 25 to 32),
* clang 3.7, 3.8, 5.0, 6.0, 7.0, 8.0, 10.0 (Fedora 25 to 32),
* gcc 4.9, 5.2, 5.3, 6.2 (openmamba GNU/Linux 2.90+),
* clang 3.1, 3.5, and 3.8 (openmamba GNU/Linux 2.90+).
* gcc 3.x, 5.1, 5.3, 6.3, 7.x, 8.x, 9.x, 10.x (openmamba GNU/Linux, Debian 8+, Fedora 25+),
* clang 3.7, 3.8, 4.9, 5.x, 6.x, 7.0, 8.0, 10.0.0 (openmamba GNU/Linux, Fedora 25+),

List of the Linux kernels that have been successfully tested:
* 2.6.18, 2.6.32,
* 3.10, 3.14, 3.18,
* 4.2, 4.4, 4,9, 4.14, 4.15, 4.16, 4.19
* 5.6
* 5.6, 5.7

## CentOS/RHEL, Debian, and Fedora Packages

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.59])

AC_INIT([nagios-plugins-linux],[26],
AC_INIT([nagios-plugins-linux],[27],
[[email protected]])

AC_CANONICAL_TARGET
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
nagios-plugins-linux (27-1) stable; urgency=low
* Release 27 "Polish Landscapes":
- Enhanced plugin check_network (using rtnetlink).
- Fixed experimental support to libprocps-ng:newlib.

-- Davide Madrisan <[email protected]> Sat, 8 May 2020 10:45:45 +0200

nagios-plugins-linux (26-1) stable; urgency=low
* Release 26 "Lockdown release":
- Fix build with musl by including limits.h when PATH_MAX is used.
Expand Down

0 comments on commit 7082ab8

Please sign in to comment.