Skip to content

Commit b80c3b2

Browse files
committed
Release version 2.0.1
1 parent 2358d70 commit b80c3b2

File tree

4 files changed

+82
-8
lines changed

4 files changed

+82
-8
lines changed

ChangeLog

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,46 @@ Please check doc/1-about.md.
44

55
## What's New
66

7-
### What's New in Version 2.0.0
7+
### What's New in Version 2.0.1
88

9-
Lots of things. Please read doc/1-about.md - "Icinga 2 in a nutshell"
9+
* Bug #6316: application fails to start on wrong log file permissions but does not tell about it
10+
* Bug #6368: Deadlock in ApiListener::RelayMessage
11+
* Bug #6373: base64 on CentOS 5 fails to read certificate bundles
12+
* Bug #6388: Debian package icinga2-classicui needs versioned dependency of icinga-cgi*
13+
* Bug #6488: build warnings
14+
* Bug #6492: icinga2.state could not be opened
15+
* Bug #6493: Copyright problems
16+
* Bug #6498: icinga2 cannot be built with both systemd and init.d files
17+
* Bug #6510: Reminder notifications are sent on disabled services
18+
* Bug #6526: htpasswd should be installed with icinga2-classicui on Ubuntu
19+
* Bug #6529: parsing of double defined command can generate unexpected errors
20+
* Bug #6537: Icinga doesn't send SetLogPosition messages when one of the endpoints fails to connect
21+
* Bug #6551: Improve systemd service definition
22+
* Bug #6565: Dependencies should cache their parent and child object
23+
* Bug #6574: Check command result doesn't match
24+
* Bug #6576: Remove line number information from stack traces
25+
* Bug #6588: Notifications causing segfault from exim
26+
* Bug #6605: Please add --sni option to http check command
27+
* Bug #6612: Icinga stops updating IDO after a while
28+
* Bug #6617: TLS connections are still unstable
29+
* Bug #6620: icinga2-build-ca shouldn't prompt for DN
30+
* Bug #6622: icinga2-sign-key creates ".crt" and ".key" files when the CA passphrase is invalid
31+
* Bug #6657: ICINGA2_SYSCONFIGFILE should use full path using CMAKE_INSTALL_FULL_SYSCONFDIR
32+
* Bug #6662: Increase icinga.cmd Limit
33+
* Bug #6665: Build fails when MySQL is not installed
34+
* Bug #6671: enabled_notification doesn't work as expected
35+
* Bug #6672: Icinga crashes after "Too many queued messages"
36+
* Bug #6673: enable_notifications = false for users has no effect
37+
* Feature #6531: Add port option to check imap/pop/smtp and a new dig
38+
* Feature #6581: Add more options to snmp check
39+
* DB IDO - Bug #5577: PostgreSQL string escaping
40+
* DB IDO - Bug #6577: icinga2-ido-pgsql snapshot package missing dependecy dbconfig-common
41+
* Documentation - Bug #6506: Array section confusing
42+
* Documentation - Bug #6592: Documentation for || and && is missing
43+
* Documentation - Feature #6658: change docs.icinga.org/icinga2/latest to git master
44+
* Livestatus - Bug #6494: Thruk Panorama View cannot query Host Status
45+
* Livestatus - Feature #5312: OutputFormat python
46+
* Migration - Bug #6559: $SERVICEDESC$ isn't getting converted correctly
1047

1148
#### Changes
1249

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Here's a short check-list for releases:
7272
* Bump the version in icinga2.spec.
7373
* Update the ChangeLog and doc/1-about.md files.
7474
* Commit these changes to the "next" branch and create a signed tag (tags/v<VERSION>).
75-
$ git commit -v -a -m "Release version <VERSION>."
75+
$ git commit -v -a -m "Release version <VERSION>"
7676
$ git tag -u EE8E0720 -m "Version <VERSION>" v<VERSION>
7777
$ git push --tags
7878
* Merge the "next" branch into the "master" branch (using --ff-only).

doc/1-about.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +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.0.0
50-
51-
Lots of things. Please read [Icinga 2 in a nutshell](#icinga2-in-a-nutshell).
49+
### What's New in Version 2.0.1
50+
51+
* Bug #6316: application fails to start on wrong log file permissions but does not tell about it
52+
* Bug #6368: Deadlock in ApiListener::RelayMessage
53+
* Bug #6373: base64 on CentOS 5 fails to read certificate bundles
54+
* Bug #6388: Debian package icinga2-classicui needs versioned dependency of icinga-cgi*
55+
* Bug #6488: build warnings
56+
* Bug #6492: icinga2.state could not be opened
57+
* Bug #6493: Copyright problems
58+
* Bug #6498: icinga2 cannot be built with both systemd and init.d files
59+
* Bug #6510: Reminder notifications are sent on disabled services
60+
* Bug #6526: htpasswd should be installed with icinga2-classicui on Ubuntu
61+
* Bug #6529: parsing of double defined command can generate unexpected errors
62+
* Bug #6537: Icinga doesn't send SetLogPosition messages when one of the endpoints fails to connect
63+
* Bug #6551: Improve systemd service definition
64+
* Bug #6565: Dependencies should cache their parent and child object
65+
* Bug #6574: Check command result doesn't match
66+
* Bug #6576: Remove line number information from stack traces
67+
* Bug #6588: Notifications causing segfault from exim
68+
* Bug #6605: Please add --sni option to http check command
69+
* Bug #6612: Icinga stops updating IDO after a while
70+
* Bug #6617: TLS connections are still unstable
71+
* Bug #6620: icinga2-build-ca shouldn't prompt for DN
72+
* Bug #6622: icinga2-sign-key creates ".crt" and ".key" files when the CA passphrase is invalid
73+
* Bug #6657: ICINGA2_SYSCONFIGFILE should use full path using CMAKE_INSTALL_FULL_SYSCONFDIR
74+
* Bug #6662: Increase icinga.cmd Limit
75+
* Bug #6665: Build fails when MySQL is not installed
76+
* Bug #6671: enabled_notification doesn't work as expected
77+
* Bug #6672: Icinga crashes after "Too many queued messages"
78+
* Bug #6673: enable_notifications = false for users has no effect
79+
* Feature #6531: Add port option to check imap/pop/smtp and a new dig
80+
* Feature #6581: Add more options to snmp check
81+
* DB IDO - Bug #5577: PostgreSQL string escaping
82+
* DB IDO - Bug #6577: icinga2-ido-pgsql snapshot package missing dependecy dbconfig-common
83+
* Documentation - Bug #6506: Array section confusing
84+
* Documentation - Bug #6592: Documentation for || and && is missing
85+
* Documentation - Feature #6658: change docs.icinga.org/icinga2/latest to git master
86+
* Livestatus - Bug #6494: Thruk Panorama View cannot query Host Status
87+
* Livestatus - Feature #5312: OutputFormat python
88+
* Migration - Bug #6559: $SERVICEDESC$ isn't getting converted correctly
5289

5390
#### Changes
5491

icinga2.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
1818
# ******************************************************************************/
1919

20-
%define revision 3
20+
%define revision 1
2121

2222
%if "%{_vendor}" == "redhat"
2323
%define el5_boost_version 141
@@ -62,7 +62,7 @@
6262

6363
Summary: Network monitoring application
6464
Name: icinga2
65-
Version: 2.0.0
65+
Version: 2.0.1
6666
Release: %{revision}%{?dist}
6767
License: GPLv2+
6868
Group: Applications/System

0 commit comments

Comments
 (0)