diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a8b9b2..5424a91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # PrivateBin version history + * **next (not yet released)** + * ADDED: Translations for Italian + * CHANGED: Suppressed referrer HTTP header sending when following links in a paste or comment (#96) and added additional HTTP headers for XSS mitigation (#91) + * CHANGED: Updated random_compat and jQuery libraries * **1.0 (2016-08-25)** * ADDED: Translations for Slowene and Chinese * ADDED: re-introduced (optional) URL shortener support, which was removed back in version 0.16 for privacy concerns diff --git a/CREDITS.md b/CREDITS.md index a28eb289..e6bf6136 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -19,6 +19,7 @@ Sébastien Sauvage - original idea and main developer * Adam Fisher - old Favicons * rugk - new logo/icons * Sobak - PSR-4 and PSR-2 refactoring +* Nathaniel Olsen - jQuery upgrade ## Translations * Hexalyse - French @@ -27,3 +28,4 @@ Sébastien Sauvage - original idea and main developer * Draky50110 - French * Filip Muki Dobranić - Slovene * Jiawei Zhou - Chinese +* Stefano Marty - Italian diff --git a/tst/README.md b/tst/README.md index ee91d869..396b7735 100644 --- a/tst/README.md +++ b/tst/README.md @@ -4,13 +4,13 @@ Running unit tests In order to run these tests, you will need to install the following packages and its dependencies: * phpunit -* php5-gd -* php5-sqlite -* php5-xdebug +* php-gd +* php-sqlite +* php-xdebug Example for Debian and Ubuntu: ```sh -$ sudo aptitude install phpunit php5-gd php5-sqlite php5-xdebug +$ sudo aptitude install phpunit php-gd php-sqlite php-xdebug ``` To run the tests, just change into this directory and run phpunit: