Beginning to make release
parent
e9f77e06a9
commit
c34350f307
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -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
|
# 1.6.3
|
||||||
* SECURITY: Update ejs
|
* SECURITY: Update ejs
|
||||||
* SECURITY: xss vulnerability when reading window.location.href
|
* SECURITY: xss vulnerability when reading window.location.href
|
||||||
|
|
|
@ -56,6 +56,6 @@
|
||||||
"repository" : { "type" : "git",
|
"repository" : { "type" : "git",
|
||||||
"url" : "http://github.com/ether/etherpad-lite.git"
|
"url" : "http://github.com/ether/etherpad-lite.git"
|
||||||
},
|
},
|
||||||
"version" : "1.6.3",
|
"version" : "1.6.4",
|
||||||
"license" : "Apache-2.0"
|
"license" : "Apache-2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue