-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChangeLog
93 lines (57 loc) · 2.3 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
2013-08-14 Kazuyuki Shudo <shudo@computer.org>
* lib/commons-cli-*.jar
Apache Commons CLI updated from 1.1 to 1.2.
2010-05-09 Kazuyuki Shudo <shudo@computer.org>
* lib/xmlrpc-*.jar
Apache XML-RPC was updated from 3.1.2 to 3.1.3.
2009-05-01 Kazuyuki Shudo <shudo@computer.org>
* lib/xmlrpc-*.jar
Apache XML-RPC was updated from 3.1.1 to 3.1.2.
2008-09-07 Kazuyuki Shudo <shudo@computer.org>
* lib/xmlrpc-*.jar, lib/ws-commons-util-1.0.?.jar
Apache XML-RPC was updated from 3.0 to 3.1.1 (from SVN).
* build.xml
A building process generates classfiles compatible with Java 5.
2008-01-06 Kazuyuki Shudo <shudo@computer.org>
* 0.6 released.
2008-01-05 Kazuyuki Shudo <shudo@computer.org>
* src/dhtaccess/tools/Put.java
Put command accepts multiple key-value pairs.
* lib/commons-cli-*.jar
Jakarta commons CLI updated from 1.0 to 1.1.
2007-02-24 Kazuyuki Shudo <shudo@computer.org>
* src/dhtaccess/benchmark/{Latency,Throughput}Measure.java
Format of a key is changed from "key<number>" to
"<a random string><number>".
2007-02-07 Kazuyuki Shudo <shudo@computer.org>
* 0.5 released.
* bin/{put,get,rm}{,bat}
Scripts recognize an environment variable DHT_GATEWAY.
2007-02-06 Kazuyuki Shudo <shudo@computer.org>
* src/dhtaccess/tools/Get.java
Fixed a problem which causes StringIndexOutOfBoundsException.
2006-12-06 Kazuyuki Shudo <shudo@computer.org>
* 0.4 released.
* src/dhtaccess/benchmark/{Latency,Throughput}Measure.java
The -n option implemented. It suppresses puts.
2006-12-05 Kazuyuki Shudo <shudo@computer.org>
* src/dhtaccess/benchmark/ThroughputMeasure.java
bin/benchmark-throughput shows the amount of time to complete
queries.
2006-12-02 Kazuyuki Shudo <shudo@computer.org>
* 0.3 released.
* src/dhtaccess/benchmark/
DHT benchmarking tools, benchmark-latency and benchmark-throughput
implemented.
* src/dhtaccess/core/
Accessor to DHT was separated from accessing tools such as
Get, Put and Remove.java.
2006-09-02 Kazuyuki Shudo <shudo@computer.org>
* 0.2 released.
2006-09-01 Kazuyuki Shudo <shudo@computer.org>
* lib/commons-cli-*.jar
Jakarta commons CLI reverted from 2.0-SNAPSHOT to 1.0.
* lib/xmlrpc-*.jar, lib/ws-commons-util-1.0.1.jar
XML-RPC-related Libraries updated.
2006-07-04 Kazuyuki Shudo <shudo@computer.org>
* 0.1 released.