Skip to content

Commit aba2858

Browse files
committed
Release version 0.24.5
1 parent eac53f4 commit aba2858

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,19 @@ See examples directory for more.
134134
Changelog
135135
=========
136136

137+
0.24.5
138+
------
139+
140+
* Fixed issues with shared records being used where they shouldn't be (TXT, SRV, A records are
141+
unique now), thanks to Matt Saxon
142+
* Stopped unnecessarily excluding host-only interfaces from InterfaceChoice.all as they don't
143+
forbid multicast, thanks to Andreas Oberritter
144+
* Fixed repr() of IPv6 DNSAddress, thanks to Aldo Hoeben
145+
* Removed duplicate update messages sent to listeners, thanks to Matt Saxon
146+
* Added support for cooperating responders, thanks to Matt Saxon
147+
* Optimized handle_response cache check, thanks to J. Nick Koston
148+
* Fixed memory leak in DNSCache, thanks to J. Nick Koston
149+
137150
0.24.4
138151
------
139152

zeroconf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
__author__ = 'Paul Scott-Murphy, William McBrine'
4444
__maintainer__ = 'Jakub Stasiak <[email protected]>'
45-
__version__ = '0.24.4'
45+
__version__ = '0.24.5'
4646
__license__ = 'LGPL'
4747

4848

0 commit comments

Comments
 (0)