Skip to content

Commit

Permalink
Release Notes for OpenNMS Horizon 23.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Mar 21, 2019
1 parent e7e0e60 commit 459e84b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 10 deletions.
16 changes: 13 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
opennms (23.0.3-1) stable; urgency=low
opennms (23.0.4-1) stable; urgency=medium

* New stable release. It contains a number of bug fixes including fixes for
number handling in ReST interfaces, a possible deadlock in Alarmd, a
workaround for looping SNMP agents, and more.

For details on what has changed, see:
http://docs.opennms.org/opennms/releases/23.0.4/releasenotes/releasenotes.html

-- OpenNMS Release Manager <[email protected]> Thu, 21 Mar 2019 13:19:17 -0400

opennms (23.0.3-1) stable; urgency=medium

* New stable release. It contains a number of bug fixes including fixes for
sending notifications for events without associated nodes, XSS issues, and
more. It also includes a number of performance improvements and and update
to the latest Jetty web server framework.
more. It also includes a number of performance improvements.

For details on what has changed, see:
http://docs.opennms.org/opennms/releases/23.0.3/releasenotes/releasenotes.html
Expand Down
34 changes: 27 additions & 7 deletions opennms-doc/releasenotes/src/asciidoc/releasenotes/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,41 @@

=== Changelog

[[releasenotes-changelog-23.0.4]]

==== Release 23.0.4

OpenNMS Horizon 23.0.4 is an update to Horizon 23.0.3.
It contains a number of bug fixes including fixes for number handling in ReST interfaces, a possible deadlock in Alarmd, a workaround for looping SNMP agents, and more.

For a high-level overview of what's changed in OpenNMS 23, see link:http://docs.opennms.org/opennms/releases/23.0.4/releasenotes/releasenotes.html#releasenotes-23[What's New in OpenNMS 23].

The codename for 23.0.4 is _link:https://en.wikipedia.org/wiki/Morgan_le_Fay[Morgan le Fay]_.

===== Bug

* Collection results via Minion is limited to MAX_INT (Issue http://issues.opennms.org/browse/NMS-10516[NMS-10516])
* Poor performance when using filters in the Measurements API (Issue http://issues.opennms.org/browse/NMS-10589[NMS-10589])
* Update webapp copyright dates to 2019 (Issue http://issues.opennms.org/browse/NMS-10591[NMS-10591])
* Alarmd get stucks in dead-lock and stops processing events (Issue http://issues.opennms.org/browse/NMS-10593[NMS-10593])
* Flapping Syslog Parser Integration Test (Issue http://issues.opennms.org/browse/NMS-10596[NMS-10596])
* HwEntityAlias fails to be persisted (Issue http://issues.opennms.org/browse/NMS-10606[NMS-10606])
* Bad response from SNMP agent leads to infinite loop in SNMP tracker (Issue http://issues.opennms.org/browse/NMS-10621[NMS-10621])

===== Enhancement

* Upgrade to Jetty 9.4.12 (Issue http://issues.opennms.org/browse/NMS-10558[NMS-10558])

[[releasenotes-changelog-23.0.3]]

==== Release 23.0.3

OpenNMS Horizon 23.0.3 is an update to Horizon 23.0.2.
It contains a number of bug fixes including fixes for sending notifications for events without
associated nodes, XSS issues, and more.
It also includes a number of performance improvements and and update to the latest Jetty web
server framework.
It also includes a number of performance improvements.

For a high-level overview of what's changed in OpenNMS 23, see link:http://docs.opennms.org/opennms/releases/23.0.2/releasenotes/releasenotes.html#releasenotes-23[What's New in OpenNMS 23].
For a high-level overview of what's changed in OpenNMS 23, see link:http://docs.opennms.org/opennms/releases/23.0.3/releasenotes/releasenotes.html#releasenotes-23[What's New in OpenNMS 23].

The codename for 23.0.3 is _link:https://en.wikipedia.org/wiki/Wicked_Witch_of_the_West[Wicked Witch of the West]_.

Expand All @@ -31,10 +55,6 @@ The codename for 23.0.3 is _link:https://en.wikipedia.org/wiki/Wicked_Witch_of_t
* Cross-Frame Scripting (Issue http://issues.opennms.org/browse/NMS-10547[NMS-10547])
* syslog parsing of messages without a year will sometimes infer the wrong year (Issue http://issues.opennms.org/browse/NMS-10548[NMS-10548])

===== Enhancement

* Upgrade to Jetty 9.4.12 (Issue http://issues.opennms.org/browse/NMS-10558[NMS-10558])

[[releasenotes-changelog-23.0.2]]

==== Release 23.0.2
Expand Down

0 comments on commit 459e84b

Please sign in to comment.