From 5c35535ffd1f3aaee68eac343d2684091a487aff Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Sun, 9 Jun 2013 18:26:41 -0500 Subject: [PATCH] update changelog --- changelog.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 5a30fa6dd2..15425e8b37 100644 --- a/changelog.md +++ b/changelog.md @@ -1,15 +1,19 @@ +HEAD +- Adds additional macro guards for use with boost_config. Thank you breyed + for testing and code. #261 + 0.3.0-alpha2 - 2013-06-09 -- Fixes a regression that caused servers being sent two close frames in a row +- Fix a regression that caused servers being sent two close frames in a row to end a connection uncleanly. #259 -- Fixes a regression that caused spurious frames following a legitimate close +- Fix a regression that caused spurious frames following a legitimate close frames to erroneously trigger handlers. #258 -- Changes default HTTP response error code when no http_handler is defined from +- Change default HTTP response error code when no http_handler is defined from 500/Internal Server Error to 426/Upgrade Required -- Removes timezone from logger timestamp to work around issues with the Windows +- Remove timezone from logger timestamp to work around issues with the Windows implimentation of strftime. Thank you breyed for testing and code. #257 -- Switches integer literals to char literals to improve VCPP compatibility. +- Switch integer literals to char literals to improve VCPP compatibility. Thank you breyed for testing and code. #257 -- Adds MSVCPP warning suppression for the bundled SHA1 library. Thank you breyed +- Add MSVCPP warning suppression for the bundled SHA1 library. Thank you breyed for testing and code. #257 0.3.0-alpha1 - 2013-06-09