diff --git a/CHANGELOG.md b/CHANGELOG.md index 926e3d3c..82c1e117 100644 --- a/CHANGELOG.md +++ b/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 * SECURITY: Also don't allow read files on directory traversal on frontend tests path diff --git a/src/package.json b/src/package.json index cd8cea5b..8aed8ffb 100644 --- a/src/package.json +++ b/src/package.json @@ -55,5 +55,5 @@ "repository" : { "type" : "git", "url" : "http://github.com/ether/etherpad-lite.git" }, - "version" : "1.5.4" + "version" : "1.5.5" }