update to 1.7.2

This commit is contained in:
lyn1001 2023-04-17 14:00:39 +08:00
parent 1fcf8ea4c5
commit 15641ba89c
4 changed files with 6 additions and 3 deletions

View File

@ -11,7 +11,7 @@ diff --git a/src/options.c b/src/options.c
index cea991f..9025914 100644 index cea991f..9025914 100644
--- a/src/options.c --- a/src/options.c
+++ b/src/options.c +++ b/src/options.c
@@ -288,7 +288,7 @@ cmd_help (void) @@ -347,7 +347,7 @@
"\n\n" "\n\n"
, INFO_HELP_EXAMPLES, INFO_MORE_INFO, GO_WEBSITE , INFO_HELP_EXAMPLES, INFO_MORE_INFO, GO_WEBSITE
); );

Binary file not shown.

BIN
goaccess-1.7.2.tar.gz Normal file

Binary file not shown.

View File

@ -5,8 +5,8 @@
%global build_ldflags %{build_ldflags} -flto %global build_ldflags %{build_ldflags} -flto
%endif %endif
Name: goaccess Name: goaccess
Version: 1.4.6 Version: 1.7.2
Release: 2 Release: 1
Summary: Real-time web log analyzer and interactive viewer Summary: Real-time web log analyzer and interactive viewer
License: GPLv2+ License: GPLv2+
URL: https://goaccess.io/ URL: https://goaccess.io/
@ -48,6 +48,9 @@ sed -i '/-pthread/d' configure.ac
%{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}.1*
%changelog %changelog
* Mon Apr 17 2023 liyanan <thistleslyn@163.com> - 1.7.2-1
- Update to 1.7.2
* Fri Oct 8 2021 baizhonggui <baizhonggui@huawei.com> - 1.4.6-2 * Fri Oct 8 2021 baizhonggui <baizhonggui@huawei.com> - 1.4.6-2
- Fix goaccess -h/--help exit-code: 1 to 0 - Fix goaccess -h/--help exit-code: 1 to 0