forked from AlessandroEmm/pybonjour-python3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
29 lines (19 loc) · 869 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1.1.2 (2014-01-31)
* Modifications from depl0y at https://github.com/depl0y/pybonjour-python3
to run under Python-3
* Renamed to pybonjour-python3 in PKG-INFO and setup.py so it will be
retrieved correctly by easy_install with a dependency_links attribute
in setup.py.
1.1.1 (2008-05-08)
------------------
* All DNS-SD API calls are now made after acquiring a global lock
object. This object is a dummy (i.e. acquire() and release() do
nothing), except in the case where pybonjour is using Avahi's
Bonjour compatibility layer, in which case the lock is a
threading.RLock instance. This is necessary because the
compatibility layer is not thread safe.
* Added browse_resolve_query.py to examples
* Moved unit tests to test_pybonjour.py
1.1.0 (2007-06-14)
------------------
* Added TXTRecord class for generating and parsing DNS TXT records