Hello community,

here is the log from the commit of package goaccess for openSUSE:Factory 
checked in at 2018-11-26 10:30:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goaccess (Old)
 and      /work/SRC/openSUSE:Factory/.goaccess.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goaccess"

Mon Nov 26 10:30:52 2018 rev:2 rq:651371 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/goaccess/goaccess.changes        2018-10-18 
15:39:51.142057259 +0200
+++ /work/SRC/openSUSE:Factory/.goaccess.new.19453/goaccess.changes     
2018-11-26 10:31:30.232943755 +0100
@@ -1,0 +2,75 @@
+Fri Nov 23 11:39:52 UTC 2018 - mvet...@suse.com
+
+- Update to 1.3
+  * Added ability to store accumulated processing time into DB_GEN_STATS tcb
+    file via '--accumulated-time' command line option.
+  * Added additional Apache status codes to the list.
+  * Added a few feed readers to the list.
+  * Added more OSs to the list of OSs.
+  * Added --anonymize-ip command line option to anonymize ip addresses.
+  * Added --browsers-file command line option to load a list of crawlers from a
+    text file.
+  * Added byte unit (PiB) to formatters
+  * Added translations
+  * Added '%h' date specifier to the allowed date character specifiers.
+  * Added "HeadlessChrome" to the list of browsers.
+  * Added --hide-referer command line option to hide referers from report.
+  * Added HTTP status code 429 (TOO MANY REQUESTS).
+  * Added IGNORE_LEVEL_PANEL and IGNORE_LEVEL_REQ definitions.
+  * Added --ignore-referer-report command line option to hide referers from
+    output.
+  * Added "Mastodon" user-agent to the list of crawlers/unix-like.
+  * Added new fontawesome icons and use angle arrows in HTML paging.
+  * Added new purple theme to HTML report and default to it.
+  * Added --no-parsing-spinner command line option to switch off parsing
+    spinner.
+  * Added .ogv and ogg static file extension (ogg video, Ogg Vorbis audio).
+  * Added OS X version numbers when outputting with --real-os.
+  * Added parsing mechanism in an attempt capture more bots and to include
+    unspecified bots/crawlers.
+  * Added --pidfile command line option to the default config file.
+  * Added SSL support for Docker goaccess build.
+  * Added support to the WebSocket server for openssl-1.1*.
+  * Added the ability to show/hide a chart per panel in the HTML report.
+  * Added transparency to the navigation bar of the HTML report.
+  * Added "WhatsApp" user-agent to the list of crawlers.
+  * Changed default db folder so it adds the process id (PID). --db-path is
+    required now when using --load-from-disk.
+  * Changed Dockerfile to build from the current source.
+  * Changed 'hits' to be right-aligned on TUI.
+  * Changed to use faster slide animations on HTML report.
+  * Changed wording from 'Bandwidth' to the proper term 'Tx. Amount'.
+  * Ensure database filenames used by btree are less predictable.
+  * Ensure HTML templates, CSS and JS files are minified when outputting
+    report.
+  * Ensure key phrases from Google are added even when https is used.
+  * Ensure live report updates data & charts if tab/document has focus.
+  * Ensure multiple 'Yandex' crawlers are properly parsed.
+  * Ensure Safari has priority over most crawlers except the ones that are
+    known to have it.
+  * Ensure the request protocol on its own is properly parsed.
+  * Ensure the right number of tests are performed against the given log.
+  * Ensure user configuration is parsed first when available.
+  * Ensure wss:// is used when connecting via HTTPS.
+  * Ensure XFF parser takes into account escaped braces.
+  * Fixed a regression where fifo-in/out would fail with ENXIO.
+  * Fixed a regression where it would return EXIT_FAILURE on an empty log.
+  * Fixed a (ssh) pipeline problem with fgetline()/fgets() when there is a race
+    for data on stdin.
+  * Fixed broken X-Forwarded-For (XFF) %~ specifier in certain parsing cases.
+  * Fixed conf.filenames duplication problem if logs are via pipe.
+  * Fixed float percent value on JSON/HTML output for locales using decimal 
comma.
+  * Fixed issue where it was not possible to establish a Web Socket connection
+    when attempting to parse and extract HTTP method.
+  * Fixed issue where log formats with pipe delimiter were not propely parsed.
+  * Fixed memory leak after config file path has been set (housekeeping).
+  * Fixed memory leak when adding host to holder introduced in c052d1ea.
+  * Fixed possible memory leak when hiding specific referrers.
+  * Fixed several JS jshint warnings.
+  * Fixed sudo installs on TravisCI.
+  * Fixed UNDEFINED time range in HTML report when VISITORS panel was ignored.
+  * Fixed unnecessary closing span tags from template.
+  * Fixed use-after-free when two color items were found on color_list.  
+- Add language package
+
+-------------------------------------------------------------------

Old:
----
  goaccess-1.2.tar.gz

New:
----
  goaccess-1.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ goaccess.spec ++++++
--- /var/tmp/diff_new_pack.zPHczS/_old  2018-11-26 10:31:30.864943015 +0100
+++ /var/tmp/diff_new_pack.zPHczS/_new  2018-11-26 10:31:30.864943015 +0100
@@ -19,7 +19,7 @@
 
 
 Name:           goaccess
-Version:        1.2
+Version:        1.3
 Release:        0
 Summary:        Apache Web Log Analyzer
 License:        GPL-2.0-or-later
@@ -32,11 +32,14 @@
 BuildRequires:  libGeoIP-devel
 BuildRequires:  make
 BuildRequires:  ncurses-devel
+Recommends:     %{name}-lang
 
 %description
 GoAccess is an Apache web log analyzer that provides HTTP statistics
 for system administrators that require a visual report on the fly.
 
+%lang_package
+
 %prep
 %setup -q
 
@@ -50,12 +53,15 @@
 %install
 %make_install
 
-%files
+%find_lang %{name}
+
+%files -f %{name}.lang
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README TODO
 %{_bindir}/goaccess
 %{_mandir}/man1/goaccess.1%{?ext_man}
-%config(noreplace) %{_sysconfdir}/goaccess.conf
-%{_datadir}/doc/goaccess/
+%dir %{_sysconfdir}/goaccess/
+%config %{_sysconfdir}/goaccess/browsers.list
+%config %{_sysconfdir}/goaccess/goaccess.conf
 
 %changelog

++++++ goaccess-1.2.tar.gz -> goaccess-1.3.tar.gz ++++++
++++ 23442 lines of diff (skipped)


Reply via email to