Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Prepare new release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andurin committed Jun 16, 2009
1 parent 5da91ac commit 7c5b56d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 17 deletions.
4 changes: 2 additions & 2 deletions base/icinga.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* ICINGA.C - Core Program Code For Icinga
*
* Program: Icinga (Nagios)
* Version: 0.8 (Nagios 3.1.0)
* Version: 0.8.1 (Nagios 3.1.0-cvs)
* License: GPL
* Copyright (c) 1999-2009 Ethan Galstad (http://www.nagios.org)
*
* First Written: 01-28-1999 (start of development)
* Last Modified: 05-20-2009
* Last Modified: 06-17-2009
*
* Description:
*
Expand Down
4 changes: 2 additions & 2 deletions base/icingastats.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* ICINGASTATS.C - Displays Nagios Statistics
*
* Program: Icingastats (based on Nagiostats)
* Version: 0.8
* Version: 0.8.1
* License: GPL
* Copyright (c) 2003-2008 Ethan Galstad ([email protected])
*
* Last Modified: 05-11-2009
* Last Modified: 06-17-2009
*
* License:
*
Expand Down
8 changes: 5 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1763,9 +1763,9 @@ ac_config_headers="$ac_config_headers include/config.h include/snprintf.h includ
PKG_NAME=icinga-core
PKG_VERSION="0.8"
PKG_VERSION="0.8.1"
PKG_HOME_URL="http://www.icinga.org/"
PKG_REL_DATE="05-20-2009"
PKG_REL_DATE="06-17-2009"
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
Expand Down Expand Up @@ -9403,4 +9403,6 @@ echo ""
echo "Review the options above for accuracy. If they look okay,"
echo "type 'make all' to compile the main program and CGIs."
echo ""
echo ""
echo "!!! Please take care about the upgrade documentation !!!"
echo ""
8 changes: 5 additions & 3 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/icinga)

PKG_NAME=icinga-core
PKG_VERSION="0.8"
PKG_VERSION="0.8.1"
PKG_HOME_URL="http://www.icinga.org/"
PKG_REL_DATE="05-20-2009"
PKG_REL_DATE="06-17-2009"

dnl Figure out how to invoke "install" and what install options to use.
AC_PROG_INSTALL
Expand Down Expand Up @@ -903,4 +903,6 @@ echo ""
echo "Review the options above for accuracy. If they look okay,"
echo "type 'make all' to compile the main program and CGIs."
echo ""

echo ""
echo "!!! Please take care about the upgrade documentation !!!"
echo ""
4 changes: 2 additions & 2 deletions html/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</div>

<div id="currentversioninfo">
<div class="version">Version 0.8</div>
<div class="releasedate">Mai 20, 2009</div>
<div class="version">Version 0.8.1</div>
<div class="releasedate">June 17, 2009</div>
<div class="whatsnew"><a href="docs/wb_whatsnew.html">Read what's new in Icinga 0.8</a></div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion icinga.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name icinga
%define version 0.8
%define version 0.8.1
%define release 1
%define nsusr icinga
%define nsgrp icinga
Expand Down
4 changes: 2 additions & 2 deletions include/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

#define PROGRAM_NAME "Icinga"
#define PROGRAM_NAME_UC "ICINGA"
#define PROGRAM_VERSION "0.8"
#define PROGRAM_MODIFICATION_DATE "05-20-2009"
#define PROGRAM_VERSION "0.8.1"
#define PROGRAM_MODIFICATION_DATE "06-17-2009"

/*#define DEBUG_CHECK_IPC 1 */
/*#define DEBUG_CHECK_IPC2 1*/
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=0.8
CURRENTVERSION=0.8.1

# Last date
LASTDATE=05-20-2009
LASTDATE=06-17-2009

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

0 comments on commit 7c5b56d

Please sign in to comment.