Skip to content

Commit

Permalink
preparing for yaws 1.96
Browse files Browse the repository at this point in the history
  • Loading branch information
Claes Wikstrom committed Mar 19, 2013
1 parent 9acc88e commit 19ad254
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
YAWS_VSN=1.95
YAWS_VSN=1.96
13 changes: 13 additions & 0 deletions www/news
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Tue Mar 19 17:53:00 CET 2013 Yaws 1.96
Websocket release, lots of work nad rewrites of the websocket code which is now topnotch.
Handle relative paths when Yaws is started in embedded mode (capflam)
ensure compatibility with Erlang R13B04 (steve)
Handle case with DOS attack towards pam login with embedded NUL chars in username or password. The protocol cannot handle NUL chars and Yaws dies (klacke)
Extend syntax of redirect block to allow an optional status code. (capflam)
Support multipart/form-data "name" with backslash at the end. (Johannes Weißl)
Make be possible to chain appmods (capflam)
Flush remaining data in case of 3xx redirect (capflam)
Add support of the 'Vary' header in response (capflam)
Add access functions for #gconf{} and #sconf{} records (capflam)
Refactor WebSockets and add support of optional callback functions (capflam)

Wed Oct 17 19:57:05 CEST 2012 Yaws 1.95
Feature relase,
The --heart option didn't work as expected when yaws ran out of filedescriptors - capflam
Expand Down

0 comments on commit 19ad254

Please sign in to comment.