Skip to content

Commit 7df8274

Browse files
committed
released 7.1.2
implements #446 #447 #448
1 parent 854b29f commit 7df8274

File tree

15 files changed

+26
-22
lines changed

15 files changed

+26
-22
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4869,7 +4869,8 @@ in markdown:
48694869
(.Z), zip, 7z, bzip2 (requires suffix .bz, .bz2, .bzip2, .tbz,
48704870
.tbz2, .tb2, .tz2), lzma and xz (requires suffix .lzma, .tlz, .xz,
48714871
.txz), lz4 (requires suffix .lz4), zstd (requires suffix .zst,
4872-
.zstd, .tzst), brotli (requires suffix .br).
4872+
.zstd, .tzst), brotli (requires suffix .br), bzip3 (requires
4873+
suffix .bz3).
48734874

48744875
--zmax=NUM
48754876
When used with option -z (--decompress), searches the contents of
@@ -5459,7 +5460,7 @@ in markdown:
54595460

54605461

54615462

5462-
ugrep 7.1.1 November 29, 2024 UGREP(1)
5463+
ugrep 7.1.2 December 30, 2024 UGREP(1)
54635464

54645465
🔝 [Back to table of contents](#toc)
54655466

bin/win32/ug.exe

0 Bytes
Binary file not shown.

bin/win32/ugrep-indexer.exe

-512 Bytes
Binary file not shown.

bin/win32/ugrep.exe

0 Bytes
Binary file not shown.

bin/win64/ug.exe

-512 Bytes
Binary file not shown.

bin/win64/ugrep-indexer.exe

0 Bytes
Binary file not shown.

bin/win64/ugrep.exe

-512 Bytes
Binary file not shown.

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for ugrep 7.1.1.
3+
# Generated by GNU Autoconf 2.72 for ugrep 7.1.2.
44
#
55
# Report bugs to <https://github.com/Genivia/ugrep/issues>.
66
#
@@ -606,8 +606,8 @@ MAKEFLAGS=
606606
# Identity of this package.
607607
PACKAGE_NAME='ugrep'
608608
PACKAGE_TARNAME='ugrep'
609-
PACKAGE_VERSION='7.1.1'
610-
PACKAGE_STRING='ugrep 7.1.1'
609+
PACKAGE_VERSION='7.1.2'
610+
PACKAGE_STRING='ugrep 7.1.2'
611611
PACKAGE_BUGREPORT='https://github.com/Genivia/ugrep/issues'
612612
PACKAGE_URL='https://ugrep.com'
613613

@@ -1382,7 +1382,7 @@ if test "$ac_init_help" = "long"; then
13821382
# Omit some internal or obsolete options to make the list less imposing.
13831383
# This message is too long to be a string in the A/UX 3.1 sh.
13841384
cat <<_ACEOF
1385-
'configure' configures ugrep 7.1.1 to adapt to many kinds of systems.
1385+
'configure' configures ugrep 7.1.2 to adapt to many kinds of systems.
13861386
13871387
Usage: $0 [OPTION]... [VAR=VALUE]...
13881388
@@ -1453,7 +1453,7 @@ fi
14531453

14541454
if test -n "$ac_init_help"; then
14551455
case $ac_init_help in
1456-
short | recursive ) echo "Configuration of ugrep 7.1.1:";;
1456+
short | recursive ) echo "Configuration of ugrep 7.1.2:";;
14571457
esac
14581458
cat <<\_ACEOF
14591459
@@ -1630,7 +1630,7 @@ fi
16301630
test -n "$ac_init_help" && exit $ac_status
16311631
if $ac_init_version; then
16321632
cat <<\_ACEOF
1633-
ugrep configure 7.1.1
1633+
ugrep configure 7.1.2
16341634
generated by GNU Autoconf 2.72
16351635
16361636
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2184,7 +2184,7 @@ cat >config.log <<_ACEOF
21842184
This file contains any messages produced by compilers while
21852185
running configure, to aid debugging if configure makes a mistake.
21862186
2187-
It was created by ugrep $as_me 7.1.1, which was
2187+
It was created by ugrep $as_me 7.1.2, which was
21882188
generated by GNU Autoconf 2.72. Invocation command line was
21892189
21902190
$ $0$ac_configure_args_raw
@@ -3694,7 +3694,7 @@ fi
36943694

36953695
# Define the identity of the package.
36963696
PACKAGE='ugrep'
3697-
VERSION='7.1.1'
3697+
VERSION='7.1.2'
36983698

36993699

37003700
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -11808,7 +11808,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1180811808
# report actual input values of CONFIG_FILES etc. instead of their
1180911809
# values after options handling.
1181011810
ac_log="
11811-
This file was extended by ugrep $as_me 7.1.1, which was
11811+
This file was extended by ugrep $as_me 7.1.2, which was
1181211812
generated by GNU Autoconf 2.72. Invocation command line was
1181311813
1181411814
CONFIG_FILES = $CONFIG_FILES
@@ -11881,7 +11881,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1188111881
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1188211882
ac_cs_config='$ac_cs_config_escaped'
1188311883
ac_cs_version="\\
11884-
ugrep config.status 7.1.1
11884+
ugrep config.status 7.1.2
1188511885
configured by $0, generated by GNU Autoconf 2.72,
1188611886
with options \\"\$ac_cs_config\\"
1188711887

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([ugrep],[7.1.1],[https://github.com/Genivia/ugrep/issues],[ugrep],[https://ugrep.com])
1+
AC_INIT([ugrep],[7.1.2],[https://github.com/Genivia/ugrep/issues],[ugrep],[https://ugrep.com])
22
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip])
33
AC_CONFIG_HEADERS([config.h])
44
AC_COPYRIGHT([Copyright (C) 2019-2024 Robert van Engelen, Genivia Inc.])

man/ug.1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH UGREP "1" "November 29, 2024" "ugrep 7.1.1" "User Commands"
1+
.TH UGREP "1" "December 30, 2024" "ugrep 7.1.2" "User Commands"
22
.SH NAME
33
\fBugrep\fR, \fBug\fR -- file pattern searcher
44
.SH SYNOPSIS
@@ -920,7 +920,8 @@ bzip2 (requires suffix .bz, .bz2, .bzip2, .tbz, .tbz2, .tb2, .tz2),
920920
lzma and xz (requires suffix .lzma, .tlz, .xz, .txz),
921921
lz4 (requires suffix .lz4),
922922
zstd (requires suffix .zst, .zstd, .tzst),
923-
brotli (requires suffix .br).
923+
brotli (requires suffix .br),
924+
bzip3 (requires suffix .bz3).
924925
.TP
925926
\fB\-\-zmax\fR=\fINUM\fR
926927
When used with option \fB\-z\fR (\fB\-\-decompress\fR), searches the contents of

0 commit comments

Comments
 (0)