Skip to content

Commit b5faacc

Browse files
committed
Release version 2.1.1
1 parent 1b78f2d commit b5faacc

File tree

3 files changed

+79
-57
lines changed

3 files changed

+79
-57
lines changed

ChangeLog

+41
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,47 @@ Please check doc/1-about.md.
44

55
## What's New
66

7+
### What's New in Version 2.1.1
8+
9+
#### Issues
10+
11+
* Bug #6147: Link libcJSON against libm
12+
* Bug #6696: make test fails on openbsd
13+
* Bug #6841: Too many queued messages
14+
* Bug #6862: SSL_read errors during restart
15+
* Bug #6981: SSL errors with interleaved SSL_read/write
16+
* Bug #7029: icinga2.spec: files-attr-not-set for python-icinga2 package
17+
* Bug #7032: "Error parsing performance data" in spite of "enable_perfdata = false"
18+
* Bug #7036: Remove validator for the Script type
19+
* Bug #7037: icinga2-list-objects doesn't work with Python 3
20+
* Bug #7038: Fix rpmlint errors
21+
* Bug #7042: icinga2-list-objects complains about Umlauts and stops output
22+
* Bug #7044: icinga2 init-script terminates with exit code 0 if $DAEMON is not in place or not executable
23+
* Bug #7047: service icinga2 status - prints cat error if the service is stopped
24+
* Bug #7058: Exit code is not initialized for some failed checks
25+
* Bug #7065: pipe2 returns ENOSYS on GNU Hurd and Debian kfreebsd
26+
* Bug #7072: GraphiteWriter should ignore empty perfdata value
27+
* Bug #7080: Missing differentiation between service and systemctl
28+
* Bug #7096: new SSL Errors with too many queued messages
29+
* Bug #7115: Build fails on Haiku
30+
* Bug #7123: Manubulon-Plugin conf Filename wrong
31+
* Bug #7139: GNUInstallDirs.cmake outdated
32+
* Bug #7167: Segfault using cluster in TlsStream::IsEof
33+
* Bug #7168: fping4 doesn't work correctly with the shipped command-plugins.conf
34+
* Bug #7186: Livestatus hangs from time to time
35+
* Bug #7195: fix memory leak ido_pgsql
36+
* Bug #7210: clarify on db ido upgrades
37+
* Feature #6719: Change log message for checking/sending notifications
38+
* Feature #7028: Document how to use @ to escape keywords
39+
* Feature #7033: Add include guards for mkclass files
40+
* Feature #7034: Ensure that namespaces for INITIALIZE_ONCE and REGISTER_TYPE are truly unique
41+
* Feature #7035: Implement support for unity builds
42+
* Feature #7039: Figure out a better way to set the version for snapshot builds
43+
* Feature #7040: Unity builds: Detect whether __COUNTER__ is available
44+
* Feature #7041: Enable unity build for RPM/Debian packages
45+
* Feature #7070: Explain event commands and their integration by a real life example (httpd restart via ssh)
46+
* Feature #7158: Extend documentation for icinga-web on Debian systems
47+
748
### What's New in Version 2.1.0
849

950
#### Changes

doc/1-about.md

+37-56
Original file line numberDiff line numberDiff line change
@@ -46,65 +46,46 @@ Icinga 2 is available as [Vagrant Demo VM](#vagrant).
4646

4747
## <a id="whats-new"></a> What's new
4848

49-
### What's New in Version 2.1.0
50-
51-
#### Changes
52-
53-
* DB IDO schema upgrade ([MySQL](#upgrading-mysql-db),[PostgreSQL](#upgrading-postgresql-db) required!
54-
* new schema version: **1.11.7**
55-
* RPMs install the schema files into `/usr/share/icinga2-ido*` instead of `/usr/share/doc/icinga2-ido*` #6881
56-
* [Information for config objects](#list-configuration-objects) using `icinga2-list-objects` script #6702
57-
* Add Python 2.4 as requirement #6702
58-
* Add search path: If `-c /etc/icinga2/icinga2.conf` is omitted, use `SysconfDir + "/icinga2/icinga2.conf"` #6874
59-
* Change log level for failed commands #6751
60-
* Notifications are load-balanced in a [High Availability cluster setup](#high-availability-notifications) #6203
61-
* New config attribute: `enable_ha`
62-
* DB IDO "run once" or "run everywhere" mode in a [High Availability cluster setup](#high-availability-db-ido) #6203 #6827
63-
* New config attributes: `enable_ha` and `failover_timeout`
64-
* RPMs use the `icingacmd` group for /var/{cache,log,run}/icinga2 #6948
49+
### What's New in Version 2.1.1
6550

6651
#### Issues
6752

68-
* Bug #6881: make install does not install the db-schema
69-
* Bug #6915: use _rundir macro for configuring the run directory
70-
* Bug #6916: External command pipe: Too many open files
71-
* Bug #6917: enforce /usr/lib as base for the cgi path on SUSE distributions
72-
* Bug #6942: ExternalCommandListener fails open pipe: Too many open files
73-
* Bug #6948: check file permissions in /var/cache/icinga2
74-
* Bug #6962: Commands are processed multiple times
75-
* Bug #6964: Host and service checks stuck in "pending" when hostname = localhost a parent/satellite setup
76-
* Bug #7001: Build fails with Boost 1.56
77-
* Bug #7016: 64-bit RPMs are not installable
78-
* Feature #5219: Cluster support for modified attributes
79-
* Feature #6066: Better log messages for cluster changes
80-
* Feature #6203: Better cluster support for notifications / IDO
81-
* Feature #6205: Log replay sends messages to instances which shouldn't get those messages
82-
* Feature #6702: Information for config objects
83-
* Feature #6704: Release 2.1
84-
* Feature #6751: Change log level for failed commands
85-
* Feature #6874: add search path for icinga2.conf
86-
* Feature #6898: Enhance logging for perfdata/graphitewriter
87-
* Feature #6919: Clean up spec file
88-
* Feature #6920: Recommend related packages on SUSE distributions
89-
* API - Bug #6998: ApiListener ignores bind_host attribute
90-
* DB IDO - Feature #6827: delay ido connect in ha cluster
91-
* Documentation - Bug #6870: Wrong object attribute 'enable_flap_detection'
92-
* Documentation - Bug #6878: Wrong parent in Load Distribution
93-
* Documentation - Bug #6909: clarify on which config tools are available
94-
* Documentation - Bug #6968: Update command arguments 'set_if' and beautify error message
95-
* Documentation - Bug #6995: Keyword "required" used inconsistently for host and service "icon_image*" attributes
96-
* Documentation - Feature #6651: Migration: note on check command timeouts
97-
* Documentation - Feature #6703: Documentation for zones and cluster permissions
98-
* Documentation - Feature #6743: Better explanation for HA config cluster
99-
* Documentation - Feature #6839: Explain how the order attribute works in commands
100-
* Documentation - Feature #6864: Add section for reserved keywords
101-
* Documentation - Feature #6867: add section about disabling re-notifications
102-
* Documentation - Feature #6869: Add systemd options: enable, journal
103-
* Documentation - Feature #6922: Enhance Graphite Writer description
104-
* Documentation - Feature #6949: Add documentation for icinga2-list-objects
105-
* Documentation - Feature #6997: how to add a new cluster node
106-
* Documentation - Feature #7018: add example selinux policy for external command pipe
107-
53+
* Bug #6147: Link libcJSON against libm
54+
* Bug #6696: make test fails on openbsd
55+
* Bug #6841: Too many queued messages
56+
* Bug #6862: SSL_read errors during restart
57+
* Bug #6981: SSL errors with interleaved SSL_read/write
58+
* Bug #7029: icinga2.spec: files-attr-not-set for python-icinga2 package
59+
* Bug #7032: "Error parsing performance data" in spite of "enable_perfdata = false"
60+
* Bug #7036: Remove validator for the Script type
61+
* Bug #7037: icinga2-list-objects doesn't work with Python 3
62+
* Bug #7038: Fix rpmlint errors
63+
* Bug #7042: icinga2-list-objects complains about Umlauts and stops output
64+
* Bug #7044: icinga2 init-script terminates with exit code 0 if $DAEMON is not in place or not executable
65+
* Bug #7047: service icinga2 status - prints cat error if the service is stopped
66+
* Bug #7058: Exit code is not initialized for some failed checks
67+
* Bug #7065: pipe2 returns ENOSYS on GNU Hurd and Debian kfreebsd
68+
* Bug #7072: GraphiteWriter should ignore empty perfdata value
69+
* Bug #7080: Missing differentiation between service and systemctl
70+
* Bug #7096: new SSL Errors with too many queued messages
71+
* Bug #7115: Build fails on Haiku
72+
* Bug #7123: Manubulon-Plugin conf Filename wrong
73+
* Bug #7139: GNUInstallDirs.cmake outdated
74+
* Bug #7167: Segfault using cluster in TlsStream::IsEof
75+
* Bug #7168: fping4 doesn't work correctly with the shipped command-plugins.conf
76+
* Bug #7186: Livestatus hangs from time to time
77+
* Bug #7195: fix memory leak ido_pgsql
78+
* Bug #7210: clarify on db ido upgrades
79+
* Feature #6719: Change log message for checking/sending notifications
80+
* Feature #7028: Document how to use @ to escape keywords
81+
* Feature #7033: Add include guards for mkclass files
82+
* Feature #7034: Ensure that namespaces for INITIALIZE_ONCE and REGISTER_TYPE are truly unique
83+
* Feature #7035: Implement support for unity builds
84+
* Feature #7039: Figure out a better way to set the version for snapshot builds
85+
* Feature #7040: Unity builds: Detect whether __COUNTER__ is available
86+
* Feature #7041: Enable unity build for RPM/Debian packages
87+
* Feature #7070: Explain event commands and their integration by a real life example (httpd restart via ssh)
88+
* Feature #7158: Extend documentation for icinga-web on Debian systems
10889

10990
### Archive
11091

icinga2.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
Summary: Network monitoring application
6767
Name: icinga2
68-
Version: 2.1.0
68+
Version: 2.1.1
6969
Release: %{revision}%{?dist}
7070
License: GPL-2.0+
7171
Group: Applications/System

0 commit comments

Comments
 (0)