14
0

- update to 0.28.7:

* Fixed the IPv6 address rendering in the browser example, thanks to Alexey Vazhnov.
  * Fixed a crash happening when a service is added or removed during handle_response
  and improved exception handling, thanks to J. Nick Koston.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=40
This commit is contained in:
2020-12-19 10:36:18 +00:00
committed by Git OBS Bridge
parent c8f4ed9e2c
commit 0dfec8eb62
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 19 10:34:17 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 0.28.7:
* Fixed the IPv6 address rendering in the browser example, thanks to Alexey Vazhnov.
* Fixed a crash happening when a service is added or removed during handle_response
and improved exception handling, thanks to J. Nick Koston.
-------------------------------------------------------------------
Thu Nov 26 08:50:58 UTC 2020 - Dirk Mueller <dmueller@suse.com>