浏览代码

updated documentation and credits

El RIDO 9 年之前
父节点
当前提交
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
 # 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)**
   * **1.0 (2016-08-25)**
     * ADDED: Translations for Slowene and Chinese
     * ADDED: Translations for Slowene and Chinese
     * ADDED: re-introduced (optional) URL shortener support, which was removed back in version 0.16 for privacy concerns
     * 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
 * Adam Fisher - old Favicons
 * rugk - new logo/icons
 * rugk - new logo/icons
 * Sobak - PSR-4 and PSR-2 refactoring
 * Sobak - PSR-4 and PSR-2 refactoring
+* Nathaniel Olsen - jQuery upgrade
 
 
 ## Translations
 ## Translations
 * Hexalyse - French
 * Hexalyse - French
@@ -27,3 +28,4 @@ Sébastien Sauvage - original idea and main developer
 * Draky50110 - French
 * Draky50110 - French
 * Filip Muki Dobranić - Slovene
 * Filip Muki Dobranić - Slovene
 * Jiawei Zhou - Chinese
 * 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
 In order to run these tests, you will need to install the following packages
 and its dependencies:
 and its dependencies:
 * phpunit
 * phpunit
-* php5-gd
-* php5-sqlite
-* php5-xdebug
+* php-gd
+* php-sqlite
+* php-xdebug
 
 
 Example for Debian and Ubuntu:
 Example for Debian and Ubuntu:
 ```sh
 ```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:
 To run the tests, just change into this directory and run phpunit: