File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,18 @@ See examples directory for more.
120120Changelog
121121=========
122122
123+ 0.21.0
124+ ------
125+
126+ * Added an error message when importing the package using unsupported Python version
127+ * Fixed TTL handling for published service
128+ * Implemented unicast support
129+ * Fixed WSL (Windows Subsystem for Linux) compatibility
130+ * Fixed occassional UnboundLocalError issue
131+ * Fixed UTF-8 multibyte name compression
132+ * Switched from netifaces to ifaddr (pure Python)
133+ * Allowed incoming service names to contain underscores
134+
1231350.20.0
124136------
125137
Original file line number Diff line number Diff line change 3939
4040__author__ = 'Paul Scott-Murphy, William McBrine'
4141__maintainer__ = 'Jakub Stasiak <[email protected] >' 42- __version__ = '0.20 .0'
42+ __version__ = '0.21 .0'
4343__license__ = 'LGPL'
4444
4545
You can’t perform that action at this time.
0 commit comments