14
0

- update to 0.36.12:

* scope_id is now stripped from IPv6 addresses if given
  * Optimized decoding labels from incoming packets
  * Prevent service lookups from deadlocking if time abruptly moves backwards

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=55
This commit is contained in:
2021-11-06 18:22:51 +00:00
committed by Git OBS Bridge
parent 5147a9bdfd
commit 7b1bd22923
6 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 6 18:15:23 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.36.12:
* scope_id is now stripped from IPv6 addresses if given
* Optimized decoding labels from incoming packets
* Prevent service lookups from deadlocking if time abruptly moves backwards
-------------------------------------------------------------------
Tue Oct 26 20:31:03 UTC 2021 - Dirk Müller <dmueller@suse.com>