]> granicus.if.org Git - icinga2/blobdiff - ChangeLog
ITL: Fix missing double quote in ssl-cert CheckCommand
[icinga2] / ChangeLog
index 9bcfd78534efdce6f76c4c64419b9f517237c42a..9ac6638da2ebe8d2636f3eb466c26bd17600ec8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,823 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.6.3
+
+#### Changes
+
+This is a bugfix release which addresses a number of bugs we've found since
+2.6.2 was released. It also contains a number of improvements for the Icinga
+documentation.
+
+#### Feature
+
+* Feature 4955 (Documentation): Review CheckCommand documentation including external URLs
+* Feature 5057 (Documentation): Update Security section in the Distributed Monitoring chapter
+* Feature 5055 (Documentation): mysql_socket attribute missing in the documentation for the mysql CheckCommand
+* Feature 5035 (Documentation): Docs: Typo in Distributed Monitoring chapter
+* Feature 5029 (Documentation): Advanced topics: Wrong acknowledgement notification filter
+* Feature 5030 (Documentation): Advanced topics: Mention the API and explain stick acks, fixed/flexible downtimes
+* Feature 3133 (Documentation): [dev.icinga.com #9583] Add practical examples for apply expressions
+* Feature 4996 (Documentation): documentation: mixed up host names in 6-distributed-monitoring.md
+* Feature 4980 (Documentation): Add OpenBSD and AlpineLinux package repositories to the documentation
+* Feature 4954 (Documentation): Add an example for /v1/actions/process-check-result which uses filter/type
+
+#### Bugfixes
+
+* Bug 5080 (IDO): Missing index use can cause icinga_downtimehistory queries to hang indefinitely
+* Bug 4603 (IDO): [dev.icinga.com #12597] With too many comments, Icinga reload process won't finish reconnecting to database
+* Bug 4989 (Check Execution): Icinga daemon runs with nice 5 after reload
+* Bug 4930 (Cluster): Change "Discarding 'config update object'" log messages to notice log level
+
+### What's New in Version 2.6.2
+
+#### Changes
+
+This is a bugfix release which addresses a crash that can occur when removing
+configuration files for objects which have been deleted via the API.
+
+#### Bugfixes
+
+* Bug 4952 (API): Icinga crashes while trying to remove configuration files for objects which no longer exist
+
+### What's New in Version 2.6.1
+
+#### Changes
+
+This release addresses a number of bugs we have identified in version 2.6.0.
+The documentation changes
+reflect our recent move to GitHub.
+
+#### Feature
+
+* Feature 4950 (Documentation): doc/6-distributed-monitoring.md: Fix typo
+* Feature 4934 (Documentation): Update contribution section for GitHub
+* Feature 4923 (Documentation): [dev.icinga.com #14011] Migration to Github
+* Feature 4917 (Documentation): [dev.icinga.com #13969] Incorrect license file mentioned in README.md
+* Feature 4916 (Documentation): [dev.icinga.com #13967] Add travis-ci build status logo to README.md
+* Feature 4813 (libicinga): [dev.icinga.com #13345] Include argument name for log message about incorrect set_if values
+* Feature 4908 (Documentation): [dev.icinga.com #13897] Move domain to icinga.com
+* Feature 4803 (Documentation): [dev.icinga.com #13277] Update Repositories in Docs
+* Feature 4885 (Documentation): [dev.icinga.com #13671] SLES 12 SP2 libboost_thread package requires libboost_chrono
+* Feature 4868 (Documentation): [dev.icinga.com #13569] Add more build details to INSTALL.md
+* Feasture 4869 (Documentation): [dev.icinga.com #13571] Update RELEASE.md
+
+#### Bugfixes
+
+* Bug 4950 (IDO): IDO schema update is not compatible to MySQL 5.7
+* Bug 4882 (libbase): [dev.icinga.com #13655] Crash - Error: parse error: premature EOF bug High libbase
+* Bug 4867 (libbase) [dev.icinga.com #13567] SIGPIPE shutdown on config reload
+* Bug 4874 (IDO) [dev.icinga.com #13617] IDO: Timestamps in PostgreSQL may still have a time zone offset
+* Bug 4877 (IDO) [dev.icinga.com #13633] IDO MySQL schema not working on MySQL 5.7
+* Bug 4870 (Packages): [dev.icinga.com #13573] SLES11 SP4 dependency on Postgresql >= 8.4
+
+### What's New in Version 2.6.0
+
+#### Changes
+
+* Client/Satellite setup
+ * The "bottom up" client configuration mode has been deprecated. Check [#13255](https://dev.icinga.com/issues/13255) for additional details and migration.
+* Linux/Unix daemon
+ * Ensure that Icinga 2 does not leak file descriptors to executed commands. 
+ * There are 2 processes started instead of previously just one process.
+* Windows client
+ * Package bundles NSClient++ 0.5.0. ITL CheckCommands have been updated too.
+ * Allow to configure the user account for the Icinga 2 service. This is useful if several checks require administrator permissions (e.g. check_update.exe)
+ * Bugfixes for check plugins
+* Cluster and API
+ * Provide location information for objects and templates in the API
+ * Improve log message for ignored config updates
+ * Fix cluster resync problem with API created objects (hosts, downtimes, etc.)
+ * Fix that API-created objects in a global zone are not synced to child endpoints
+* Notifications
+ * Several bugfixes for downtime, custom and flapping notifications
+* New ITL CheckCommands: logstash, glusterfs, iostats
+* Package builds require a compiler which supports C++11 features (gcc-c++ >= 4.7, clang++)
+* DB IDO
+ * Schema upgrade required (2.6.0.sql)
+ * This update fixes timestamp columns required by Icinga Web 2 and might take a while. Please ensure to schedule a maintenance task for your database upgrade.
+
+#### Feature
+
+* Feature 12566 (API): Provide location information for objects and templates in the API
+* Feature 13255 (Cluster): Deprecate cluster/client mode "bottom up" w/ repository.d and node update-config
+* Feature 12844 (Cluster): Check whether nodes are synchronizing the API log before putting them into UNKNOWN
+* Feature 12623 (Cluster): Improve log message for ignored config updates
+* Feature 12635 (Configuration): Suppress compiler warnings for auto-generated code
+* Feature 12575 (Configuration): Implement support for default templates
+* Feature 12554 (Configuration): Implement a command-line argument for "icinga2 console" to allow specifying a script file
+* Feature 12544 (Configuration): Remove unused method: ApplyRule::DiscardRules
+* Feature 10675 (Configuration): Command line option for config syntax validation
+* Feature 13491 (Documentation): Update README.md and correct project URLs
+* Feature 13457 (Documentation): Add a note for boolean values in the disk CheckCommand section
+* Feature 13455 (Documentation): Troubleshooting: Add examples for fetching the executed command line
+* Feature 13443 (Documentation): Update Windows screenshots in the client documentation
+* Feature 13437 (Documentation): Add example for concurrent_checks in CheckerComponent object type
+* Feature 13395 (Documentation): Add a note about removing "conf.d" on the client for "top down command endpoint" setups
+* Feature 13327 (Documentation): Update API and Library Reference chapters
+* Feature 13319 (Documentation): Add a note about pinning checks w/ command_endpoint
+* Feature 13297 (Documentation): Add a note about default template import to the CheckCommand object
+* Feature 13199 (Documentation): Doc: Swap packages.icinga.com w/ DebMon
+* Feature 12834 (Documentation): Add more Timeperiod examples in the documentation
+* Feature 12832 (Documentation): Add an example of multi-parents configuration for the Migration chapter
+* Feature 12587 (Documentation): Update service monitoring and distributed docs
+* Feature 12449 (Documentation): Add information about function 'range'
+* Feature 13449 (ITL): Add tempdir attribute to postgres CheckCommand
+* Feature 13435 (ITL): Add sudo option to mailq CheckCommand
+* Feature 13433 (ITL): Add verbose parameter to http CheckCommand
+* Feature 13431 (ITL): Add timeout option to mysql_health CheckCommand
+* Feature 12762 (ITL): Add a radius CheckCommand for the radius check provide by nagios-plugins
+* Feature 12755 (ITL): Add CheckCommand definition for check_logstash
+* Feature 12739 (ITL): Add timeout option to oracle_health CheckCommand
+* Feature 12613 (ITL): Add CheckCommand definition for check_iostats
+* Feature 12516 (ITL): ITL - check_vmware_esx - specify a datacenter/vsphere server for esx/host checks
+* Feature 12040 (ITL): Add CheckCommand definition for check_glusterfs
+* Feature 12576 (Installation): Use raw string literals in mkembedconfig
+* Feature 12564 (Installation): Improve detection for the -flto compiler flag
+* Feature 12552 (Installation): Set versions for all internal libraries
+* Feature 12537 (Installation): Update cmake config to require a compiler that supports C++11
+* Feature 9119 (Installation): Make the user account configurable for the Windows service
+* Feature 12733 (Packages): Windows Installer should include NSClient++ 0.5.0
+* Feature 12679 (Plugins): Review windows plugins performance output
+* Feature 13225 (Tests): Add unit test for notification state/type filter checks
+* Feature 12530 (Tests): Implement unit tests for state changes
+* Feature 12562 (libbase): Use lambda functions for INITIALIZE_ONCE
+* Feature 12561 (libbase): Use 'auto' for iterator declarations
+* Feature 12555 (libbase): Implement an rvalue constructor for the String and Value classes
+* Feature 12538 (libbase): Replace BOOST_FOREACH with range-based for loops
+* Feature 12536 (libbase): Add -fvisibility=hidden to the default compiler flags
+* Feature 12510 (libbase): Implement an environment variable to keep Icinga from closing FDs on startup
+* Feature 12509 (libbase): Avoid unnecessary string copies
+* Feature 12507 (libbase): Remove deprecated functions
+* Feature 9182 (libbase): Better message for apply errors
+* Feature 12578 (libicinga): Make sure that libmethods is automatically loaded even when not using the ITL
+
+#### Bugfixes
+
+* Bug 12860 (API): Icinga crashes while deleting a config file which doesn't exist anymore
+* Bug 12667 (API): Crash in HttpRequest::Parse while processing HTTP request
+* Bug 12621 (API): Invalid API filter error messages
+* Bug 11541 (API): Objects created in a global zone are not synced to child endpoints
+* Bug 11329 (API): API requests from execute-script action are too verbose
+* Bug 13419 (CLI): Wrong help string for node setup cli command argument --master_host
+* Bug 12741 (CLI): Parse error: "premature EOF" when running "icinga2 node update-config"
+* Bug 12596 (CLI): Last option highlighted as the wrong one, even when it is not the culprit
+* Bug 13151 (Cluster): Crash w/ SendNotifications cluster handler and check result with empty perfdata
+* Bug 11684 (Cluster): Cluster resync problem with API created objects
+* Bug 10897 (Compat): SCHEDULE_AND_PROPAGATE_HOST_DOWNTIME command missing
+* Bug 10896 (Compat): SCHEDULE_AND_PROPAGATE_TRIGGERED_HOST_DOWNTIME command missing
+* Bug 12749 (Configuration): Configuration validation fails when setting tls_protocolmin to TLSv1.2
+* Bug 12633 (Configuration): Validation does not highlight the correct attribute
+* Bug 12571 (Configuration): Debug hints for dictionary expressions are nested incorrectly
+* Bug 12556 (Configuration): Config validation shouldnt allow 'endpoints = [ "" ]'
+* Bug 13221 (DB IDO): PostgreSQL: Don't use timestamp with timezone for UNIX timestamp columns
+* Bug 12558 (DB IDO): Getting error during schema update
+* Bug 12514 (DB IDO): Don't link against libmysqlclient_r
+* Bug 10502 (DB IDO): MySQL 5.7.9, Incorrect datetime value Error
+* Bug 13519 (Documentation): "2.1.4. Installation Paths" should contain systemd paths
+* Bug 13517 (Documentation): Update "2.1.3. Enabled Features during Installation" - outdated "feature list"
+* Bug 13515 (Documentation): Update package instructions for Fedora
+* Bug 13411 (Documentation): Missing API headers for X-HTTP-Method-Override
+* Bug 13407 (Documentation): Fix example in PNP template docs
+* Bug 13267 (Documentation): Docs: Typo in "CLI commands" chapter
+* Bug 12933 (Documentation): Docs: wrong heading level for commands.conf and groups.conf
+* Bug 12831 (Documentation): Typo in the documentation
+* Bug 12822 (Documentation): Fix some spelling mistakes
+* Bug 12725 (Documentation): Add documentation for logrotation for the mainlog feature
+* Bug 12681 (Documentation): Corrections for distributed monitoring chapter
+* Bug 12664 (Documentation): Docs: Migrating Notification example tells about filters instead of types
+* Bug 12662 (Documentation): GDB example in the documentation isn't working
+* Bug 12594 (Documentation): Typo in distributed monitoring docs
+* Bug 12577 (Documentation): Fix help output for update-links.py
+* Bug 12995 (Graphite): Performance data writer for Graphite : Values without fraction limited to 2147483647 (7FFFFFFF)
+* Bug 12849 (ITL): Default values for check_swap are incorrect
+* Bug 12838 (ITL): snmp_miblist variable to feed the -m option of check_snmp is missing in the snmpv3 CheckCommand object
+* Bug 12747 (ITL): Problem passing arguments to nscp-local CheckCommand objects
+* Bug 12588 (ITL): Default disk plugin check should not check inodes
+* Bug 12586 (ITL): Manubulon: Add missing procurve memory flag
+* Bug 12573 (ITL): Fix code style violations in the ITL
+* Bug 12570 (ITL): Incorrect help text for check_swap
+* Bug 12535 (Installation): logrotate file is not properly generated when the logrotate binary resides in /usr/bin
+* Bug 13205 (Notifications): Recovery notifications sent for Not-Problem notification type if notified before
+* Bug 12892 (Notifications): Flapping notifications sent for soft state changes
+* Bug 12670 (Notifications): Forced custom notification is setting "force_next_notification": true permanently
+* Bug 12560 (Notifications): Don't send Flapping* notifications when downtime is active
+* Bug 12549 (Notifications): Fixed downtimes scheduled for a future date trigger DOWNTIMESTART notifications
+* Bug 12276 (Perfdata): InfluxdbWriter does not write state other than 0
+* Bug 12155 (Plugins): check_network performance data in invalid format - ingraph
+* Bug 10489 (Plugins): Windows Agent: performance data of check_perfmon
+* Bug 10487 (Plugins): Windows Agent: Performance data values for check_perfmon.exe are invalid sometimes
+* Bug 9831 (Plugins): Implement support for resolving DNS hostnames in check_ping.exe
+* Bug 12940 (libbase): SIGALRM handling may be affected by recent commit
+* Bug 12718 (libbase): Crash in ClusterEvents::SendNotificationsAPIHandler
+* Bug 12545 (libbase): Add missing initializer for WorkQueue::m_NextTaskID
+* Bug 12534 (libbase): Fix compiler warnings
+* Bug 8900 (libbase): File descriptors are leaked to child processes which makes SELinux unhappy
+* Bug 13275 (libicinga): Icinga tries to delete Downtime objects that were statically configured
+* Bug 13103 (libicinga): Config validation crashes when using command_endpoint without also having an ApiListener object
+* Bug 12602 (libicinga): Remove unused last_in_downtime field
+* Bug 12592 (libicinga): Unexpected state changes with max_check_attempts = 2
+* Bug 12511 (libicinga): Don't update TimePeriod ranges for inactive objects
+
+### What's New in Version 2.5.4
+
+#### Bugfixes
+
+* Bug 11932 (Checker): many check commands executed at same time when master reload
+
+### What's New in Version 2.5.3
+
+#### Changes
+
+This release addresses an issue with PostgreSQL support for the IDO database module.
+
+#### Bugfixes
+
+* Bug 12533 (DB IDO): ido pgsql migration from 2.4.0 to 2.5.0 : wrong size for config_hash
+
+### What's New in Version 2.5.2
+
+#### Bugfixes
+
+* Bug 12527 (DB IDO): Newly added group member tables in the IDO database are not updated
+* Bug 12529 (Checker): Icinga 2 sends SOFT recovery notifications
+
+### What's New in Version 2.5.1
+
+#### Bugfixes
+
+* Bug 12517 (Notifications): Icinga 2 sends recovery notifications for SOFT NOT-OK states
+
+### What's New in Version 2.5.0
+
+#### Changes
+
+* InfluxdbWriter feature
+* API
+    * New endpoints: /v1/variables and /v1/templates (GET requests), /v1/action/generate-ticket (POST request)
+    * State/type filters for notifications/users are now string values (PUT, POST, GET requests)
+* Configuration
+    * TimePeriod excludes/includes attributes
+    * DateTime object for formatting time strings
+    * New prototype methods: Array#filter, Array#unique, Array#map, Array#reduce
+    * icinga2.conf now includes plugins-contrib, manubulon, windows-plugins, nscp by default (ITL CheckCommand definitions)
+    * Performance improvements (config compiler and validation)
+* CLI
+    * 'icinga2 object list' formats state/type filters as string values
+    * Compiled config files are now visible with "notice" debug level (hidden by default)
+    * CA serial file now uses a hash value (HA cluster w/ 2 CA directories)
+* Cluster
+    * There is a known issue with >2 endpoints inside a zone. Icinga 2 will now log a warning.
+    * Support for accepted ciphers and minimum TLS version
+    * Connection and error logging has been improved.
+* DB IDO
+    * Schema upgrade required (2.5.0.sql)
+    * Incremental config dump (performance boost)
+    * `categories` attribute is now an array. Previous method is deprecated and to be removed.
+    * DbCatLog is not enabled by default anymore.
+    * SSL support for MySQL
+* New packages
+    * vim-icinga2 for syntax highlighting
+    * libicinga2 (Debian), icinga2-libs (RPM) for Icinga Studio packages
+
+#### Feature
+
+* Feature 7355 (libicinga): Exclude option for TimePeriod definitions
+* Feature 8401 (Packages): Package for syntax highlighting
+* Feature 9184 (Perfdata): Add timestamp support for GelfWriter
+* Feature 9264 (ITL): Extend CheckCommand definitions for nscp-local
+* Feature 9725 (DB IDO): Add SSL support for the IdoMysqlConnection feature
+* Feature 9839 (Configuration): Implement support for formatting date/time
+* Feature 9858 (Perfdata): Gelf module: expose 'perfdata' fields for 'CHECK_RESULT' events
+* Feature 10140 (libicinga): Remove the deprecated IcingaStatusWriter feature
+* Feature 10480 (Perfdata): Add InfluxDbWriter feature
+* Feature 10553 (Documentation): Update SELinux documentation
+* Feature 10669 (ITL): Add IPv4/IPv6 support to the rest of the monitoring-plugins
+* Feature 10722 (ITL): icinga2.conf: Include plugins-contrib, manubulon, windows-plugins, nscp by default
+* Feature 10816 (libbase): Add name attribute for WorkQueue class
+* Feature 10952 (Packages): Provide packages for icinga-studio on Fedora
+* Feature 11063 (API): Implement SSL cipher configuration support for the API feature
+* Feature 11290 (API): ApiListener: Force server's preferred cipher
+* Feature 11292 (API): ApiListener: Make minimum TLS version configurable
+* Feature 11359 (ITL): Add "retries" option to check_snmp command
+* Feature 11419 (Configuration): Config parser should not log names of included files by default
+* Feature 11423 (libicinga): Cleanup downtimes created by ScheduleDowntime
+* Feature 11445 (Configuration): Allow strings in state/type filters
+* Feature 11599 (Documentation): Documentation review
+* Feature 11612 (Configuration): Improve performance for field accesses
+* Feature 11623 (Installation): Add script for automatically cherry-picking commits for minor versions
+* Feature 11659 (Configuration): Remove the (unused) 'inherits' keyword
+* Feature 11706 (API): Improve logging for HTTP API requests
+* Feature 11739 (Packages): Windows Installer: Remove dependency on KB2999226 package
+* Feature 11772 (Cluster): Add lag threshold for cluster-zone check
+* Feature 11837 (Documentation): Use HTTPS for debmon.org links in the documentation
+* Feature 11869 (ITL): Add CIM port parameter for esxi_hardware CheckCommand
+* Feature 11875 (Tests): Add debugging mode for Utility::GetTime
+* Feature 11931 (ITL): Adding option to access ifName for manubulon snmp-interface check command
+* Feature 11941 (API): Support for enumerating available templates via the API
+* Feature 11955 (API): Implement support for getting a list of global variables from the API
+* Feature 11967 (DB IDO): Update DB IDO schema version to 1.14.1
+* Feature 11968 (DB IDO): Enhance IDO check with schema version info
+* Feature 11970 (ITL): add check command for plugin check_apache_status
+* Feature 12006 (ITL): Add check command definitions for kdc and rbl
+* Feature 12018 (Graphite): Add acknowledgement type to Graphite, InfluxDB, OpenTSDB metadata
+* Feature 12024 (DB IDO): Change Ido*Connection 'categories' attribute to an array
+* Feature 12041 (API): API: Add missing downtime_depth attribute
+* Feature 12061 (ITL): Add check command definition for db2_health
+* Feature 12106 (DB IDO): Do not populate logentries table by default
+* Feature 12116 (Cluster): Enhance client disconnect message for "No data received on new API connection."
+* Feature 12189 (ITL): Add support for "-A" command line switch to CheckCommand "snmp-process"
+* Feature 12194 (Cluster): Improve log message for connecting nodes without configured Endpoint object
+* Feature 12201 (Cluster): Improve error messages for failed certificate validation
+* Feature 12215 (Cluster): Include IP address and port in the "New connection" log message
+* Feature 12221 (ITL): A lot of missing parameters for (latest) mysql_health
+* Feature 12222 (Cluster): Log a warning if there are more than 2 zone endpoint members
+* Feature 12234 (CLI): Add history for icinga2 console
+* Feature 12247 (Configuration): Add map/reduce and filter functionality for the Array class
+* Feature 12254 (API): Remove obsolete debug log message
+* Feature 12256 (ITL): Add check command definition for check_graphite
+* Feature 12287 (Cluster): Enhance TLS handshake error messages with connection information
+* Feature 12304 (Notifications): Add the notification type into the log message
+* Feature 12314 (ITL): Add command definition for check_mysql_query
+* Feature 12327 (API): Support for determining the Icinga 2 version via the API
+* Feature 12329 (libicinga): Implement process_check_result script method for the Checkable class
+* Feature 12336 (libbase): Improve logging for the WorkQueue class
+* Feature 12338 (Configuration): Move internal script functions into the 'Internal' namespace
+* Feature 12386 (Documentation): Rewrite Client and Cluster chapter and; add service monitoring chapter
+* Feature 12389 (libbase): Include compiler name/version and build host name in --version
+* Feature 12392 (ITL): Add custom variables for all check_swap arguments
+* Feature 12393 (libbase): Implement support for marking functions as deprecated
+* Feature 12407 (CLI): Implement support for inspecting variables with LLDB/GDB
+* Feature 12408 (Configuration): Implement support for namespaces
+* Feature 12412 (Documentation): Add URL and short description for Monitoring Plugins inside the ITL documentation
+* Feature 12424 (ITL): Add perfsyntax parameter to nscp-local-counter CheckCommand
+* Feature 12426 (Configuration): Implement comparison operators for the Array class
+* Feature 12433 (API): Add API action for generating a PKI ticket
+* Feature 12434 (DB IDO): Remove unused code from the IDO classes
+* Feature 12435 (DB IDO): Incremental updates for the IDO database
+* Feature 12448 (libbase): Improve performance for type lookups
+* Feature 12450 (Cluster): Improve performance for Endpoint config validation
+* Feature 12457 (libbase): Remove unnecessary Dictionary::Contains calls
+* Feature 12468 (ITL): Add interfacetable CheckCommand options --trafficwithpkt and --snmp-maxmsgsize
+* Feature 12477 (Documentation): Development docs: Add own section for gdb backtrace from a running process
+* Feature 12481 (libbase): Remove some unused #includes
+
+#### Bugfixes
+
+* Bug 7354 (libicinga): Disable immediate hard state after first checkresult
+* Bug 9242 (Cluster): Custom notification external commands do not work in a master-master setup
+* Bug 9848 (libbase): Function::Invoke should optionally register ScriptFrame
+* Bug 10061 (DB IDO): IDO: icinga_host/service_groups alias columns are TEXT columns
+* Bug 10066 (DB IDO): Missing indexes for icinga_endpoints* and icinga_zones* tables in DB IDO schema
+* Bug 10069 (DB IDO): IDO: check_source should not be a TEXT field
+* Bug 10070 (DB IDO): IDO: there is no usable object index on icinga_{scheduleddowntime,comments}
+* Bug 10075 (libbase): Race condition in CreatePipeOverlapped
+* Bug 10363 (Notifications): Notification times w/ empty begin/end specifications prevent sending notifications
+* Bug 10570 (API): /v1 returns HTML even if JSON is requested
+* Bug 10903 (Perfdata): GELF multi-line output
+* Bug 10937 (Configuration): High CPU usage with self-referenced parent zone config
+* Bug 11182 (DB IDO): IDO: entry_time of all comments is set to the date and time when Icinga 2 was restarted
+* Bug 11196 (Cluster): High load when pinning command endpoint on HA cluster
+* Bug 11483 (libicinga): Numbers are not properly formatted in runtime macro strings
+* Bug 11562 (Notifications): last_problem_notification should be synced in HA cluster
+* Bug 11590 (Notifications): notification interval = 0 not honoured in HA clusters
+* Bug 11622 (Configuration): Don't allow flow control keywords outside of other flow control constructs
+* Bug 11648 (Packages): Reload permission error with SELinux
+* Bug 11650 (Packages): RPM update starts disabled icinga2 service
+* Bug 11688 (DB IDO): Outdated downtime/comments not removed from IDO database (restart)
+* Bug 11730 (libicinga): Icinga 2 client gets killed during network scans
+* Bug 11782 (Packages): Incorrect filter in pick.py
+* Bug 11793 (Documentation): node setup: Add a note for --endpoint syntax for client-master connection
+* Bug 11817 (Installation): Windows: Error with repository handler (missing /var/lib/icinga2/api/repository path)
+* Bug 11823 (DB IDO): Volatile check results for OK->OK transitions are logged into DB IDO statehistory
+* Bug 11825 (libicinga): Problems with check scheduling for HARD state changes (standalone/command_endpoint)
+* Bug 11832 (Tests): Boost tests are missing a dependency on libmethods
+* Bug 11847 (Documentation): Missing quotes for API action URL
+* Bug 11851 (Notifications): Downtime notifications do not pass author and comment
+* Bug 11862 (libicinga): SOFT OK-state after returning from a soft state
+* Bug 11887 (ITL): Add "fuse.gvfsd-fuse" to the list of excluded file systems for check_disk
+* Bug 11890 (Configuration): Config validation should not delete comments/downtimes w/o reference
+* Bug 11894 (Configuration): Incorrect custom variable name in the hosts.conf example config
+* Bug 11898 (libicinga): last SOFT state should be hard (max_check_attempts)
+* Bug 11899 (libicinga): Flapping Notifications dependent on state change
+* Bug 11903 (Documentation): Fix systemd client command formatting
+* Bug 11905 (Documentation): Improve "Endpoint" documentation
+* Bug 11926 (API): Trying to delete an object protected by a permissions filter, ends up deleting all objects that match the filter instead
+* Bug 11933 (DB IDO): SOFT state changes with the same state are not logged
+* Bug 11962 (DB IDO): Overflow in current_notification_number column in DB IDO MySQL
+* Bug 11991 (Documentation): Incorrect URL for API examples in the documentation
+* Bug 11993 (DB IDO): Comment/Downtime delete queries are slow
+* Bug 12003 (libbase): Hang in TlsStream::Handshake
+* Bug 12008 (Documentation): Add a note about creating Zone/Endpoint objects with the API
+* Bug 12016 (Configuration): ConfigWriter::EmitScope incorrectly quotes dictionary keys
+* Bug 12022 (Configuration): Icinga crashes when using include_recursive in an object definition
+* Bug 12029 (Documentation): Migration docs still show unsupported CHANGE_*MODATTR external commands
+* Bug 12044 (Packages): Icinga fails to build with OpenSSL 1.1.0
+* Bug 12046 (Documentation): Typo in Manubulon CheckCommand documentation
+* Bug 12067 (Documentation): Documentation: Setting up Plugins section is broken
+* Bug 12077 (Documentation): Add a note to the docs that API POST updates to custom attributes/groups won't trigger re-evaluation
+* Bug 12085 (DB IDO): deadlock in ido reconnect
+* Bug 12092 (API): Icinga incorrectly disconnects all endpoints if one has a wrong certificate
+* Bug 12098 (Configuration): include_recursive should gracefully handle inaccessible files
+* Bug 12099 (Packages): Build fails with Visual Studio 2013
+* Bug 12100 (libbase): Ensure to clear the SSL error queue before calling SSL_{read,write,do_handshake}
+* Bug 12107 (DB IDO): Add missing index on state history for DB IDO cleanup
+* Bug 12135 (ITL): ITL: check_iftraffic64.pl default values, wrong postfix value in CheckCommand
+* Bug 12144 (Documentation): pkg-config is not listed as a build requirement in INSTALL.md
+* Bug 12147 (DB IDO): IDO module starts threads before daemonize
+* Bug 12179 (Cluster): Duplicate messages for command_endpoint w/ master and satellite
+* Bug 12180 (Cluster): CheckerComponent sometimes fails to schedule checks in time
+* Bug 12193 (Cluster): Increase cluster reconnect interval
+* Bug 12199 (API): Fix URL encoding for '&'
+* Bug 12204 (Documentation): Improve author information about check_yum
+* Bug 12210 (DB IDO): Do not clear {host,service,contact}group_members tables on restart
+* Bug 12216 (libicinga): icinga check reports "-1" for minimum latency and execution time and only uptime has a number but 0
+* Bug 12217 (Documentation): Incorrect documentation about apply rules in zones.d directories
+* Bug 12219 (Documentation): Missing explanation for three level clusters with CSR auto-signing
+* Bug 12225 (libicinga): Icinga stats min_execution_time and max_execution_time are invalid
+* Bug 12227 (Perfdata): Incorrect escaping / formatting of perfdata to InfluxDB
+* Bug 12237 (Installation): Increase default systemd timeout
+* Bug 12257 (Notifications): Notification interval mistimed
+* Bug 12259 (Documentation): Incorrect API permission name for /v1/status in the documentation
+* Bug 12267 (Notifications): Multiple notifications when master fails
+* Bug 12274 (ITL): -q option for check_ntp_time is wrong
+* Bug 12288 (DB IDO): Change the way outdated comments/downtimes are deleted on restart
+* Bug 12293 (Notifications): Missing notification for recovery during downtime
+* Bug 12302 (Cluster): Remove obsolete README files in tools/syntax
+* Bug 12310 (Notifications): Notification sent too fast when one master fails
+* Bug 12318 (Configuration): Icinga doesn't delete temporary icinga2.debug file when config validation fails
+* Bug 12331 (libbase): Fix building Icinga with -fvisibility=hidden
+* Bug 12333 (Notifications): Incorrect downtime notification events
+* Bug 12334 (libbase): Handle I/O errors while writing the Icinga state file more gracefully
+* Bug 12390 (libbase): Disallow casting "" to an Object
+* Bug 12391 (libbase): Don't violate POSIX by ensuring that the argument to usleep(3) is less than 1000000
+* Bug 12395 (libicinga): Flexible downtimes should be removed after trigger_time+duration
+* Bug 12401 (DB IDO): Fixed downtime start does not update actual_start_time
+* Bug 12402 (Notifications): Notification resent, even if interval = 0
+* Bug 12404 (Notifications): Add log message if notifications are forced (i.e. filters are not checked)
+* Bug 12409 (Configuration): 'use' keyword cannot be used with templates
+* Bug 12416 (Documentation): The description for the http_certificate attribute doesn't have the right default value
+* Bug 12417 (DB IDO): IDO does duplicate config updates
+* Bug 12418 (DB IDO): IDO marks objects as inactive on shutdown
+* Bug 12422 (CLI): pki sign-csr does not log where it is writing the certificate file
+* Bug 12425 (libicinga): CompatUtility::GetCheckableNotificationStateFilter is returning an incorrect value
+* Bug 12428 (DB IDO): Fix the "ido" check command for use with command_endpoint
+* Bug 12430 (DB IDO): ido CheckCommand returns returns "Could not connect to database server" when HA enabled
+* Bug 12432 (Cluster): Only allow sending command_endpoint checks to directly connected child zones
+* Bug 12438 (libbase): Replace GetType()->GetName() calls with GetReflectionType()->GetName()
+* Bug 12442 (Documentation): Missing documentation for "legacy-timeperiod" template
+* Bug 12452 (Installation): Remove unused functions from icinga-installer
+* Bug 12453 (libbase): Use hash-based serial numbers for new certificates
+* Bug 12454 (API): API: action schedule-downtime requires a duration also when fixed is true
+* Bug 12458 (DB IDO): Insert fails for the icinga_scheduleddowntime table due to duplicate key
+* Bug 12459 (DB IDO): Query for customvariablestatus incorrectly updates the host's/service's insert ID
+* Bug 12460 (Cluster): DB IDO started before daemonizing (no systemd)
+* Bug 12461 (DB IDO): IDO query fails due to key contraint violation for the icinga_customvariablestatus table
+* Bug 12464 (API): API: events for DowntimeTriggered does not provide needed information
+* Bug 12473 (Documentation): Docs: API example uses wrong attribute name
+* Bug 12474 (libmethods): ClrCheck is null on *nix
+* Bug 12475 (Cluster): Incorrect certificate validation error message
+* Bug 12487 (Configuration): Memory leak when using closures
+* Bug 12488 (Documentation): Typo in Notification object documentation
+
+### What's New in Version 2.4.10
+
+#### Bugfixes
+
+* Bug 11812 (Checker): Checker component doesn't execute any checks for command_endpoint
+
+### What's New in Version 2.4.9
+
+#### Changes
+
+This release fixes a number of issues introduced in 2.4.8.
+
+#### Bugfixes
+
+* Bug 11801 (Perfdata): Error: Function call 'rename' for file '/var/spool/icinga2/tmp/service-perfdata' failed with error code 2, 'No such file or directory'
+* Bug 11804 (Configuration): Segfault when trying to start 2.4.8
+* Bug 11807 (Compat): Command Pipe thread 100% CPU Usage
+
+### What's New in Version 2.4.8
+
+#### Changes
+
+* Bugfixes
+* Support for limiting the maximum number of concurrent checks (new configuration option) 
+* HA-aware features now wait for connected cluster nodes in the same zone (e.g. DB IDO)
+* The 'icinga' check now alerts on failed reloads
+
+#### Feature
+
+* Feature 8137 (Checker): Maximum concurrent service checks
+* Feature 9236 (Perfdata): PerfdataWriter: Better failure handling for file renames across file systems
+* Feature 9997 (libmethods): "icinga" check should have state WARNING when the last reload failed
+* Feature 10581 (ITL): Provide icingacli in the ITL
+* Feature 11556 (libbase): Add support for subjectAltName in SSL certificates
+* Feature 11651 (CLI): Implement SNI support for the CLI commands
+* Feature 11720 (ITL): 'disk' CheckCommand: Exclude 'cgroup' and 'tracefs' by default
+* Feature 11748 (Cluster): Remove unused cluster commands
+* Feature 11765 (Cluster): Only activate HARunOnce objects once there's a cluster connection
+* Feature 11768 (Documentation): Add the category to the generated changelog
+
+#### Bugfixes
+
+* Bug 9989 (Configuration): Service apply without name possible
+* Bug 10426 (libicinga): Icinga crashes with a segfault on receiving a lot of check results for nonexisting hosts/services
+* Bug 10717 (Configuration): Comments and downtimes of deleted checkable objects are not deleted
+* Bug 11046 (Cluster): Icinga2 agent gets stuck after disconnect and won't relay messages
+* Bug 11112 (Compat): Empty author/text attribute for comment/downtimes external commands causing crash
+* Bug 11147 (libicinga): "day -X" time specifications are parsed incorrectly
+* Bug 11158 (libicinga): Crash with empty ScheduledDowntime 'ranges' attribute
+* Bug 11374 (API): Icinga2 API: deleting service with cascade=1 does not delete dependant notification
+* Bug 11390 (Compat): Command pipe overloaded: Can't send external Icinga command to the local command file
+* Bug 11396 (API): inconsistent API /v1/objects/* response for PUT requests
+* Bug 11589 (libicinga): notification sent out during flexible downtime
+* Bug 11645 (Documentation): Incorrect chapter headings for Object#to_string and Object#type
+* Bug 11646 (Configuration): Wrong log severity causes segfault
+* Bug 11686 (API): Icinga Crash with the workflow Create_Host-> Downtime for the Host ->  Delete Downtime -> Remove Host
+* Bug 11711 (libicinga): Expired downtimes are not removed
+* Bug 11714 (libbase): Crash in UnameHelper
+* Bug 11742 (Documentation): Missing documentation for event commands w/ execution bridge
+* Bug 11757 (API): API: Missing error handling for invalid JSON request body
+* Bug 11767 (DB IDO): Ensure that program status updates are immediately updated in DB IDO
+* Bug 11779 (API): Incorrect variable names for joined fields in filters
+
+### What's New in Version 2.4.7
+
+#### Bugfixes
+
+* Bug 11639: Crash in IdoMysqlConnection::ExecuteMultipleQueries
+
+### What's New in Version 2.4.6
+
+#### Feature
+
+* Feature 11638: Update RELEASE.md
+
+#### Bugfixes
+
+* Bug 11628: Docs: Zone attribute 'endpoints' is an array
+* Bug 11634: Icinga 2 fails to build on Ubuntu Xenial
+* Bug 11635: Failed assertion in IdoPgsqlConnection::FieldToEscapedString
+
+### What's New in Version 2.4.5
+
+#### Changes
+
+* Windows Installer changed from NSIS to MSI
+* New configuration attribute for hosts and services: check_timeout (overrides the CheckCommand's timeout when set)
+* ITL updates
+* Lots of bugfixes
+
+#### Feature
+
+* Feature 9283: Implement support for overriding check command timeout
+* Feature 9618: Add Windows setup wizard screenshots
+* Feature 11098: Add --method parameter for check_{oracle,mysql,mssql}_health CheckCommands
+* Feature 11194: Add --units, --rate and --rate-multiplier support for the snmpv3 check command
+* Feature 11399: Update .mailmap for Markus Frosch
+* Feature 11437: Add silent install / reference to NSClient++ to documentation
+* Feature 11449: Build 64-bit packages for Windows
+* Feature 11473: Update NSClient++ to version 0.4.4.19
+* Feature 11474: Install 64-bit version of NSClient++ on 64-bit versions of Windows
+* Feature 11585: Make sure to update the agent wizard banner
+* Feature 11587: Update chocolatey uninstall script for the MSI package
+
+#### Bugfixes
+
+* Bug 9249: logrotate fails since the "su" directive was removed
+* Bug 10624: Add application manifest for the Windows agent wizard
+* Bug 10843: DB IDO: downtime is not in effect after restart
+* Bug 11106: Too many assign where filters cause stack overflow
+* Bug 11224: Socket Exceptions (Operation not permitted) while reading from API
+* Bug 11227: Downtimes and Comments are not synced to child zones
+* Bug 11258: Incorrect base URL in the icinga-rpm-release packages for Fedora
+* Bug 11336: Use retry_interval instead of check_interval for first OK -> NOT-OK state change
+* Bug 11347: Symlink subfolders not followed/considered for config files
+* Bug 11382: Downtimes are not always activated/expired on restart
+* Bug 11384: Remove dependency for .NET 3.5 from the chocolatey package
+* Bug 11387: IDO: historical contact notifications table column notification_id is off-by-one
+* Bug 11402: Explain how to use functions for wildcard matches for arrays and/or dictionaries in assign where expressions
+* Bug 11407: Docs: Remove the migration script chapter
+* Bug 11434: Config validation for Notification objects should check whether the state filters are valid
+* Bug 11435: Icinga 2 Windows Agent does not honor install path during upgrade
+* Bug 11438: Remove semi-colons in the auto-generated configs
+* Bug 11439: Update the CentOS installation documentation
+* Bug 11440: Docs: Cluster manual SSL generation formatting is broken
+* Bug 11455: ConfigSync broken from 2.4.3. to 2.4.4 under Windows
+* Bug 11462: Error compiling icinga2 targeted for x64 on Windows
+* Bug 11475: FatalError() returns when called before Application.Run
+* Bug 11482: API User gets wrongly authenticated (client_cn and no password)
+* Bug 11484: Overwriting global type variables causes crash in ConfigItem::Commit()
+* Bug 11494: Update documentation URL for Icinga Web 2
+* Bug 11522: Make the socket event engine configurable
+* Bug 11534: DowntimesExpireTimerHandler crashes Icinga2 with <unknown function>
+* Bug 11542: make install overwrites configuration files
+* Bug 11559: Segfault during config validation if host exists, service does not exist any longer and downtime expires
+* Bug 11564: Incorrect link in the documentation
+* Bug 11567: Navigation attributes are missing in /v1/objects/<type>
+* Bug 11574: Package fails to build on *NIX
+* Bug 11577: Compiler warning in NotifyActive
+* Bug 11582: icinga2 crashes when a command_endpoint is set, but the api feature is not active
+* Bug 11586: icinga2-installer.exe doesn't wait until NSIS uninstall.exe exits
+* Bug 11592: Remove instance_name from Ido*Connection example
+* Bug 11610: Windows installer does not copy "features-enabled" on upgrade
+* Bug 11617: Vim Syntax Highlighting does not work with assign where
+
+### What's New in Version 2.4.4
+
+#### Feature
+
+* Feature 10358: ITL: Allow to enforce specific SSL versions using the http check command
+* Feature 11205: Add "query" option to check_postgres command.
+
+#### Bugfixes
+
+* Bug 9642: Flapping notifications are sent for hosts/services which are in a downtime
+* Bug 9969: Problem notifications while Flapping is active
+* Bug 10225: Host notification type is PROBLEM but should be RECOVERY
+* Bug 10231: MkDirP not working on Windows
+* Bug 10766: DB IDO: User notification type filters are incorrect
+* Bug 10770: Status code 200 even if an object could not be deleted.
+* Bug 10795: http check's URI is really just Path
+* Bug 10976: Explain how to join hosts/services for /v1/objects/comments
+* Bug 11107: ITL: Missing documentation for nwc_health "mode" parameter
+* Bug 11159: Common name in node wizard isn't case sensitive
+* Bug 11208: CMake does not find MySQL libraries on Windows
+* Bug 11209: Wrong log message for trusted cert in node setup command
+* Bug 11240: DEL_DOWNTIME_BY_HOST_NAME does not accept optional arguments
+* Bug 11248: Active checks are executed even though passive results are submitted
+* Bug 11257: Incorrect check interval when passive check results are used
+* Bug 11273: Services status updated multiple times within check_interval even though no retry was triggered
+* Bug 11289: epoll_ctl might cause oops on Ubuntu trusty
+* Bug 11320: Volatile transitions from HARD NOT-OK->NOT-OK do not trigger notifications
+* Bug 11328: Typo in API docs
+* Bug 11331: Update build requirements for SLES 11 SP4
+* Bug 11349: 'icinga2 feature list' fails when all features are disabled
+* Bug 11350: Docs: Add API examples for creating services and check commands
+* Bug 11352: Segmentation fault during 'icinga2 daemon -C'
+* Bug 11369: Chocolatey package is missing uninstall function
+* Bug 11385: Update development docs to use 'thread apply all bt full'
+
+### What's New in Version 2.4.3
+
+#### Bugfixes
+
+* Bug 11211: Permission problem after running icinga2 node wizard
+* Bug 11212: Wrong permissions for files in /var/cache/icinga2/*
+
+### What's New in Version 2.4.2
+
+#### Changes
+
+* ITL
+    Additional arguments for check_disk
+    Fix incorrect path for the check_hpasm plugin
+    New command: check_iostat
+    Fix incorrect variable names for the check_impi plugin
+* Cluster
+    Improve cluster performance
+    Fix connection handling problems (multiple connections for the same endpoint)
+* Performance improvements for the DB IDO modules
+* Lots and lots of various other bugfixes
+* Documentation updates
+
+#### Feature
+
+* Feature 10660: Add CMake flag for disabling the unit tests
+* Feature 10777: Add check_iostat to ITL
+* Feature 10787: Add "-x" parameter in command definition for disk-windows CheckCommand
+* Feature 10807: Raise a config error for "Checkable" objects in global zones
+* Feature 10857: DB IDO: Add a log message when the connection handling is completed
+* Feature 10860: Log DB IDO query queue stats
+* Feature 10880: "setting up check plugins" section should be enhanced with package manager examples
+* Feature 10920: Add Timeout parameter to snmpv3 check
+* Feature 10947: Add example how to use custom functions in attributes
+* Feature 10964: Troubleshooting: Explain how to fetch the executed command
+* Feature 10988: Support TLSv1.1 and TLSv1.2 for the cluster transport encryption
+* Feature 11037: Add String#trim
+* Feature 11138: Checkcommand Disk : Option Freespace-ignore-reserved
+
+#### Bugfixes
+
+* Bug 7287: Re-checks scheduling w/ retry_interval
+* Bug 8714: Add priority queue for disconnect/programstatus update events
+* Bug 8976: DB IDO: notification_id for contact notifications is out of range
+* Bug 10226: Icinga2 reload timeout results in killing old and new process because of systemd
+* Bug 10449: Livestatus log query - filter "class" yields empty results
+* Bug 10458: Incorrect SQL command for creating the user of the PostgreSQL DB for the IDO
+* Bug 10460: A PgSQL DB for the IDO can't be created w/ UTF8
+* Bug 10497: check_memory and check_swap plugins do unit conversion and rounding before percentage calculations resulting in imprecise percentages
+* Bug 10544: check_network performance data in invalid format
+* Bug 10554: Non-UTF8 characters from plugins causes IDO to fail
+* Bug 10655: API queries cause memory leaks
+* Bug 10700: Crash in ExternalCommandListener
+* Bug 10711: Zone::CanAccessObject is very expensive
+* Bug 10713: ApiListener::ReplayLog can block with a lot of clients
+* Bug 10714: API is not working on wheezy
+* Bug 10724: Remove the local zone name question in node wizard
+* Bug 10728: node wizard does not remember user defined port
+* Bug 10736: Missing num_hosts_pending in /v1/status/CIB
+* Bug 10739: Crash on startup with incorrect directory permissions
+* Bug 10744: build of icinga2 with gcc 4.4.7 segfaulting with ido
+* Bug 10745: ITL check command possibly mistyped variable names
+* Bug 10748: Missing path in mkdir() exceptions
+* Bug 10760: Disallow lambda expressions where side-effect-free expressions are not allowed
+* Bug 10765: Avoid duplicate config and status updates on startup
+* Bug 10773: chcon partial context error in safe-reload prevents reload
+* Bug 10779: Wrong postgresql-setup initdb command for RHEL7
+* Bug 10780: The hpasm check command is using the PluginDir constant
+* Bug 10784: Incorrect information in --version on Linux
+* Bug 10806: Missing SUSE repository for monitoring plugins documentation
+* Bug 10817: Failed IDO query for icinga_downtimehistory
+* Bug 10818: Use NodeName in null and random checks
+* Bug 10819: Cluster config sync ignores zones.d from API packages
+* Bug 10824: Windows build fails with latest git master
+* Bug 10825: Missing documentation for API packages zones.d config sync
+* Bug 10826: Build error with older CMake versions on VERSION_LESS compare
+* Bug 10828: Relative path in include_zones does not work
+* Bug 10829: IDO breaks when writing to icinga_programstatus with latest snapshots
+* Bug 10830: Config validation doesn't fail when templates are used as object names
+* Bug 10852: Formatting problem in "Advanced Filter" chapter
+* Bug 10855: Implement support for re-ordering groups of IDO queries
+* Bug 10862: Evaluate if CanExecuteQuery/FieldToEscapedString lead to exceptions on !m_Connected
+* Bug 10867: "repository add" cli command writes invalid "type" attribute
+* Bug 10883: Icinga2 crashes in IDO when removing a comment
+* Bug 10890: Remove superfluous #ifdef
+* Bug 10891: is_active in IDO is only re-enabled on "every second" restart
+* Bug 10908: Typos in the "troubleshooting" section of the documentation
+* Bug 10923: API actions: Decide whether fixed: false is the right default
+* Bug 10931: Exception stack trace on icinga2 client when the master reloads the configuration
+* Bug 10932: Cluster config sync: Ensure that /var/lib/icinga2/api/zones/* exists
+* Bug 10935: Logrotate on systemd distros should use systemctl not service
+* Bug 10948: Icinga state file corruption with temporary file creation
+* Bug 10956: Compiler warnings in lib/remote/base64.cpp
+* Bug 10959: Better explaination for array values in "disk" CheckCommand docs
+* Bug 10963: high load and memory consumption on icinga2 agent v2.4.1
+* Bug 10968: Race condition when using systemd unit file
+* Bug 10974: Modified attributes do not work for the IcingaApplication object w/ external commands
+* Bug 10979: Mistake in mongodb command definition (mongodb_replicaset)
+* Bug 10981: Incorrect name in AUTHORS
+* Bug 10989: Escaped sequences not properly generated with 'node update-config'
+* Bug 10991: Stream buffer size is 512 bytes, could be raised
+* Bug 10998: Incorrect IdoPgSqlConnection Example in Documentation
+* Bug 11006: Segfault in ApiListener::ConfigUpdateObjectAPIHandler
+* Bug 11014: Check event duplication with parallel connections involved
+* Bug 11019: next_check noise in the IDO
+* Bug 11020: Master reloads with agents generate false alarms
+* Bug 11065: Deleting an object via API does not disable it in DB IDO
+* Bug 11074: Partially missing escaping in doc/7-icinga-template-library.md
+* Bug 11075: Outdated link to icingaweb2-module-nagvis
+* Bug 11083: Ensure that config sync updates are always sent on reconnect
+* Bug 11085: Crash in ConfigItem::RunWithActivationContext
+* Bug 11088: API queries on non-existant objects cause exception
+* Bug 11096: Windows build fails on InterlockedIncrement type
+* Bug 11103: Problem with hostgroup_members table cleanup
+* Bug 11111: Clean up unused variables a bit
+* Bug 11118: Cluster WQ thread dies after fork()
+* Bug 11122: Connections are not cleaned up properly
+* Bug 11132: YYYY-MM-DD time specs are parsed incorrectly
+* Bug 11178: Documentation: Unescaped pipe character in tables
+* Bug 11179: CentOS 5 doesn't support epoll_create1
+* Bug 11204: "node setup" tries to chown() files before they're created
+
+### What's New in Version 2.4.1
+
+#### Changes
+
+* ITL
+    * Add running_kernel_use_sudo option for the running_kernel check
+* Configuration
+    * Add global constants: `PlatformName`. `PlatformVersion`, `PlatformKernel` and `PlatformKernelVersion`
+* CLI
+    * Use NodeName and ZoneName constants for 'node setup' and 'node wizard' 
+
+#### Feature
+
+* Feature 10622: Add by_ssh_options argument for the check_by_ssh plugin
+* Feature 10693: Add running_kernel_use_sudo option for the running_kernel check
+* Feature 10716: Use NodeName and ZoneName constants for 'node setup' and 'node wizard'
+
+#### Bugfixes
+
+* Bug 10528: Documentation example in "Access Object Attributes at Runtime" doesn't work correctly
+* Bug 10615: Build fails on SLES 11 SP3 with GCC 4.8
+* Bug 10632: "node wizard" does not ask user to verify SSL certificate
+* Bug 10641: API setup command incorrectly overwrites existing certificates
+* Bug 10643: Icinga 2 crashes when ScheduledDowntime objects are used
+* Bug 10645: Documentation for schedule-downtime is missing required paremeters
+* Bug 10648: lib/base/process.cpp SIGSEGV on Debian squeeze / RHEL 6
+* Bug 10661: Incorrect web inject URL in documentation
+* Bug 10663: Incorrect redirect for stderr in /usr/lib/icinga2/prepare-dirs
+* Bug 10667: Indentation in command-plugins.conf
+* Bug 10677: node wizard checks for /var/lib/icinga2/ca directory but not the files
+* Bug 10690: CLI command 'repository add' doesn't work
+* Bug 10692: Fix typos in the documentation
+* Bug 10708: Windows setup wizard crashes when InstallDir registry key is not set
+* Bug 10710: Incorrect path for icinga2 binary in development documentation
+* Bug 10720: Remove --master_zone from --help because it is currently not implemented
+
 ### What's New in Version 2.4.0
 
 #### Changes
@@ -940,7 +1757,7 @@ Please note that this version fixes the default thresholds for the disk check wh
 * Bug #8192: Feature statusdata shows wrong host notification options
 * Bug #8201: Update Icinga Web 2 uri to /icingaweb2
 * Bug #8214: Fix YAJL detection on Debian squeeze
-* Bug #8222: inconsistent URL http(s)://www.icinga.org
+* Bug #8222: inconsistent URL http(s)://www.icinga.com
 * Bug #8223: Typos in readme file for windows plugins
 * Bug #8245: check_ssmtp command does NOT support mail_from
 * Bug #8256: Restart fails after deleting a Host
@@ -1397,7 +2214,7 @@ Please note that this version fixes the default thresholds for the disk check wh
 * 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
+* Documentation - Feature #6658: change docs.icinga.com/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