Codebase list libio-socket-socks-perl / 253abc1
update Changes and bump version Oleg G 7 years ago
2 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 0.71
1 ====
2 - Fix start_SOCKS() which may be broken in two previous releases: rt#118471
3
04 0.70
15 ====
26 - Fix non-blocking connections when IO::Socket::INET used as base class
77 use vars qw( $SOCKET_CLASS @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION $SOCKS_ERROR $SOCKS5_RESOLVE $SOCKS4_RESOLVE $SOCKS_DEBUG %CODES );
88 require Exporter;
99
10 $VERSION = '0.70';
10 $VERSION = '0.71';
1111
1212 use constant {
1313 SOCKS_WANT_READ => 20,