Просмотр исходного кода

updated documentation and credits

El RIDO 9 лет назад
Родитель
Сommit
f49927712a
3 измененных файлов с 10 добавлено и 4 удалено
  1. 4 0
      CHANGELOG.md
  2. 2 0
      CREDITS.md
  3. 4 4
      tst/README.md

+ 4 - 0
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

+ 2 - 0
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

+ 4 - 4
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: