From 89ff50284cb59d23aa763aa75990205cfcfa89fb Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Tue, 12 Aug 2014 17:28:17 +0200 Subject: [PATCH] released 1.20 Signed-off-by: Sven Nierlein --- Changelog | 4 ++-- Makefile.omd | 4 ++-- packages/omd/omd | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index a517ae60..b06eb2f1 100644 --- a/Changelog +++ b/Changelog @@ -1,10 +1,10 @@ This file documents the revision history for the Open Monitoring Distribution -1.20 +1.20 Aug 25 2014 - apache: Changed order of apache daemon startup/stopping The webserver is now started after the monitoring core, but more important, it is now stopped after the core. This should reduce - the time needed to bring down all worker processes, since there + the time needed to bring down all worker processes, since there are no hanging livestatus connections started by web clients anymore. - debian packge: Removed non existant URL from changelog - perl-modules: diff --git a/Makefile.omd b/Makefile.omd index 3aabcf7c..7dfe9319 100644 --- a/Makefile.omd +++ b/Makefile.omd @@ -1,7 +1,7 @@ # General settings included by all packages -OMD_VERSION = 1.10 -OMD_SERIAL = 31 +OMD_VERSION = 1.20 +OMD_SERIAL = 33 OMD_BASE = /omd OMD_PHYSICAL_BASE = /opt/omd OMD_ROOT = $(OMD_BASE)/versions/$(OMD_VERSION) diff --git a/packages/omd/omd b/packages/omd/omd index 8018ef1a..1837cc35 100644 --- a/packages/omd/omd +++ b/packages/omd/omd @@ -27,7 +27,7 @@ import sys, os, shutil, pwd, grp, re, time, pprint, tty, termios, traceback from subprocess import * -OMD_VERSION = "1.10" +OMD_VERSION = "1.20" # colored output, if stdout is a tty on_tty = sys.stdout.isatty() -- 2.11.4.GIT