summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/TODO9
-rw-r--r--docs/notes11
-rw-r--r--docs/release.txt2
3 files changed, 12 insertions, 10 deletions
diff --git a/docs/TODO b/docs/TODO
index cc4b477..7fca9d1 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -1,9 +1,6 @@
- Go implementation
-
-- Support multiple targets that are selected by the path line. Some
- sort of wildcarding of ports too.
-
-- Support SSL targets too.
-
+- Rust implementation
+- Add sub-protocol support to upstream einaros/ws module and use that
+ instead of the patched module.
- wstelnet: support CSI L and CSI M
diff --git a/docs/notes b/docs/notes
index b3cc0cf..e340375 100644
--- a/docs/notes
+++ b/docs/notes
@@ -13,5 +13,12 @@ browser.
Building web-socket-js emulator:
-cd include/web-socket-js/flash-src
-mxmlc -static-link-runtime-shared-libraries WebSocketMain.as
+ cd include/web-socket-js/flash-src
+ mxmlc -static-link-runtime-shared-libraries WebSocketMain.as
+
+Building release tarball:
+ - not really necessary since tagged revision can be downloaded
+ from github as tarballs
+
+ git archive --format=tar --prefix=websockify-${WVER}/ v${WVER} > websockify-${WVER}.tar
+ gzip websockify-${WVER}.tar
diff --git a/docs/release.txt b/docs/release.txt
index 611d4eb..e0e2660 100644
--- a/docs/release.txt
+++ b/docs/release.txt
@@ -4,8 +4,6 @@
git tag v${WVER}
git push origin master
git push origin v${WVER}
- git archive --format=tar --prefix=websockify-${WVER}/ v${WVER} > websockify-${WVER}.tar
- gzip websockify-${WVER}.tar
- Register with pypi.python.org (once):
python setup.py register
- Upload the source distribution to pypi