summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2013-03-12 13:10:53 -0500
committerJoel Martin <github@martintribe.org>2013-03-12 13:10:53 -0500
commitd9aedfe7d3453e358b28c2feceb3bfa52895d404 (patch)
treeac839a1a3e5582e0c6d8b2a6175bdaeec02e63ac /CHANGES.txt
parent805026360e591ef6b27eb069e90ffccb31f72d1f (diff)
downloadwebsockify-d9aedfe7d3453e358b28c2feceb3bfa52895d404.tar.gz
Update to version 0.4.0v0.4.0
*** IMPORTANT NOTE *** This is the last minor version to support the Hixie protocol. I may do bug fixes (e.g. 0.4.1) but 0.5.0 will drop the Hixie protocol support. The latest released version of all major browsers (and web-socket-js) support the IETF 6455 protocol. - Other changes: updating TODO and release process notes.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1480a3c..b5b8dbd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,12 @@
Changes
=======
+0.4.0 - Mar 12, 2013
+--------------------
+
+ * ***NOTE*** : 0.5.0 will drop Hixie protocol support
+ * use Buffer base64 support in Node.js implementation
+
0.3.0 - Jan 15, 2013
--------------------