diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7f112af5..4aef95ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,6 +35,7 @@ body: description: the ebusd version in use options: - current source from git + - '23.2' - '23.1' - '22.4' - '22.3' diff --git a/ChangeLog.md b/ChangeLog.md index 24bfa9b1..7488317e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# 23.2 (tbd) +# 23.2 (2023-07-08) ## Bug Fixes * fix bounds check for variable length datatypes * add timeout for enhanced protocol info exchange and allow more of them being optional @@ -7,6 +7,7 @@ * add workaround for libssl issues, add debug logging and force it using IPv4 * fix log level potentially set too late during startup * fix too low timeout for config web service +* fix MQTT topic construction with prefix containing a separator ## Features * add log entry for unstartable TCP ports diff --git a/VERSION b/VERSION index eaccea24..ce417dda 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.1 \ No newline at end of file +23.2 \ No newline at end of file diff --git a/contrib/alpine/APKBUILD b/contrib/alpine/APKBUILD index 937aa6c6..66e508b2 100644 --- a/contrib/alpine/APKBUILD +++ b/contrib/alpine/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Tim # Maintainer: Tim pkgname=ebusd -pkgver=23.1 +pkgver=23.2 pkgrel=0 pkgdesc="Daemon for communication with eBUS heating systems" url="https://github.com/john30/ebusd" diff --git a/contrib/archlinux/PKGBUILD b/contrib/archlinux/PKGBUILD index 8533cd19..70289696 100644 --- a/contrib/archlinux/PKGBUILD +++ b/contrib/archlinux/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Milan Knizek # Usage: makepkg pkgname=ebusd -pkgver=23.1 +pkgver=23.2 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/archlinux/PKGBUILD.git b/contrib/archlinux/PKGBUILD.git index 73aecca8..8ad5b6bf 100644 --- a/contrib/archlinux/PKGBUILD.git +++ b/contrib/archlinux/PKGBUILD.git @@ -3,7 +3,7 @@ # Usage: makepkg -p PKGBUILD.git pkgname=ebusd-git _gitname=ebusd -pkgver=23.1 +pkgver=23.2 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/html/openapi.yaml b/contrib/html/openapi.yaml index 1050c7b3..f8fbd219 100644 --- a/contrib/html/openapi.yaml +++ b/contrib/html/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.1.0 info: title: ebusd-http description: The API that ebusd provides on HTTP port. - version: "23.1" + version: "23.2" servers: - url: http://127.0.0.1:8080/ paths: