Skip to content

Releases: Genivia/ugrep-indexer

ugrep-indexer v1.0.0

18 Apr 17:42
Compare
Choose a tag to compare

What's new?

  • loads a .ugrep-indexer configuration file from the working or home directory when present, with user-defined default options (see man page)
  • outputs current indexing settings/options for confirmation (suppress with --no-messages)
  • improved indexing stats reporting
  • updated manual page

What's changed/fixed?

  • refactored autotools usage
  • changed default accuracy to 4 from 5
  • option --check when used with --quiet is now quiet

Important

This is the final release of ugrep-indexer in this repository. In the near future, ugrep-indexer will be bundled with the ugrep project, which means that installing ugrep will also install ugrep-indexer.

ugrep-indexer v0.9.6

29 Feb 20:37
Compare
Choose a tag to compare

This release fixes two reported issues:

  • fix missing C++ header #11
  • fix an issue with option -z and compressed files #12

Thank you for your feedback @geebakke and @vt-alt 👏

Vote on bundling the ugrep-indexer utility with ugrep or not: Genivia/ugrep#376

ugrep-indexer v0.9.5

06 Jan 01:32
Compare
Choose a tag to compare
  • fix #8 and related #9 #10 configure --disable-7zip won't compile and 7zip disables --with-bzip3
  • support 7z archive indexing (in addition to zip, tar, pax, cpio archives and compressed files) with option -z

ugrep-indexer v0.9.5

01 Jan 01:20
Compare
Choose a tag to compare
  • support 7z archive indexing (in addition to zip, tar, pax, cpio archives and compressed files) with option -z

ugrep-indexer v0.9.4

08 Dec 21:59
Compare
Choose a tag to compare
  • faster raw indexing per file, noticeable for big files
  • fix install script typo

ugrep-indexer v0.9.3

06 Dec 21:59
Compare
Choose a tag to compare
  • updated v0.9.3 release
  • fix missing <cstdint> #6
  • fix man page layout issue

ugrep-indexer v0.9.2

05 Dec 17:04
Compare
Choose a tag to compare
  • new option -z to index archives and compressed files
  • new option --zmax=NUM to specify nesting depth of archives to index (archives and compressed files stored in archives)
  • new ugrep-indexer.exe Windows version (x86 and x64)
  • fix -c changing the index file time stamp
  • updated man page

Ugrep supports index-based search with option --index. The upcoming ugrep v4.3.5 release also supports --index with option -z and includes these new options with the Windows executable.

ugrep-indexer v0.9.1

12 Aug 18:23
Compare
Choose a tag to compare

Add optional PATH command-line argument to optionally specify a pathname to the root of the directory tree to index. The default is to index the working directory tree.

ugrep-indexer v0.9

07 Aug 01:05
Compare
Choose a tag to compare

New ugrep-indexer utility to index file systems for accelerated ugrep search.