-
Notifications
You must be signed in to change notification settings - Fork 23
/
History.txt
37 lines (29 loc) · 891 Bytes
/
History.txt
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
= 1.3.1 / 2012-05-25
* Bug fixes
* Better handling of utf-8 characters
= 1.3.0 / 2010-02-24
* Enhancements
* Raise BERTRPC::ReadTimeout if remote connection is closed
= 1.2.1 / 2010-02-10
* Bug fixes
* Restrict to IPv4
= 1.2.0 / 2010-02-09
* Enhancements
* Better timeouts courtesy of select(2)
* BERTRPCError gives self for original_exception if nil
= 1.1.2 / 2009-11-27
* Minor Changes
* Add useful debugging information to ReadTimeoutError
* Switch to using raw socket timeouts over buffered io (Linux only)
* Add BERTRPC::VERSION and BERTRPC.version
= 1.1.1 / 2009-10-28
Major Changes
* Require bert-1.1.0 or greater
* Remove dependency on Erlectricity
= 1.1.0 / 2009-10-27
* Add read socket timeout
= 1.0.0 / 2009-10-19
* No changes. Production ready!
= 0.4.0 / 2009-10-08
* Major changes
* Convert to use BERT gem.