Merge branch 'develop' of github.com:ether/etherpad-lite into develop
commit
1fbf0db650
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
|
||||
* SECURITY: Also don't allow read files on directory traversal on frontend tests path
|
||||
|
||||
|
|
|
@ -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).
|
||||
|
||||
|
|
|
@ -55,5 +55,5 @@
|
|||
"repository" : { "type" : "git",
|
||||
"url" : "http://github.com/ether/etherpad-lite.git"
|
||||
},
|
||||
"version" : "1.5.4"
|
||||
"version" : "1.5.5"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue