Skip to content

0.6.10

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Dec 00:30
· 52 commits to main since this release

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-eacces to re-enable

gufi_vt/gufi_vt_*

  • Run on remotes
    • gufi_vt: remote_cmd + remote_arg
    • gufi_vt_*: remote_cmd + remote_args
  • Added max_level to match with min_level
  • Query multiple indexroots
  • (gufi_vt only) added ability to only process directories with matching uid/gid
    • dir_match_uid/dir_match_gid
    • Use with min_level
  • Installed by client RPM

User Facing Scripts

  • -h for help has been removed from all scripts

  • Need Python 3.9 for argparse feature

  • gufi_find

    • Fixed -printf
    • Added -print and -print0
    • Added --compress
    • -ls columns are now padded
    • fixed timestamps of entries that are more than 6 months old
  • gufi_ls

    • -l columns are now padded
    • fixed timestamps of entries that are more than 6 months old
  • gufi_query.py

    • no longer automatically attaches config.indexroot

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 of QPTPool_t *
  • Simplified interface: QPTPool_f now 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 sqlite3 build and install, and rebuild

GitHub Actions

  • Removed CentOS 8
  • Removed rockylinux:8 and rockylinux:9
  • Added rockylinux/rockylinux:9 and rockylinux/rockylinux:10
  • Now compiling with -Wwrite-strings