1== v1.1.0
2
3Added the Log function.
4https://bugs.torproject.org/28940
5
6== v1.0.0
7
8Changed the tag naming scheme to work better with Go modules.
9https://github.com/golang/go/wiki/Modules#semantic-import-versioning
10
11== 0.7
12
13Fixed the ProxyError function; previously it would always panic.
14
15Repeated transport names in TOR_PT_SERVER_BINDADDR now result in an
16ENV-ERROR.
17https://bugs.torproject.org/21261
18
19== 0.6
20
21Remove all support for the "*" transport specification. The argument to
22the ClientSetup and ServerSetup functions is now unused.
23https://bugs.torproject.org/15612
24
25Replaced SOCKS4a with SOCKS5.
26https://bugs.torproject.org/12535
27
28== 0.5
29
30The AcceptSocks function no longer reports non-permanent errors, such as
31those caused by a faulty SOCKS handshake.
32
33Added support for an upstream proxy (TOR_PT_PROXY). The two new
34functions are ProxyError and ProxyDone. The ClientInfo struct has a new
35ProxyURL member.
36https://bugs.torproject.org/12125
37
38== 0.4
39
40Read the ExtORPort cookie file on every call to DialOr, instead of
41reading it once and caching the result. This is to work around a tor bug
42where tor doesn't ensure a new cookie file is written before starting
43pluggable transports.
44https://bugs.torproject.org/15240
45
46== 0.3
47
48Made output functions panic intead of backslash-escaping. Escaping of
49invalid bytes is not specified by pt-spec, and backslashes conflicted
50with the specified escaping of SMETHOD ARGS.
51https://bugs.torproject.org/13370
52
53== 0.2
54
55Added the MakeStateDir function.
56
57== 0.1
58== 0.0
59
60Initial release.
61