From 64d94cb3464303a2564ee8dca28b2a872c30d650 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 13 Apr 2015 17:27:14 +0200 Subject: [PATCH 1/2] Release version 1.5.5 --- CHANGELOG.md | 13 +++++++++++++ src/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926e3d3c9..82c1e117b 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 cd8cea5b1..8aed8ffb4 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" } From 33594a724682054d9bea7f983381d80cd9f46848 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 15 Apr 2015 11:52:03 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bef84656f..12ea3998a 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Documentation can be found in `docs/`. # Development ## Things you should know -Read this [git guide](http://learn.github.com/p/index.html) and watch this [video on getting started with Etherpad Development](http://youtu.be/67-Q26YH97E). +Understand [git](https://training.github.com/) and watch this [video on getting started with Etherpad Development](http://youtu.be/67-Q26YH97E). If you're new to node.js, start with Ryan Dahl's [Introduction to Node.js](http://youtu.be/jo_B4LTHi3I).