File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # 23.1 (tbd )
1
+ # 23.1 (2022-12-06 )
2
2
## Bug Fixes
3
3
* fix potentially invalid settings picked up from environment variables
4
4
* fix potentially unnecessary arbitration start for non-enhanced proto
Original file line number Diff line number Diff line change 1
- 22.4
1
+ 23.1
Original file line number Diff line number Diff line change 1
1
# Contributor: Tim <timstanleydev@gmail.com>
2
2
# Maintainer: Tim <timstanleydev@gmail.com>
3
3
pkgname=ebusd
4
- pkgver=22.4
4
+ pkgver=23.1
5
5
pkgrel=0
6
6
pkgdesc=" Daemon for communication with eBUS heating systems"
7
7
url=" https://github.com/john30/ebusd"
Original file line number Diff line number Diff line change 2
2
# Contributor: Milan Knizek <knizek volny cz>
3
3
# Usage: makepkg
4
4
pkgname=ebusd
5
- pkgver=22.4
5
+ pkgver=23.1
6
6
pkgrel=1
7
7
pkgdesc=" ebusd, the daemon for communication with eBUS heating systems."
8
8
arch=(' i686' ' x86_64' ' armv6h' ' armv7h' ' aarch64' )
Original file line number Diff line number Diff line change 3
3
# Usage: makepkg -p PKGBUILD.git
4
4
pkgname=ebusd-git
5
5
_gitname=ebusd
6
- pkgver=22.4
6
+ pkgver=23.1
7
7
pkgrel=1
8
8
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
9
9
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.1.0
2
2
info :
3
3
title : ebusd-http
4
4
description : The API that ebusd provides on HTTP port.
5
- version : " 22.4 "
5
+ version : " 23.1 "
6
6
servers :
7
7
- url : http://127.0.0.1:8080/
8
8
paths :
You can’t perform that action at this time.
0 commit comments