From 48c3a108ed1a18867579f843a6240c99f54f2c3726d49a31ba6154a3bb877aa6 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sat, 18 Jan 2020 23:23:13 +0000 Subject: [PATCH] Accepting request 765510 from home:lrupp:branches:network:utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update: 3.13.1 In this release we’re focusing on fixing a few bugs, a regression in tracking unique visitors affecting some users, we’re making Matomo tracking slightly faster, and we ensure compatibility with the upcoming Chrome 80 browser. + This release is also rated critical and includes a major security fix. + A regression was introduced in 3.13.0 which could in some cases lead to inflate unique visitors/unique users metrics, when the User ID feature is used: this regression has been fixed. + Another regression causing some of the number metrics to display wrongly in some languages such as German has been fixed. + As the default geolocation provider MaxMind is introducing new complicated licensing terms for their geolocation database, and broke auto-updating of geolocation databases for Matomo, we’re introducing a new Geolocation provider by default to replace MaxMind. Matomo will now use db-ip.com as a geolocation provider and all Matomo users will automatically download this new geolocation database starting in 3.13.1. + Chrome 80 is planning to make all cookies that don’t have an explicit `SameSite` option have `SameSite=Lax` by default. So far it has been an optional flag but Chrome 80 (release due in January 2020) will have it enabled by default. Matomo 3.13.1 will be fully compatible and won’t issue a browser console warning anymore. + The Countries Regions maps should now work again and display data for most countries regions. + In terms of new features, we’ve improved the Behaviour > Engagement report, which will now clearly display all metrics for both Returning visits and New visits OBS-URL: https://build.opensuse.org/request/show/765510 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=49 --- matomo-3.13.0.tar.gz | 3 --- matomo-3.13.1.tar.gz | 3 +++ matomo.changes | 32 ++++++++++++++++++++++++++++++++ matomo.spec | 4 ++-- 4 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 matomo-3.13.0.tar.gz create mode 100644 matomo-3.13.1.tar.gz diff --git a/matomo-3.13.0.tar.gz b/matomo-3.13.0.tar.gz deleted file mode 100644 index 66adc3e..0000000 --- a/matomo-3.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82b66a51bb788781f1cb71376d361482d2857c647a46c042dfc1bb456c49240 -size 15215382 diff --git a/matomo-3.13.1.tar.gz b/matomo-3.13.1.tar.gz new file mode 100644 index 0000000..fa4343a --- /dev/null +++ b/matomo-3.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10a9be2413b8ffeea3f4ad412a365955c9e916574fac6176314e63cb81e351c +size 15225046 diff --git a/matomo.changes b/matomo.changes index 521d3a4..118b723 100644 --- a/matomo.changes +++ b/matomo.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Jan 18 23:11:37 UTC 2020 - Lars Vogdt + +- Update: 3.13.1 + In this release we’re focusing on fixing a few bugs, a regression in tracking + unique visitors affecting some users, we’re making Matomo tracking slightly + faster, and we ensure compatibility with the upcoming Chrome 80 browser. + + This release is also rated critical and includes a major security fix. + + A regression was introduced in 3.13.0 which could in some cases lead + to inflate unique visitors/unique users metrics, when the User ID + feature is used: this regression has been fixed. + + Another regression causing some of the number metrics to display + wrongly in some languages such as German has been fixed. + + As the default geolocation provider MaxMind is introducing new + complicated licensing terms for their geolocation database, and + broke auto-updating of geolocation databases for Matomo, we’re + introducing a new Geolocation provider by default to replace MaxMind. + Matomo will now use db-ip.com as a geolocation provider and all + Matomo users will automatically download this new geolocation + database starting in 3.13.1. + + Chrome 80 is planning to make all cookies that don’t have an explicit + `SameSite` option have `SameSite=Lax` by default. So far it has been + an optional flag but Chrome 80 (release due in January 2020) will have + it enabled by default. + Matomo 3.13.1 will be fully compatible and won’t issue a browser + console warning anymore. + + The Countries Regions maps should now work again and display data + for most countries regions. + + In terms of new features, we’ve improved the Behaviour > Engagement report, + which will now clearly display all metrics for both Returning visits and + New visits + ------------------------------------------------------------------- Mon Dec 23 22:56:28 UTC 2019 - Lars Vogdt diff --git a/matomo.spec b/matomo.spec index a2b919f..12e76d3 100644 --- a/matomo.spec +++ b/matomo.spec @@ -1,7 +1,7 @@ # # spec file for package matomo # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d} Name: matomo -Version: 3.13.0 +Version: 3.13.1 Release: 0 Summary: Web analytics platform License: GPL-3.0-or-later