Skip to content

Commit

Permalink
Prep for release 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbyers0 committed Aug 1, 2024
1 parent c2561cf commit c259e1c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NSCA Changelog
==============

2.10.3 - 2024-08-02
2.10.3 - 2024-08-01
-------------------
* Allow NSCA to bind to the loopback address (Imre Jonk)
* Improved clarity of error when running in the foreground while already running in the background (Griffin Westerman)
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,7 @@ ac_config_files="$ac_config_files Makefile subst src/Makefile package/solaris/Ma
PKG_NAME=nsca
PKG_VERSION="2.10.3"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="2024-07-30"
PKG_REL_DATE="2024-08-01"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AC_PREFIX_DEFAULT(/usr/local/nagios)
PKG_NAME=nsca
PKG_VERSION="2.10.3"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="2024-07-30"
PKG_REL_DATE="2024-08-01"
AC_SUBST(PKG_NAME)
AC_SUBST(PKG_VERSION)
AC_SUBST(PKG_HOME_URL)
Expand Down
4 changes: 2 additions & 2 deletions include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* COMMON.H - NSCA Common Include File
* Copyright (c) 1999-2003 Ethan Galstad (nagios@nagios.org)
* Last Modified: 2024-07-30
* Last Modified: 2024-08-01
*
* License:
*
Expand All @@ -25,7 +25,7 @@


#define PROGRAM_VERSION "2.10.3"
#define MODIFICATION_DATE "2024-07-30"
#define MODIFICATION_DATE "2024-08-01"


#define OK 0
Expand Down
2 changes: 1 addition & 1 deletion src/nsca.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2000-2009 Ethan Galstad (egalstad@nagios.org)
* License: GPL v2
*
* Last Modified: 2024-07-30
* Last Modified: 2024-08-01
*
* Command line: NSCA -c <config_file> [mode]
*
Expand Down
2 changes: 1 addition & 1 deletion src/send_nsca.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* License: GPL v2
* Copyright (c) 2000-2007 Ethan Galstad (nagios@nagios.org)
*
* Last Modified: 2024-07-30
* Last Modified: 2024-08-01
*
* Command line: SEND_NSCA <host_address> [-p port] [-to to_sec] [-c config_file]
*
Expand Down
2 changes: 1 addition & 1 deletion update-version
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
CURRENTVERSION=2.10.3

# Last date
LASTDATE=2024-07-30
LASTDATE=2024-08-01

if [ "x$1" = "x" ]
then
Expand Down

0 comments on commit c259e1c

Please sign in to comment.