Documentation
- NEW quickstart guide
- Major LaTeX updates
- Major man page updates
gufi_query
- Added ability to only process directories with matching uid/gid
--dir-match-uid/--dir-match-gid- Use with
--min-level
- Disabled printing messages when errno is
EACCES- use--print-eaccesto re-enable
gufi_vt/gufi_vt_*
- Run on remotes
gufi_vt:remote_cmd+remote_arggufi_vt_*:remote_cmd+remote_args
- Added
max_levelto match withmin_level - Query multiple indexroots
- (
gufi_vtonly) added ability to only process directories with matching uid/giddir_match_uid/dir_match_gid- Use with
min_level
- Installed by client RPM
User Facing Scripts
-
-hfor help has been removed from all scripts -
Need Python 3.9 for
argparsefeature -
gufi_find- Fixed
-printf - Added
-printand-print0 - Added
--compress -lscolumns are now padded- fixed timestamps of entries that are more than 6 months old
- Fixed
-
gufi_ls-lcolumns are now padded- fixed timestamps of entries that are more than 6 months old
-
gufi_query.py- no longer automatically attaches
config.indexroot
- no longer automatically attaches
gufi_incremental_update
- Removed suspect method 2
NEW gufi_top_info
- Store extra data about indexes at the top of a GUFI tree
- Administrator-only tool
- Indexing now prints wall clock start and end time that can be used as extra data
gufi_treesummary_all
- Added ability to do incremental update instead of recomputing everything per invocation
QueuePerThreadPool function signature updates by @cadegore (#185)
- Now using
QPTPool_ctx_t *instead ofQPTPool_t * - Simplified interface:
QPTPool_fnow takes in 2 arguments instead of 4
make install now only installs server files
- Use client RPM to install client files
SQLite3 removed incorrect cache configuration
- Users should delete previous
sqlite3build and install, and rebuild
GitHub Actions
- Removed CentOS 8
- Removed
rockylinux:8androckylinux:9 - Added
rockylinux/rockylinux:9androckylinux/rockylinux:10 - Now compiling with
-Wwrite-strings