diff --git a/matomo-3.13.2.tar.gz b/matomo-3.13.2.tar.gz deleted file mode 100644 index 25f09e6..0000000 --- a/matomo-3.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:262cb6a002331fa0b5af0a5b0d0c9e03dafe7cbe6e52a7d7dbb940607ed35edf -size 15257798 diff --git a/matomo-3.13.3.tar.gz b/matomo-3.13.3.tar.gz new file mode 100644 index 0000000..f827d1b --- /dev/null +++ b/matomo-3.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff7795897e8a658577be0e4a74fae91845bc2d030f3aaa94f9f423b063ebb86 +size 15255487 diff --git a/matomo.changes b/matomo.changes index add2739..a03e995 100644 --- a/matomo.changes +++ b/matomo.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Feb 24 23:16:59 UTC 2020 - Lars Vogdt + +- Update: 3.13.3 + In this new release we’re solving a few regressions and making a + few minor improvements. In terms of bugs, an issue in the Overlay + report causing sessions to logout has been fixed. + Other issues were fixed the Samesite cookies handling and session, + and a bug was fixed in the new Date comparison feature. + #15513 Loading Page Overlay fails and logs user out [by @diosmosis] + #15602 Fix session cookies for Matomo installed in subdirectory + [by @sgiehl, @tsteur] + #15605 Fix VisitorFrequency.get API for idsites=all [by @sgiehl] + #15553 piwik_ignore cookie is blocked on macOS and Chrome 80 [by @diosmosis] + #15561 Various fixes for Samesite handling in sessions, + iframes [by @diosmosis, @tsteur] + #15568 Support tracker js files from custom plugin directories [by @tsteur] + #15569 Fix non-numeric value encountered in session recording [by @tsteur] + #15576 Do not record the stack trace for user input errors [by @tsteur, @sgiehl] + #15577 During archive invalidation clear general cache less often [by @tsteur, @diosmosis] + #15590 Fallback to JSON renderer if no valid format is given [by @tsteur] + #15592 Try to determine the region iso code based on its name if + not available [by @sgiehl, @tsteur] + ------------------------------------------------------------------- Tue Feb 18 10:21:24 UTC 2020 - Lars Vogdt diff --git a/matomo.spec b/matomo.spec index c7537a9..94e542c 100644 --- a/matomo.spec +++ b/matomo.spec @@ -32,7 +32,7 @@ %{!?_tmpfilesdir:%global _tmpfilesdir %{_prefix}/lib/tmpfiles.d} Name: matomo -Version: 3.13.2 +Version: 3.13.3 Release: 0 Summary: Web analytics platform License: GPL-3.0-or-later @@ -118,7 +118,7 @@ do sed -i "/\W\"${i}\"\W/d" config/manifest.inc.php done # Insert new hashes for chanded files -for file in console 'vendor/leafo/lessphp/plessc' 'vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php' 'config/global.ini.php' +for file in console 'vendor/leafo/lessphp/plessc' 'vendor/tecnickcom/tcpdf/tools/tcpdf_addfont.php' 'config/global.ini.php' 'core/CliMulti/Output.php' do size=$(ls -l $file | awk '{ print $5 }') checksum=$(md5sum $file | awk '{ print $1 }')