Release version 1.5.5
parent
629f909d57
commit
64d94cb346
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
||||||
|
# 1.5.5
|
||||||
|
* SECURITY: Also don't allow read files on directory traversal on minify paths
|
||||||
|
* NEW: padOptions can be set in settings.json now
|
||||||
|
* Fix: Add check for special characters in createPad API function
|
||||||
|
* Fix: Middle click on a link in firefox don't paste text anymore
|
||||||
|
* Fix: Made setPadRaw async to import larger etherpad files
|
||||||
|
* Fix: rtl
|
||||||
|
* Fix: Problem in older IEs
|
||||||
|
* Other: Update to express 4.x
|
||||||
|
* Other: Dropped support for node 0.8
|
||||||
|
* Other: Update ejs to version 2.x
|
||||||
|
* Other: Moved sessionKey from settings.json to a new auto-generated SESSIONKEY.txt file
|
||||||
|
|
||||||
# 1.5.4
|
# 1.5.4
|
||||||
* SECURITY: Also don't allow read files on directory traversal on frontend tests path
|
* SECURITY: Also don't allow read files on directory traversal on frontend tests path
|
||||||
|
|
||||||
|
|
|
@ -55,5 +55,5 @@
|
||||||
"repository" : { "type" : "git",
|
"repository" : { "type" : "git",
|
||||||
"url" : "http://github.com/ether/etherpad-lite.git"
|
"url" : "http://github.com/ether/etherpad-lite.git"
|
||||||
},
|
},
|
||||||
"version" : "1.5.4"
|
"version" : "1.5.5"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue