-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
44 lines (34 loc) · 1.24 KB
/
CHANGELOG
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
version 0.3.0 -
- add a `timeout` parameter to NTPClient.request()
- rewrite tests using the unittest module, add many tests
- cleanup
version 0.2.0 -
- cleanup
- raise a NTPException when no response is received from server
version 0.1.8 - 2010-02-20
- change to LGPL license
- cleanup
version 0.1.7 - 2009-12-24
- cleanup
- fix delay computation (thanks to Michael Frère for pointing that out)
version 0.1.6 - 2009-11-01
- cleanup
- when the server doesn't respond within a reasonable interval, let the
application handle socket.timeout
version 0.1.5 - 2009-07-13
- perform stricter source check upon reception of a response
- small cleanup
version 0.1.4 - 2009-06-04
- add properties to NTPStats to have timestamps converted to local time
version 0.1.3 - 2009-05-18
- fix root delay and root dispersion computation
version 0.1.2 - 2009-05-17
- create request packet after name resolution to avoid name resolution delay
version 0.1.1 - 2009-05-16
- cleanup to conform to PEP 8
- when the server doesn't respond within a reasonable interval, raise a
NTPException instead of a socket.timeout
- change initial values used to check the source address in NTPClient.request
to (None, None), simpler and cleaner
version 0.1.0 - 2009-05-14
- initial release