Skip to content

Commit

Permalink
Prep for new release (3.2.3)
Browse files Browse the repository at this point in the history
git-svn-id: https://nagios.svn.sourceforge.net/svnroot/nagios/nagioscore/trunk@1461 5f96b256-904b-4d8d-8c98-d829582c6739
  • Loading branch information
Ethan Galstad committed Oct 4, 2010
1 parent d50d833 commit 882f41e
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions base/nagios.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* NAGIOS.C - Core Program Code For Nagios
*
* Program: Nagios Core
* Version: 3.2.2
* Version: 3.2.3
* License: GPL
* Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors
* Copyright (c) 1999-2009 Ethan Galstad
*
* First Written: 01-28-1999 (start of development)
* Last Modified: 09-01-2010
* Last Modified: 10-03-2010
*
* Description:
*
Expand Down
2 changes: 1 addition & 1 deletion base/nagiostats.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* NAGIOSTATS.C - Displays Nagios Statistics
*
* Program: Nagiostats
* Version: 3.2.2
* Version: 3.2.3
* License: GPL
* Copyright (c) 2003-2008 Ethan Galstad ([email protected])
*
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1764,9 +1764,9 @@ ac_config_headers="$ac_config_headers include/config.h include/snprintf.h includ
PKG_NAME=nagios
PKG_VERSION="3.2.2"
PKG_VERSION="3.2.3"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="09-01-2010"
PKG_REL_DATE="10-03-2010"
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ AC_CONFIG_HEADER(include/config.h include/snprintf.h include/cgiutils.h)
AC_PREFIX_DEFAULT(/usr/local/nagios)

PKG_NAME=nagios
PKG_VERSION="3.2.2"
PKG_VERSION="3.2.3"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="09-01-2010"
PKG_REL_DATE="10-03-2010"

dnl Figure out how to invoke "install" and what install options to use.
AC_PROG_INSTALL
Expand Down
6 changes: 3 additions & 3 deletions html/docs/quickstart-fedora.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h1 class="PageTitle">Fedora Quickstart</h1>

<pre>

wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.2.tar.gz
wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.3.tar.gz

wget http://prdownloads.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz

Expand Down Expand Up @@ -292,9 +292,9 @@ <h1 class="PageTitle">Fedora Quickstart</h1>

cd ~/downloads

tar xzf nagios-3.2.2.tar.gz
tar xzf nagios-3.2.3.tar.gz

cd nagios-3.2.2
cd nagios-3.2.3

</pre>

Expand Down
6 changes: 3 additions & 3 deletions html/docs/quickstart-opensuse.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h1 class="PageTitle">openSUSE Quickstart</h1>

<pre>

wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.2.tar.gz
wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.3.tar.gz

wget http://prdownloads.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz

Expand Down Expand Up @@ -250,9 +250,9 @@ <h1 class="PageTitle">openSUSE Quickstart</h1>

cd ~/downloads

tar xzf nagios-3.2.2.tar.gz
tar xzf nagios-3.2.3.tar.gz

cd nagios-3.2.2
cd nagios-3.2.3

</pre>

Expand Down
6 changes: 3 additions & 3 deletions html/docs/quickstart-ubuntu.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ <h1 class="PageTitle">Ubuntu Quickstart</h1>

<pre>

wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.2.tar.gz
wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.3.tar.gz

wget http://prdownloads.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz

Expand Down Expand Up @@ -331,9 +331,9 @@ <h1 class="PageTitle">Ubuntu Quickstart</h1>

cd ~/downloads

tar xzf nagios-3.2.2.tar.gz
tar xzf nagios-3.2.3.tar.gz

cd nagios-3.2.2
cd nagios-3.2.3

</pre>

Expand Down
6 changes: 3 additions & 3 deletions html/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

<div id="currentversioninfo">
<div class="product">Nagios<sup><span style="font-size: small;">&reg;</span></sup> Core<sup><span style="font-size: small;">&trade;</span></sup></div>
<div class="version">Version 3.2.2</div>
<div class="releasedate">September 01, 2010</div>
<div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=3.2.2&product=nagioscore" target="_blank">Check for updates</a></div>
<div class="version">Version 3.2.3</div>
<div class="releasedate">October 03, 2010</div>
<div class="checkforupdates"><a href="http://www.nagios.org/checkforupdates/?version=3.2.3&product=nagioscore" target="_blank">Check for updates</a></div>
<div class="whatsnew"><a href="docs/whatsnew.html">Read what's new in Nagios Core 3</a></div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
************************************************************************/


#define PROGRAM_VERSION "3.2.2"
#define PROGRAM_MODIFICATION_DATE "09-01-2010"
#define PROGRAM_VERSION "3.2.3"
#define PROGRAM_MODIFICATION_DATE "10-03-2010"

/*#define DEBUG_CHECK_IPC 1 */
/*#define DEBUG_CHECK_IPC2 1*/
Expand Down
2 changes: 1 addition & 1 deletion nagios.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name nagios
%define version 3.2.2
%define version 3.2.3
%define release 1
%define nsusr nagios
%define nsgrp nagios
Expand Down
4 changes: 2 additions & 2 deletions update-version
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ else
fi

# Current version number
CURRENTVERSION=3.2.2
CURRENTVERSION=3.2.3

# Last date
LASTDATE=09-01-2010
LASTDATE=10-03-2010

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

0 comments on commit 882f41e

Please sign in to comment.