updated version to 23.2
This commit is contained in:
@@ -35,6 +35,7 @@ body:
|
|||||||
description: the ebusd version in use
|
description: the ebusd version in use
|
||||||
options:
|
options:
|
||||||
- current source from git
|
- current source from git
|
||||||
|
- '23.2'
|
||||||
- '23.1'
|
- '23.1'
|
||||||
- '22.4'
|
- '22.4'
|
||||||
- '22.3'
|
- '22.3'
|
||||||
|
|||||||
+2
-1
@@ -1,4 +1,4 @@
|
|||||||
# 23.2 (tbd)
|
# 23.2 (2023-07-08)
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
* fix bounds check for variable length datatypes
|
* fix bounds check for variable length datatypes
|
||||||
* add timeout for enhanced protocol info exchange and allow more of them being optional
|
* 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
|
* add workaround for libssl issues, add debug logging and force it using IPv4
|
||||||
* fix log level potentially set too late during startup
|
* fix log level potentially set too late during startup
|
||||||
* fix too low timeout for config web service
|
* fix too low timeout for config web service
|
||||||
|
* fix MQTT topic construction with prefix containing a separator
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* add log entry for unstartable TCP ports
|
* add log entry for unstartable TCP ports
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Contributor: Tim <timstanleydev@gmail.com>
|
# Contributor: Tim <timstanleydev@gmail.com>
|
||||||
# Maintainer: Tim <timstanleydev@gmail.com>
|
# Maintainer: Tim <timstanleydev@gmail.com>
|
||||||
pkgname=ebusd
|
pkgname=ebusd
|
||||||
pkgver=23.1
|
pkgver=23.2
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Daemon for communication with eBUS heating systems"
|
pkgdesc="Daemon for communication with eBUS heating systems"
|
||||||
url="https://github.com/john30/ebusd"
|
url="https://github.com/john30/ebusd"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Contributor: Milan Knizek <knizek volny cz>
|
# Contributor: Milan Knizek <knizek volny cz>
|
||||||
# Usage: makepkg
|
# Usage: makepkg
|
||||||
pkgname=ebusd
|
pkgname=ebusd
|
||||||
pkgver=23.1
|
pkgver=23.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
||||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Usage: makepkg -p PKGBUILD.git
|
# Usage: makepkg -p PKGBUILD.git
|
||||||
pkgname=ebusd-git
|
pkgname=ebusd-git
|
||||||
_gitname=ebusd
|
_gitname=ebusd
|
||||||
pkgver=23.1
|
pkgver=23.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
||||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ openapi: 3.1.0
|
|||||||
info:
|
info:
|
||||||
title: ebusd-http
|
title: ebusd-http
|
||||||
description: The API that ebusd provides on HTTP port.
|
description: The API that ebusd provides on HTTP port.
|
||||||
version: "23.1"
|
version: "23.2"
|
||||||
servers:
|
servers:
|
||||||
- url: http://127.0.0.1:8080/
|
- url: http://127.0.0.1:8080/
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user