aboutsummaryrefslogtreecommitdiffstats
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-05-23 14:53:48 +0200
committerLoïc Hoguin <[email protected]>2012-05-23 14:53:48 +0200
commit0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac (patch)
tree83dd7b7d274a7a279eea6d7a4d3b76bc99923802 /ROADMAP.md
parent1a1b01c7c4bbe9b87742c318b6a6e0bd54d5f59d (diff)
downloadcowboy-0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac.tar.gz
cowboy-0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac.tar.bz2
cowboy-0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac.zip
Update version to 0.6.00.6.0
Also update the CHANGELOG and copyright years.
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 3daacb1..19b0721 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -61,14 +61,12 @@ are not ordered.
Tools like curl expect a 100 Continue before sending a
request body by default.
-* Convert the multipart code to stream_body.
-
* Complete the work on Websockets.
Now that the Autobahn test suite is available (make inttests),
we have a definite way to know whether Cowboy's implementation
of Websockets is right. The work can thus be completed. The
- remaining tasks are proper UTF8 handling.
+ remaining task is proper UTF8 handling.
* SPDY support.