File: CHANGELOG

package info (click to toggle)
globus-rls-client 5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,888 kB
  • sloc: sh: 8,560; ansic: 4,594; makefile: 406
file content (90 lines) | stat: -rw-r--r-- 3,072 bytes parent folder | download | duplicates (2)
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
11/5/02	
  Use GLOBUS_FLAVOR_NAME instead of gcc32dbgpthr in java Makefile.
  Generate java docs for all classes, not just RLSClient.

11/8/02
  INSTALL file missing hyphen in front of srcdir=. argument.
  Demo GUI for SC2002 conference supports drag and drop to create
    replicas of lfn/pfns on LRC servers.
  Java API needs to support flavors besides gcc32dbgpthr.  Now tries
    system property "globus.flavor", if not set then gcc32dbgpthr,
    gcc32dbg, gcc32pthr and gcc32.
  globus-rls-cli now uses unix style wildcards (* and ?).

11/21/02
  Add globus_rls_client_proxy_certifcate(), sets X509_USER_PROXY environment
  variable.

11/25/02
  Rewrote globus-rls-cli to support an interactive mode.

11/26/02 version 1.1.1
  Add function globus_rls_client_get_configuration() which returns server
  configuration.

12/09/02 version 1.1.3
  Add set_configuration.

12/12/02 version 1.1.4
  Add 2 missing classes to Makefile.

12/15/02 version 1.1.4
  Fix java Makefile to work when C API is not already installed.

12/17/02 version 1.1.5
  Move MDS reporter to server package.

01/28/03 version 1.1.7
  Added -t option to globus-rls-cli to set timeout.
  Added -l option to globus-rls-cli to set result limit.
  Recover after timeout errors better, also use longer timeout on
    wildcard queries (10 times normal timeout).
  Server now returns list results in ascending order, results appended
    to list now instead of prepended.

2/2/03 version 1.1.8
  globus-rls-cli keyword handling improved.
  globus-rls-cli has -c option to set "clearvalues" flag when deleting
    an attribute.
  Fix bug in globus-rls-cli when parsing empty string ("") as argument.
  Add globus_rls_client_lrc_attr_modify().
  Add "attribute modify ..." command to globus-rls-cli.
  Makefile.am in java/org/globus/replica/rls didn't include all .class files.
  DB errors now retryable.  This is not particularly correct, however
    MySQL returns ER_LOCK_DEADLOCK occasionally during simultaneous
    updates which should be retried.  To avoid MySQL dependencies in
    RLS retry all DB errors (most of which will just fail again).

2/12/03 version 2.0.0
  API returns globus_result_t, not int.
  Add lrc_mapping_exist, rli_mapping_exist functions.
  Query functions full support server limit on result size, offset is
    now passed by reference and updated by API.

2/17/03 version 2.0.1
  Parsing date attr returned incomplete error message when date malformed.

3/15/03 version 2.0.2
  Add GetURL() method to java API.

4/14/03 version 2.0.3
  Add LRC and RLI classes to java API, move LRC/RLI specific methods
    to them (old methods still work but are deprecated).
  Add bulk query operations.

4/29/03 version 2.0.4
  Add bulk update operations.

5/2/03 version 2.0.5
  Use buffered output to minimize packets sent during bulk operations,
  large queries, etc.

6/10/03 version 2.0.8
  Add bulk attribute operations.

6/30/03 version 2.0.9
  Added bulk operations to RPC doc.
  Add rls.jar to classpath when building testrls.

10/1/03 version 2.1.3
  Support for RLI/RLI updates.