Beginning to make release

pull/3366/head
John McLear 2018-04-07 09:22:13 +01:00
parent e9f77e06a9
commit c34350f307
2 changed files with 21 additions and 7 deletions

View File

@ -1,3 +1,17 @@
# 1.6.4
* SECURITY: exploitable /admin access
* SECURITY: DoS with pad exports
* SECURITY: Remote Code Execution
* SECURITY: Pad data leak
* Fix: Admin redirect URL
* Fix: Various script Fixes
* Fix: Various CSS/Style/Layout fixes
* NEW: Improved Pad contents readability
* NEW: Hook: onAccessCheck
* NEW: SESSIONKEY and APIKey customizable path
* NEW: checkPads script
* NEW: Support "cluster mode"
# 1.6.3
* SECURITY: Update ejs
* SECURITY: xss vulnerability when reading window.location.href

View File

@ -56,6 +56,6 @@
"repository" : { "type" : "git",
"url" : "http://github.com/ether/etherpad-lite.git"
},
"version" : "1.6.3",
"version" : "1.6.4",
"license" : "Apache-2.0"
}