Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / JAVA / libjafs / ChangeLog
CommitLineData
805e021f
CE
120050524: (by Peter Somogyi somogyi@de.ibm.com)
2 - bugfix: ACL.c: syscall => pioctl (problem on ppc64)
3 - bugfix: ACL.c: memory leak
4 - some minor changes in ACL.c to be more accordance to src/venus/fs.c
5 - bugfix: inet_ntoa crashed; implemented an own function is Server.c instead
6 - modified src/libuafs/MakefileProto.LINUX: added -fPIC flag (doesn't tolerate mixing with non-fPIC on ppc)
7
820050525: (somogyi@de.ibm.com)
9 - removed non-error message from getACL; extended the error report (path string) instead of it
10
1120050602: (somogyi@de.ibm.com)
12 - moved ACL.c from libjafs.so into libjafsadm.so
13 (solves pioctl call failure in [get|set]ACL)
14 In the future each one should be in libjafsadm.so - using _only_ AFS API (!!!).
1520050603:
16 - moved GetNativeString from libjafs.so into libjafsadm.so
1720050610:
18 - created an automatic testAFS comprehensive java test
19 - modified java library: made all getInfo-like methods public
2020050614:
21 - bugfix: Cell.c: ..._getServersNextString: return "not_implemented" instead of making a crash
2220050616:
23 - created a multithreaded test; pioctl in getACL fails on i386_linux26, but doesn't fail under ppc64_linux26
2420050617:
25 - [#]ifdef-separated c sources and makefiles for ppc64_linux26
26 - bugfix: eliminating thread-safety crashes on pioctl/i386, but only pioctl works on ppc64 (idef-ed)
27 (pioctl didn't crash on ppc64)
2820050720:
29 - added s390x support, needs some special patches to openafs src
30 - added 64-bit support, affects java part
31 - refined testAFS.java tester tool
32
3320050727:
34 - tested on ppc64/32, fixed some bugs because of some s390x modifications
35
3620050830:
37 - modified Makefile.in to support OpenAFS version 1.3.85 or higher (added util/rxkstats.o to libjafs.so)
38
3920050906:
40 - added version info (overwritting an earlier implementation)
41 - added build info (using AFS_component_version_number.c) which is autogenerated