| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5444495 commit e95297f
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,27 @@ | |||
| 2 | 2 | ||
| 3 | 3 | <!-- version list --> | |
| 4 | 4 | ||
| 5 | + ## v0.149.13 (2026-05-20) | ||
| 6 | + | ||
| 7 | + ### Bug Fixes | ||
| 8 | + | ||
| 9 | + - Bound record payload reads against rdlength overrun | ||
| 10 | + ([#1756](https://github.com/python-zeroconf/python-zeroconf/pull/1756), | ||
| 11 | + [`5444495`](https://github.com/python-zeroconf/python-zeroconf/commit/544449596e645fcaad3834fa0cb614a54f847a82)) | ||
| 12 | + | ||
| 13 | + ### Documentation | ||
| 14 | + | ||
| 15 | + - Clarify LGPL-2.1-or-later license in README | ||
| 16 | + ([#1763](https://github.com/python-zeroconf/python-zeroconf/pull/1763), | ||
| 17 | + [`28bb01f`](https://github.com/python-zeroconf/python-zeroconf/commit/28bb01f23951f7883d8c3af66b6d537c34c516c7)) | ||
| 18 | + | ||
| 19 | + ### Refactoring | ||
| 20 | + | ||
| 21 | + - Extract loopback Zeroconf fixtures and mock_incoming_msg helper | ||
| 22 | + ([#1758](https://github.com/python-zeroconf/python-zeroconf/pull/1758), | ||
| 23 | + [`cb0af4a`](https://github.com/python-zeroconf/python-zeroconf/commit/cb0af4a8f4cdaad3721a2851d9fa17709d39ae62)) | ||
| 24 | + | ||
| 25 | + | ||
| 5 | 26 | ## v0.149.12 (2026-05-20) | |
| 6 | 27 | ||
| 7 | 28 | ### Bug Fixes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |||
| 4 | 4 | ||
| 5 | 5 | [project] | |
| 6 | 6 | name = "zeroconf" | |
| 7 | - version = "0.149.12" | ||
| 7 | + version = "0.149.13" | ||
| 8 | 8 | license = "LGPL-2.1-or-later" | |
| 9 | 9 | description = "A pure python implementation of multicast DNS service discovery" | |
| 10 | 10 | readme = "README.rst" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,7 +88,7 @@ | |||
| 88 | 88 | ||
| 89 | 89 | __author__ = "Paul Scott-Murphy, William McBrine" | |
| 90 | 90 | __maintainer__ = "Jakub Stasiak <jakub@stasiak.at>" | |
| 91 | - __version__ = "0.149.12" | ||
| 91 | + __version__ = "0.149.13" | ||
| 92 | 92 | __license__ = "LGPL" | |
| 93 | 93 | ||
| 94 | 94 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments