-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELNOTES
72 lines (48 loc) · 1.64 KB
/
RELNOTES
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
Release note for Gfarm GridFTP DSI 1.1.0
========================================
[2024.1.25]
Updated feature
* support MFMT (UTIME), CKSM, SYMLINK, CHGRP
* experimental support TRNK and RDEL
Release note for Gfarm GridFTP DSI 1.0.5
========================================
[2021.6.21]
Updated feature
* support Grid Community Toolkit (GCT) 6.2.
* blocksize can be specified by client_file_bufsize in Gfarm
configuration file
Release note for Gfarm GridFTP DSI 1.0.4
========================================
[2015.11.28]
Bug fix
* fix segfault when using Gfarm 2.6
* check error in gfs_pio_close()
Release note for Gfarm GridFTP DSI 1.0.3
========================================
[2011.6.21]
Bug fix
* Mode E does not work
Release note for Gfarm GridFTP DSI 1.0.2
========================================
[2011.4.23]
Updated feature
* catch up with the change of global_to_local APIs in Gfarm 2.4.2
Release note for Gfarm GridFTP DSI 1.0.1
========================================
[2010.6.29]
Updated feature
* use local_user_map and local_group_map to identify the local users
and local groups
Bug fix
* do not return local uid when the global name and the local account
name are same since the local uid does not make sense in GSI
authentication
Release note for Gfarm GridFTP DSI 1.0.0
========================================
[2009.8.23]
This is a data storage interface (DSI) software for the Gfarm file
system version 2 of the Globus GridFTP server. It enables to access
the Gfarm file system via a GridFTP server by a GridFTP client.
The DSI is enabled by the -dsi option of globus-gridftp-server;
% globus-gridftp-server -dsi gfarm
$Id$