Skip to content

Commit

Permalink
Prep for new release
Browse files Browse the repository at this point in the history
git-svn-id: https://nagios.svn.sourceforge.net/svnroot/nagios/nagioscore/trunk@1117 5f96b256-904b-4d8d-8c98-d829582c6739
  • Loading branch information
Ethan Galstad committed Dec 17, 2007
1 parent ec26e93 commit 431b3b3
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Nagios 3.x Change Log
#####################


3.0rc1 - 12/??/2007
3.0rc1 - 12/17/2007
-------------------
* Fixed bug where status log was left after a restart with faulty config
* Fix for compilation bug on systems that don't support setenv() (e.g. Solaris)
Expand Down
4 changes: 2 additions & 2 deletions base/nagios.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* NAGIOS.C - Core Program Code For Nagios
*
* Program: Nagios
* Version: 3.0b7
* Version: 3.0rc1
* License: GPL
* Copyright (c) 1999-2007 Ethan Galstad (http://www.nagios.org)
*
* First Written: 01-28-1999 (start of development)
* Last Modified: 11-23-2007
* Last Modified: 12-17-2007
*
* Description:
*
Expand Down
4 changes: 2 additions & 2 deletions base/nagiostats.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* NAGIOSTATS.C - Displays Nagios Statistics
*
* Program: Nagiostats
* Version: 3.0b7
* Version: 3.0rc1
* License: GPL
* Copyright (c) 2003-2007 Ethan Galstad ([email protected])
*
* Last Modified: 11-23-2007
* Last Modified: 12-17-2007
*
* License:
*
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1307,9 +1307,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
PKG_NAME=nagios
PKG_VERSION="3.0b7"
PKG_VERSION="3.0rc1"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="11-23-2007"
PKG_REL_DATE="12-17-2007"
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.0b7"
PKG_VERSION="3.0rc1"
PKG_HOME_URL="http://www.nagios.org/"
PKG_REL_DATE="11-23-2007"
PKG_REL_DATE="12-17-2007"

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

<p>
Download the source code tarballs of both Nagios and the Nagios plugins (visit <a href="http://www.nagios.org/download/">http://www.nagios.org/download/</a> for links to the latest versions). At the time of writing, the latest versions of Nagios and the Nagios plugins were 3.0rc1 and 1.4.7, respectively.
Download the source code tarballs of both Nagios and the Nagios plugins (visit <a href="http://www.nagios.org/download/">http://www.nagios.org/download/</a> for links to the latest versions). At the time of writing, the latest versions of Nagios and the Nagios plugins were 3.0rc1 and 1.4.11, respectively.
</p>

<pre>
wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0rc1.tar.gz
wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.7.tar.gz
wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz
</pre>

<p>
Expand Down Expand Up @@ -236,8 +236,8 @@ <h1 class="PageTitle">Fedora Quickstart</h1>

<pre>
cd ~/downloads
tar xzf nagios-plugins-1.4.7.tar.gz
cd nagios-plugins-1.4.7
tar xzf nagios-plugins-1.4.11.tar.gz
cd nagios-plugins-1.4.11
</pre>

<p>
Expand Down
8 changes: 4 additions & 4 deletions html/docs/quickstart-opensuse.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ <h1 class="PageTitle">openSUSE Quickstart</h1>
</pre>

<p>
Download the source code tarballs of both Nagios and the Nagios plugins (visit <a href="http://www.nagios.org/download/">http://www.nagios.org/download/</a> for links to the latest versions). At the time of writing, the latest versions of Nagios and the Nagios plugins were 3.0rc1 and 1.4.7, respectively.
Download the source code tarballs of both Nagios and the Nagios plugins (visit <a href="http://www.nagios.org/download/">http://www.nagios.org/download/</a> for links to the latest versions). At the time of writing, the latest versions of Nagios and the Nagios plugins were 3.0rc1 and 1.4.11, respectively.
</p>

<pre>
wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0rc1.tar.gz
wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.7.tar.gz
wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz
</pre>

<p>
Expand Down Expand Up @@ -213,8 +213,8 @@ <h1 class="PageTitle">openSUSE Quickstart</h1>

<pre>
cd ~/downloads
tar xzf nagios-plugins-1.4.7.tar.gz
cd nagios-plugins-1.4.7
tar xzf nagios-plugins-1.4.11.tar.gz
cd nagios-plugins-1.4.11
</pre>

<p>
Expand Down
8 changes: 4 additions & 4 deletions html/docs/quickstart-ubuntu.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ <h1 class="PageTitle">Ubuntu Quickstart</h1>
</pre>

<p>
Download the source code tarballs of both Nagios and the Nagios plugins (visit <a href="http://www.nagios.org/download/">http://www.nagios.org/download/</a> for links to the latest versions). At the time of writing, the latest versions of Nagios and the Nagios plugins were 3.0rc1 and 1.4.7, respectively.
Download the source code tarballs of both Nagios and the Nagios plugins (visit <a href="http://www.nagios.org/download/">http://www.nagios.org/download/</a> for links to the latest versions). At the time of writing, the latest versions of Nagios and the Nagios plugins were 3.0rc1 and 1.4.11, respectively.
</p>

<pre>
wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0rc1.tar.gz
wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.7.tar.gz
wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.11.tar.gz
</pre>

<p>
Expand Down Expand Up @@ -238,8 +238,8 @@ <h1 class="PageTitle">Ubuntu Quickstart</h1>

<pre>
cd ~/downloads
tar xzf nagios-plugins-1.4.7.tar.gz
cd nagios-plugins-1.4.7
tar xzf nagios-plugins-1.4.11.tar.gz
cd nagios-plugins-1.4.11
</pre>

<p>
Expand Down
4 changes: 2 additions & 2 deletions html/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

<P>
<div align=center>
<div align=center CLASS="version">Version 3.0b7</div>
<div align=center CLASS="releaseDate">November 23, 2007</div>
<div align=center CLASS="version">Version 3.0rc1</div>
<div align=center CLASS="releaseDate">December 17, 2007</div>
</div>
</P>

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.0b7"
#define PROGRAM_MODIFICATION_DATE "11-23-2007"
#define PROGRAM_VERSION "3.0rc1"
#define PROGRAM_MODIFICATION_DATE "12-17-2007"

/*#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.0b7
%define version 3.0rc1
%define release 1.fc4.test
%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.0b7
CURRENTVERSION=3.0rc1

# Last date
LASTDATE=11-23-2007
LASTDATE=12-17-2007

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

0 comments on commit 431b3b3

Please sign in to comment.