From 99b29ac8411ba91afe9476253bc78185e34ab815 Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Sun, 15 Feb 2015 08:54:06 -0500 Subject: [PATCH] Update goals --- TODO.goals | 4 ++-- TODO.log | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 TODO.log diff --git a/TODO.goals b/TODO.goals index ffdff8b..c8d206f 100644 --- a/TODO.goals +++ b/TODO.goals @@ -1,10 +1,9 @@ -+ Add __version__ -Check that setting stream=True makes sure that we receive all server events #45 Use HTTP headers for Websocket connection #44 Do not connect to blank namespace if overriding default namespace exists #40 Pass wait timeout to underlying transports #34 Check that we have the correct version of websocket #62 Fall back to next transport #48 +Release 0.5.4 Make heartbeat time independent from elapsed time #38 Check that heartbeats are sent even with short wait time #64 @@ -21,3 +20,4 @@ Run under Python 3 #51 Use urllib.parse.urlparse Use continuous integration with TravisCI Credit everyone who took the time to submit an issue or pull request +Release 0.6.1 diff --git a/TODO.log b/TODO.log deleted file mode 100644 index 70f9984..0000000 --- a/TODO.log +++ /dev/null @@ -1,5 +0,0 @@ -# UTC 11/19/2013 -+ Add nayefc to acknowledgments [11/19/2013] -+ Beware of scheme included in URL [11/17/2013] -+ Add test for server ack callback in namespace [11/17/2013] -+ Set port automatically if it is not automatically specified [11/17/2013] \ No newline at end of file