Release version 1.6.3

This commit is contained in:
Stefan 2018-02-03 12:55:07 +01:00
parent b292e137ed
commit 1e25e7fc77
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# 1.6.3
* SECURITY: Update ejs
* SECURITY: xss vulnerability when reading window.location.href
* SECURITY: sanitize jsonp
* NEW: Catch SIGTERM for graceful shutdown
* NEW: Show actual applied text formatting for caret position
* NEW: Add settings to improve scrolling of viewport on line changes
# 1.6.2
* NEW: Added pad shortcut disabling feature
* NEW: Create option to automatically reconnect after a few seconds

View file

@ -56,6 +56,6 @@
"repository" : { "type" : "git",
"url" : "http://github.com/ether/etherpad-lite.git"
},
"version" : "1.6.2",
"version" : "1.6.3",
"license" : "Apache-2.0"
}