[Pkg-javascript-commits] [sockjs-client] 403/434: Changelog

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit fd0c084f8e3bde0e993c55f754d8628139462c04
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Tue Apr 24 14:32:39 2012 +0100

    Changelog
---
 Changelog | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/Changelog b/Changelog
index 3a449fb..e8b5a29 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,23 @@
+0.3.1
+=====
+
+ * #61 - Meteor guys found that we unintentionally catch "onopen" errors.
+ * #63 - Meteorjs guys found that xhr-streaming on Safari sometimes
+   left busy cursor running.
+ * Increased allowed time for websocket transport (from 1 rtt to 2),
+   this should make ws transport more reliable over SSL, at the cost
+   of slightly longer connection time for users with blocked ws.
+ * #57 - previous fix didn't really work, sockjs-client still left
+   a mess in browsers history when using iframe transports. This
+   is fixed now.
+ * #60 - Opera 12 (next) claims to do AJAX2 / CORS, but can't
+   do xhr-streaming.
+ * #58 - onunload test sometimes failed on Safari on windows
+ * Updated readme WRT websocket protocols
+ * Updated readme WRT deployments on heroku
+ * Add minimalistic license block to every source file.
+
+
 0.3.0
 =====
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list