]> granicus.if.org Git - icinga2/commitdiff
Release version 2.0.1 v2.0.1
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 10 Jul 2014 08:20:07 +0000 (10:20 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 10 Jul 2014 10:08:28 +0000 (12:08 +0200)
ChangeLog
INSTALL
doc/1-about.md
icinga2.spec

index 88c066246a6697372d7239fbf105966219d0ca99..06644b94f36b9662fc3ddf8a78d9b70880919caf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,46 @@ Please check doc/1-about.md.
 
 ## What's New
 
-### What's New in Version 2.0.0
+### What's New in Version 2.0.1
 
-Lots of things. Please read doc/1-about.md - "Icinga 2 in a nutshell"
+* Bug #6316: application fails to start on wrong log file permissions but does not tell about it
+* Bug #6368: Deadlock in ApiListener::RelayMessage
+* Bug #6373: base64 on CentOS 5 fails to read certificate bundles
+* Bug #6388: Debian package icinga2-classicui needs versioned dependency of icinga-cgi*
+* Bug #6488: build warnings
+* Bug #6492: icinga2.state could not be opened
+* Bug #6493: Copyright problems
+* Bug #6498: icinga2 cannot be built with both systemd and init.d files
+* Bug #6510: Reminder notifications are sent on disabled services
+* Bug #6526: htpasswd should be installed with icinga2-classicui on Ubuntu
+* Bug #6529: parsing of double defined command can generate unexpected errors
+* Bug #6537: Icinga doesn't send SetLogPosition messages when one of the endpoints fails to connect
+* Bug #6551: Improve systemd service definition
+* Bug #6565: Dependencies should cache their parent and child object
+* Bug #6574: Check command result doesn't match
+* Bug #6576: Remove line number information from stack traces
+* Bug #6588: Notifications causing segfault from exim
+* Bug #6605: Please add --sni option to http check command
+* Bug #6612: Icinga stops updating IDO after a while
+* Bug #6617: TLS connections are still unstable
+* Bug #6620: icinga2-build-ca shouldn't prompt for DN
+* Bug #6622: icinga2-sign-key creates ".crt" and ".key" files when the CA passphrase is invalid
+* Bug #6657: ICINGA2_SYSCONFIGFILE should use full path using CMAKE_INSTALL_FULL_SYSCONFDIR
+* Bug #6662: Increase icinga.cmd Limit
+* Bug #6665: Build fails when MySQL is not installed
+* Bug #6671: enabled_notification doesn't work as expected
+* Bug #6672: Icinga crashes after "Too many queued messages"
+* Bug #6673: enable_notifications = false for users has no effect
+* Feature #6531: Add port option to check imap/pop/smtp and a new dig
+* Feature #6581: Add more options to snmp check
+* DB IDO - Bug #5577: PostgreSQL string escaping
+* DB IDO - Bug #6577: icinga2-ido-pgsql snapshot package missing dependecy dbconfig-common
+* Documentation - Bug #6506: Array section confusing
+* Documentation - Bug #6592: Documentation for || and && is missing
+* Documentation - Feature #6658: change docs.icinga.org/icinga2/latest to git master
+* Livestatus - Bug #6494: Thruk Panorama View cannot query Host Status
+* Livestatus - Feature #5312: OutputFormat python
+* Migration - Bug #6559: $SERVICEDESC$ isn't getting converted correctly
 
 #### Changes
 
diff --git a/INSTALL b/INSTALL
index 99e87895300b369c3dd9b15e49896b8d47f39e2f..893f7c3e2d6764e74b919c0f4e510543ba093734 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -72,7 +72,7 @@ Here's a short check-list for releases:
 * Bump the version in icinga2.spec.
 * Update the ChangeLog and doc/1-about.md files.
 * Commit these changes to the "next" branch and create a signed tag (tags/v<VERSION>).
-    $ git commit -v -a -m "Release version <VERSION>."
+    $ git commit -v -a -m "Release version <VERSION>"
     $ git tag -u EE8E0720 -m "Version <VERSION>" v<VERSION>
     $ git push --tags
 * Merge the "next" branch into the "master" branch (using --ff-only).
index 74662461618080d1d9071ecb2a5a7c99228914ac..0f3bbd66df24ebe7158b259a87cddab73456c7c9 100644 (file)
@@ -46,9 +46,46 @@ Icinga 2 is available as [Vagrant Demo VM](#vagrant).
 
 ## <a id="whats-new"></a> What's new
 
-### What's New in Version 2.0.0
-
-Lots of things. Please read [Icinga 2 in a nutshell](#icinga2-in-a-nutshell).
+### What's New in Version 2.0.1
+
+* Bug #6316: application fails to start on wrong log file permissions but does not tell about it
+* Bug #6368: Deadlock in ApiListener::RelayMessage
+* Bug #6373: base64 on CentOS 5 fails to read certificate bundles
+* Bug #6388: Debian package icinga2-classicui needs versioned dependency of icinga-cgi*
+* Bug #6488: build warnings
+* Bug #6492: icinga2.state could not be opened
+* Bug #6493: Copyright problems
+* Bug #6498: icinga2 cannot be built with both systemd and init.d files
+* Bug #6510: Reminder notifications are sent on disabled services
+* Bug #6526: htpasswd should be installed with icinga2-classicui on Ubuntu
+* Bug #6529: parsing of double defined command can generate unexpected errors
+* Bug #6537: Icinga doesn't send SetLogPosition messages when one of the endpoints fails to connect
+* Bug #6551: Improve systemd service definition
+* Bug #6565: Dependencies should cache their parent and child object
+* Bug #6574: Check command result doesn't match
+* Bug #6576: Remove line number information from stack traces
+* Bug #6588: Notifications causing segfault from exim
+* Bug #6605: Please add --sni option to http check command
+* Bug #6612: Icinga stops updating IDO after a while
+* Bug #6617: TLS connections are still unstable
+* Bug #6620: icinga2-build-ca shouldn't prompt for DN
+* Bug #6622: icinga2-sign-key creates ".crt" and ".key" files when the CA passphrase is invalid
+* Bug #6657: ICINGA2_SYSCONFIGFILE should use full path using CMAKE_INSTALL_FULL_SYSCONFDIR
+* Bug #6662: Increase icinga.cmd Limit
+* Bug #6665: Build fails when MySQL is not installed
+* Bug #6671: enabled_notification doesn't work as expected
+* Bug #6672: Icinga crashes after "Too many queued messages"
+* Bug #6673: enable_notifications = false for users has no effect
+* Feature #6531: Add port option to check imap/pop/smtp and a new dig
+* Feature #6581: Add more options to snmp check
+* DB IDO - Bug #5577: PostgreSQL string escaping
+* DB IDO - Bug #6577: icinga2-ido-pgsql snapshot package missing dependecy dbconfig-common
+* Documentation - Bug #6506: Array section confusing
+* Documentation - Bug #6592: Documentation for || and && is missing
+* Documentation - Feature #6658: change docs.icinga.org/icinga2/latest to git master
+* Livestatus - Bug #6494: Thruk Panorama View cannot query Host Status
+* Livestatus - Feature #5312: OutputFormat python
+* Migration - Bug #6559: $SERVICEDESC$ isn't getting converted correctly
 
 #### Changes
 
index 19dff8a140f451e3f2f631b7434080195bc909be..dc20b178909254a68d7004b0dcb162e2e83f326a 100644 (file)
@@ -17,7 +17,7 @@
 # * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.             *
 # ******************************************************************************/
 
-%define revision 3
+%define revision 1
 
 %if "%{_vendor}" == "redhat"
 %define el5_boost_version 141
@@ -62,7 +62,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.0.0
+Version: 2.0.1
 Release: %{revision}%{?dist}
 License: GPLv2+
 Group: Applications/System