Skip to content

Commit

Permalink
update to 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus committed Apr 25, 2017
1 parent d6fd5ad commit 19711dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
ApacheTop ChangeLog

v0.17.4 (25th April, 2017)
* create config.nice when running ./configure
* fix error: extra qualification on member (when using adns)
* fix compiler warnings
* fix a potential buffer overflow


v0.15.6 (10th June, 2015)
* allow other time/date formats in Apache log
* use sys/param.h for MAXPATHLEN
Expand All @@ -11,7 +18,7 @@ v0.15.6 (10th June, 2015)


v0.12.6 (27th October, 2005)
* fixed security issue which described at CVE-2005-2660
* fixed security issue which described at CVE-2005-2660


v0.12.5 (27th November, 2004)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script.

AC_INIT([apachetop],[0.15.6],[https://github.com/tessus/apachetop/issues])
AC_INIT([apachetop],[0.17.4],[https://github.com/tessus/apachetop/issues])

AC_DEFUN([AC_CONFIG_NICE],
[
Expand Down

0 comments on commit 19711dd

Please sign in to comment.