File: ChangeLog

package info (click to toggle)
ruby-socksify 1.7.1%2Bgh-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 148 kB
  • sloc: ruby: 618; sh: 10; makefile: 3
file content (68 lines) | stat: -rw-r--r-- 1,358 bytes parent folder | download
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
2008-02-28
SOCKSify Ruby 1.0.0
===================
* Initial release

2008-03-10
SOCKSify Ruby 1.0.1
===================
* Gem packaging fix
  (thanks to Patrick Sinclair)

2008-04-17
SOCKSify Ruby 1.1.0
===================
* TCPSocket::socks_ignores
  (idea by Patrick Sinclair)

2008-04-18
SOCKSify Ruby 1.2.0
===================
* Use check.torproject.org in tests

2011-02-22
SOCKSify Ruby 1.3.0
===================
* Net::HTTP::SOCKSProxy

2011-03-31
SOCKSify Ruby 1.4.0
===================
* Socksify.proxy
  (thanks to Yuichi Tateno)

2011-06-07
SOCKSify Ruby 1.4.1
===================
* default socks_ignores ||= %w(localhost)
  (idea by Leonid Shevtsov)

2012-06-22
SOCKSify Ruby 1.5.0
===================
* allow username/password authorization
  (thanks to David Dollar)

2014-08-25
SOCKSify Ruby 1.6.0
===================
* Ruby 2.0 and 2.1 compatibility.
* fix bug in authentication header
  (thanks to David Dollar)

2015-07-31
SOCKSify Ruby 1.7.0
===================
* Look up port in /etc/services by name if necessary
* Helpful error message when client receives nothing from server during
authentication
  (thanks to Bachue Zhou)
* Fix unused variable warning
  (thanks to Florin Asavoaie)

2017-02-24
SOCKSify Ruby 1.7.1
===================
* Send requests in one call
  For compatibility with shadowsocks <=3.0.3
  (thanks to Yilin Chen)