From 98e43afd31b2eac677098d2638e2a8816939f43b Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 28 Aug 2014 21:09:09 +0200 Subject: [PATCH] Add Python 2.4 as requirement (Changelog entry missing) refs #6702 refs #6704 --- ChangeLog | 1 + doc/1-about.md | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7b0375112..6c892b8a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ Please check doc/1-about.md. * new schema version: **1.11.7** * RPMs install the schema files into `/usr/share/icinga2-ido*` instead of `/usr/share/doc/icinga2-ido*` #6881 * [Information for config objects](#list-configuration-objects) using `icinga2-list-objects` script #6702 +* Add Python 2.4 as requirement #6702 * Add search path: If `-c /etc/icinga2/icinga2.conf` is omitted, use `SysconfDir + "/icinga2/icinga2.conf"` #6874 * Change log level for failed commands #6751 * Notifications are load-balanced in a [High Availability cluster setup](#high-availability-notifications) #6203 diff --git a/doc/1-about.md b/doc/1-about.md index 6da968a5f..4dff1e2cb 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -54,6 +54,7 @@ Icinga 2 is available as [Vagrant Demo VM](#vagrant). * new schema version: **1.11.7** * RPMs install the schema files into `/usr/share/icinga2-ido*` instead of `/usr/share/doc/icinga2-ido*` #6881 * [Information for config objects](#list-configuration-objects) using `icinga2-list-objects` script #6702 +* Add Python 2.4 as requirement #6702 * Add search path: If `-c /etc/icinga2/icinga2.conf` is omitted, use `SysconfDir + "/icinga2/icinga2.conf"` #6874 * Change log level for failed commands #6751 * Notifications are load-balanced in a [High Availability cluster setup](#high-availability-notifications) #6203