Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-10-03 00:57:43 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-03 00:57:43 +0400
commitf29c9380249d95fe004d6f2652dfdb318aea0784 (patch)
treef2af227dac62daa885f173077984917a79cc36ef /libs/README.md
parent699f9cd8bd84ee53c8b4e65e948052dbd8858d10 (diff)
Extracted the decompressing classes into a standalone Decompress component
Diffstat (limited to 'libs/README.md')
-rw-r--r--libs/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/README.md b/libs/README.md
index 959d38e4b9..8d7c7d8e6e 100644
--- a/libs/README.md
+++ b/libs/README.md
@@ -17,8 +17,6 @@ third-party libraries:
- The bug #4206 (GD with JIS-mapped Japanese Font Support) was fixed in this
commit: https://github.com/piwik/piwik/commit/516c13d9b13ca3b908575eb809f7ad9d9397f0e1
Changed files: class/pImage.class.php class/pDraw.class.php
- * PclZip/
- - in r1960, ignore touch() - utime failed warning
* PEAR/, PEAR.php
- in r2419, add static keyword to isError and raiseError as it throws notices
in HTML_Quickform2