Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Added minor changes to ChangeLog for readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Nov 18, 2016
1 parent d501893 commit 46bd653
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Changes to GoAccess 0.9.3 - Wednesday, August 26, 2015
- Added DragonFly BSD to the list of OSs.
- Added Slackbot to the list of crawlers/browsers.
- Disabled REFERRERS by default.
- Ensure bandwidth metric is displayed only if the %b specifier is parsed.
- Ensure bandwidth metric is displayed only if %b specifier is parsed.
- Fixed issue where the --sort-panel option wouldn't sort certain panels.
- Fixed several compiler warnings.
- Set predefined static files when no config file is used.
Expand All @@ -232,19 +232,19 @@ Changes to GoAccess 0.9.2 - Monday, July 06, 2015

Changes to GoAccess 0.9.1 - Tuesday, May 26, 2015

- Added --hl-header command line option to highlight active panel.
- Added "Applebot" to the list of web crawlers.
- Added "Microsoft Edge" to the list of browsers.
- Added additional Nginx-specific status codes.
- Added Applebot to the list of web crawlers.
- Added Microsoft Edge to the list of browsers.
- Added the ability to highlight active panel through --hl-header.
- Ensure dump_struct is used only if using __GLIBC__.
- Ensure goaccess image has an alt attribute on the HTML output for valid
HTML5.
- Ensure the config file path is displayed when something goes wrong (FATAL).
- Ensure there is a character indicator to see which panel is active.
- Fixed Cygwin compile issue attempting to use -rdynamic.
- Fixed issue where a single IP did not get excluded after an IP range.
- Fixed issue where requests show up in the wrong view even when
--no-query-string is used.
- Fixed issue where requests showed up in the wrong view even when
--no-query-string was used.
- Fixed issue where some browsers were not recognized or marked as "unknown".
- Fixed memory leak when excluding an IP range.
- Fixed overflows on sort comparison functions.
Expand All @@ -254,6 +254,8 @@ Changes to GoAccess 0.9.1 - Tuesday, May 26, 2015

Changes to GoAccess 0.9 - Thursday, March 19, 2015

- Added --geoip-database command line option for GeoIP Country/City IPv6.
- Added "Windows 10 (v6.4)" to the real windows user agents.
- Added ability to double decode an HTTP referer and agent.
- Added ability to sort views through the command line on initial load.
- Added additional data values to the backtrace report.
Expand All @@ -265,16 +267,13 @@ Changes to GoAccess 0.9 - Thursday, March 19, 2015
- Added command line option to disable summary metrics on the CSV output.
- Added numeric formatting to the HTML output to improve readability.
- Added request method specifier to the default W3C log format.
- Added support for GeoIP Country IPv6 and GeoIP City IPv6 through
--geoip-database.
- Added the ability to ignore parsing and displaying given panel(s).
- Added the ability to ignore referer sites from being counted. A good case
scenario is to ignore own domains. i.e., owndomain.tld. This also allows
ignoring hosts using wildcards. For instance, *.mydomain.tld or www.mydomain.*
or www?.mydomain.tld
- Added time/hour distribution module. e.g., 00-23.
- Added "visitors" metrics to all panels.
- Added Windows 10 (v6.4) to the real windows user agents.
- Changed AC_PREREQ macro version so it builds on old versions of autoconf.
- Changed GEOIP database load to GEOIP_MEMORY_CACHE for faster lookups.
- Changed maximum number of choices to display per panel to 366 fron 300.
Expand Down

0 comments on commit 46bd653

Please sign in to comment.