diff --git a/.gitignore b/.gitignore index 9c5203f..86b7892 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ other/classes other/lib .project .pydevproject +target.cfg +target.cfg.d diff --git a/CHANGES.txt b/CHANGES.txt index 0c8a2cc..cbd3f73 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,18 @@ Changes ======= -0.1.0 ------------------ +0.2.0 - Sep 17, 2012 +-------------------- + + * Binary data support in websock.js + * Target config file/dir and multiple targets with token selector + * IPv6 fixes + * SSL target support + * Proxy to/from unix socket + + +0.1.0 - May 11, 2012 +-------------------- * Initial versioned release. diff --git a/docs/release.txt b/docs/release.txt index 23a47d0..5750c88 100644 --- a/docs/release.txt +++ b/docs/release.txt @@ -1,7 +1,9 @@ - Update setup.py and CHANGES.txt and commit - Create version tag and tarball from tag WVER=0.1.0 - git tag ${WVER} + 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 - Upload tarball to repo