This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-website".

The branch, master has been updated
       via  cb057c28e92762e50bb670394692aca8541675ce (commit)
      from  7ace249a3b5d119659c3fba83f0dfc2eeb8a54a3 (commit)


Summary of changes:
 .../content/2010/08/30/snap-0.2.11-released.md     |   43 ++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)
 create mode 100644 blogdata/content/2010/08/30/snap-0.2.11-released.md

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cb057c28e92762e50bb670394692aca8541675ce
Author: Gregory Collins <[email protected]>
Date:   Mon Aug 30 20:08:23 2010 -0400

    0.2.11 release notes

diff --git a/blogdata/content/2010/08/30/snap-0.2.11-released.md 
b/blogdata/content/2010/08/30/snap-0.2.11-released.md
new file mode 100644
index 0000000..26120d3
--- /dev/null
+++ b/blogdata/content/2010/08/30/snap-0.2.11-released.md
@@ -0,0 +1,43 @@
+| title: Announcing: Snap Framework v0.2.11
+| author: Gregory Collins <[email protected]>
+| published: 2010-08-30T20:06:01-0400
+| updated: 2010-08-30T20:06:01-0400
+| summary: Release notes for version 0.2.11 of the Snap Framework.
+
+Hi all,
+
+The Snap team is pleased to announce the release of Snap 0.2.11. Most of the
+changes since 0.2.9 are bugfixes and testing improvements.
+
+Changes since 0.2.9
+=====================
+
+### Bugfixes:
+
+ - Fix an iteratee bug in
+   [`enumLBS`](/docs/latest/snap-core/Snap-Iteratee.html#v%3AenumLBS) regarding
+   incorrect eof handling.
+
+ - Normally when enumerating a file (and not using `sendfile()`), Snap uses
+   `mmap()` to get the file data, saving a copy. Enumerating a large file could
+   exhaust address space on 32-bit systems, however, so for files larger than
+   40MB Snap will now use `enumHandle`.
+
+ - Fixes to support `iteratee-0.3.6`.
+
+ - A fix for the "`error.log` spamming bug" (wherein snap would spew thousands
+   of spurious error messages to the error log upon exit).
+
+ - Snap now handles `Expect: 100-continue` properly.
+
+### Improvements:
+
+ - We are now exporting a new function
+   
[`setResponseCode`](/docs/latest/snap-core/Snap-Types.html#v%3AsetResponseCode)
+   to set the reponse status code and message together using a lookup table,
+   rather than forcing you to input the status message yourself.
+
+ - Architecture-specific hash function is now selected via template haskell.
+
+ - Tweaks to the date thread to prevent blocking when computing the current
+   time.
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-website
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to