FedFsUtilsNews/20111213
From Linux NFS
(Difference between revisions)
Chucklever (Talk | contribs) (Copied from http://oss.oracle.com/projects/fedfs-utils/news/fedfs-utils-0.7.4-released.html) |
Chucklever (Talk | contribs) (Header links point to local pages) |
||
Line 3: | Line 3: | ||
[[FedFsUtilsProject|Project Home]] | | [[FedFsUtilsProject|Project Home]] | | ||
[[FedFsUtilsNews|News]] | | [[FedFsUtilsNews|News]] | | ||
- | + | [[FedFsUtilsDownloads|Downloads]] | | |
[[FedFsUtilsDocs|Docs]] | | [[FedFsUtilsDocs|Docs]] | | ||
- | + | [[FedFsUtilsMailingLists|Mailing Lists]] | | |
- | + | [[FedFsUtilsSourceControl|Source Control]] | | |
- | + | [[FedFsUtilsIssues|Issues]] | |
] | ] | ||
---- | ---- |
Latest revision as of 22:49, 13 February 2012
Project: fedfs-utils
[ Project Home | News | Downloads | Docs | Mailing Lists | Source Control | Issues ]
2011.12.13: Announcing the release of fedfs-utils, version 0.7.4
This package contains an implementation of the Federated Filesystem (FedFS) proposed standard for Linux. For an introduction to FedFS, see RFC 5716.
This is an ALPHA quality release. The code in this release is not guaranteed to work. Programming, administrative, and user interfaces may change significantly before the next release. This release is for technology preview only.
Changes since 0.7.3:
- Use correct attribute name when updating fedfsFslPort
- mount.fedfs's sloppy option shouldn't imply "-v"
- Address memory allocation issues found by coverity
Changes since 0.7.2:
- Address some memory overrun and resource leak bugs
- nsdb_list_s() returns FEDFS_OK without updating "fsns"
- Fix parsing of FSL attribute values
- man page updates
Changes since 0.7.1:
- Fix NSDB client --passwd option
- Fix man page bugs
Changes since 0.7.0:
- Fix rpmlint warnings
- Clear mode bits when creating junctions
New with this release:
- New program map for automounter
- Full set of man pages for administrative tools
- Support for FEDFS_NSDB_PASSWD environment variable
- FedFS ADMIN RPC clients now handle FEDFS_ERR_DELAY
- New nsdb_ping_s() API
- New tools and APIs for managing NSDB container information
- Support packaging via RPM and other tools
- Many other clean ups and bug fixes