diff --git a/NEWS.md b/NEWS.md index 2367c536..86a4095f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,5 @@ ## Version 27 ("Polish Landscapes") -### TBD +### Aug 8th, 2020 #### FIXES diff --git a/README.md b/README.md index f8490e38..5e99bcf4 100644 --- a/README.md +++ b/README.md @@ -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/davide.madrisan@gmail.com) [![Build Status](https://travis-ci.org/madrisan/nagios-plugins-linux.svg?branch=master)](https://travis-ci.org/madrisan/nagios-plugins-linux) @@ -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 diff --git a/configure.ac b/configure.ac index ca3edff2..28223d98 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [davide.madrisan@gmail.com]) AC_CANONICAL_TARGET diff --git a/debian/changelog b/debian/changelog index e22f9477..7bf6193f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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.