push express back as it breaks sessions

This commit is contained in:
John McLear 2013-04-15 12:21:10 +01:00
parent c3c7a3d128
commit 2c8699506d
2 changed files with 3 additions and 1 deletions

View File

@ -8,8 +8,10 @@
* Fix: Import browser detection
* Fix: 2 Part Locale Specs
* Fix: Remove language string from chat element
* Fix: Temporary patch for Changeset Spam
* Fix: Make Saved revision Star fade back out on non Top frames
* Other: Remove some cruft legacy JS from old Etherpad
* Other: Express 3.1.2 breaks sessions, set Express to 3.1.0
# 1.2.91
* NEW: Authors can now send custom object messages to other Authors making 3 way conversations possible. This introduces WebRTC plugin support.

View File

@ -18,7 +18,7 @@
"socket.io" : "0.9.x",
"ueberDB" : "0.2.x",
"async" : "0.1.x",
"express" : "3.x",
"express" : "3.1.0",
"connect" : "2.4.x",
"clean-css" : "0.3.2",
"uglify-js" : "1.2.5",