-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
101 lines (55 loc) · 2.58 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Wed Feb 25 20:56:11 2004 Nathaniel Talbott <[email protected]>
* Release 0.1.0. Really.
* lib/drb/drbfire.rb: Updated the version number. Also added a few
nodoc directives.
Wed Feb 25 20:05:10 2004 Nathaniel Talbott <[email protected]>
* Release 0.1.0.
* lib/drb/drbfire.rb: Simplified to only use one port.
* test/test_drbfire.rb: Removed obsolete tests related to the above
change.
* lib/drb/drbfire.rb: Added id wrapping and one server per process
caveats to the documentation.
Sun Jan 18 22:24:10 2004 Nathaniel Talbott <[email protected]>
* Release 0.0.7.
* lib/drb/drbfire.rb: forgot to require timeout.
Sun Jan 18 22:09:51 2004 Nathaniel Talbott <[email protected]>
* Release 0.0.6.
Sun Jan 18 22:00:44 2004 Nathaniel Talbott <[email protected]>
* lib/drb/drbfire.rb: ignored connections with invalid client ids.
* *: added copyright notices.
* lib/drb/drbfire.rb: added RDoc.
* README: added.
* INSTALL: added.
Sat Jan 17 13:03:27 2004 Nathaniel Talbott <[email protected]>
* lib/drb/drbfire.rb: increased robustness when accepting connections.
* lib/drb/drbfire.rb: fixed a race condition when accepting signal
connections.
* test/test_drbfire.rb: use the packet format constant.
* lib/drb/drbfire.rb: added a VERSION constant.
* Release 0.0.5.
Fri Jan 16 14:34:52 2004 Nathaniel Talbott <[email protected]>
* Release 0.0.4.
Fri Jan 16 14:30:13 2004 Nathaniel Talbott <[email protected]>
* test/test_drbfire.rb: improved the overall communication tests to
include client-side callbacks.
* lib/drb/drbfire.rb: fixed a bug with client-side callbacks caused by
improperly reporting the uri.
* samples/*.rb: improved the samples to include client-side callbacks.
Fri Jan 16 11:32:40 2004 Nathaniel Talbott <[email protected]>
* Release 0.0.3.
Fri Jan 16 11:30:58 2004 Nathaniel Talbott <[email protected]>
* lib/drb/drbfire.rb: added debugging code.
Fri Jan 16 11:11:02 2004 Nathaniel Talbott <[email protected]>
* samples/server.rb: improved argument handling and added the ability
to specify the use of ssl.
* samples/client.rb: ditto.
* lib/drb/drbfire.rb: removed old debugging code.
Fri Jan 16 10:41:53 2004 Nathaniel Talbott <[email protected]>
* samples/server.rb: added the ability to specify the host on the
commandline.
* samples/client.rb: ditto.
Thu Jan 15 21:01:02 2004 Nathaniel Talbott <[email protected]>
* Release 0.0.2.
Thu Jan 15 20:59:08 2004 Nathaniel Talbott <[email protected]>
* Changed how client id's are packed.
vim: set noexpandtab