14
0

Accepting request 1272579 from system:homeautomation:home-assistant

- update to 2.6.2:
  * fixing tcp_interface 100% cpu usage bug

- update to 2.6.0
  * Enable setting things from more than one configuration section
    with --set, using a configuration transaction

OBS-URL: https://build.opensuse.org/request/show/1272579
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-meshtastic?expand=0&rev=11
This commit is contained in:
2025-04-25 08:33:50 +00:00
committed by Git OBS Bridge
parent 61ff951412
commit 9c19c1849a
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 25 06:54:57 UTC 2025 - Adrian Schröter <adrian@suse.de>
- update to 2.6.2:
* fixing tcp_interface 100% cpu usage bug
-------------------------------------------------------------------
Sat Apr 12 07:36:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
@@ -15,6 +21,13 @@ Thu Mar 13 17:23:12 UTC 2025 - Dirk Müller <dmueller@suse.com>
* update README
* update protobufs to v2.6.0
-------------------------------------------------------------------
Thu Mar 13 16:09:55 UTC 2025 - Adrian Schröter <adrian@suse.de>
- update to 2.6.0
* Enable setting things from more than one configuration section
with --set, using a configuration transaction
-------------------------------------------------------------------
Thu Mar 6 11:28:09 UTC 2025 - Adrian Schröter <adrian@suse.de>