prepare after release changes

This commit is contained in:
Bastian Schroll 2018-08-16 20:19:47 +02:00
parent 9ad6da6af2
commit 110d3bf66f
2 changed files with 11 additions and 5 deletions

View file

@ -1,7 +1,16 @@
# Changelog
### __[v2.3.1]__ - Unreleased
### __[v2.#]__ - Unreleased
##### Added
##### Changed
##### Deprecated
##### Removed
##### Fixed
##### Security
### __[v2.4]__ - 17.08.2018
##### Added
- Config Eintrag um Port für MySQL Plugin festzulegen [#345](https://github.com/Schrolli91/BOSWatch/pull/345)
- FMS und ZVEI Support für Pushover Plugin [#352](https://github.com/Schrolli91/BOSWatch/pull/352)
@ -10,12 +19,9 @@
- multicastAlarm Plugin - RICs die von multicastAlarm genutzt werden, müssen nicht mehr in der config bei allow_ric bzw. filter_range_start/filter_range_end berücksichtigt werden. [#357](https://github.com/Schrolli91/BOSWatch/pull/357)
- FFAgent Plugin - Debug Logging für die alarmHeaders eingebaut zwecks Troubleshooting [#354](https://github.com/Schrolli91/BOSWatch/pull/354)
- multicastAlarm Plugin - Buffer nach jedem Alarm löschen - erlaubt in kombination mit "doubleFilter_check_msg" die Verwendung in Netzen, die zwischen multicastAlarm RICs auch normale Alarme senden. #370(https://github.com/Schrolli91/BOSWatch/pull/370)
##### Deprecated
##### Removed
##### Fixed
- Fehler beim Auslesen der netIdent_RIC im MySQL Plugin [#347](https://github.com/Schrolli91/BOSWatch/pull/347)
- FFAgent Plugin - Typo bei alarmHeaders für Live Betrieb gefixt [#354](https://github.com/Schrolli91/BOSWatch/pull/354)
##### Security
### __[v2.3]__ - 22.12.2017

View file

@ -9,7 +9,7 @@ Global variables
"""
# version info
versionNr = "2.5"
versionNr = "2.4"
branch = "dev"
buildDate = "unreleased"