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  54d5c660348d655128de1359a0ca852a4774fa4a (commit)
      from  1a4ae973249000d7493dd2457e50e56f0faea5bc (commit)


Summary of changes:
 blogdata/content/2011/06/16/snap-0.4.3-released.md |   30 ++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)
 create mode 100644 blogdata/content/2011/06/16/snap-0.4.3-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 54d5c660348d655128de1359a0ca852a4774fa4a
Author: Gregory Collins <[email protected]>
Date:   Thu Jun 16 10:48:20 2011 -0400

    0.4.3 release notes

diff --git a/blogdata/content/2011/06/16/snap-0.4.3-released.md 
b/blogdata/content/2011/06/16/snap-0.4.3-released.md
new file mode 100644
index 0000000..a579221
--- /dev/null
+++ b/blogdata/content/2011/06/16/snap-0.4.3-released.md
@@ -0,0 +1,30 @@
+| title: Announcing: Snap Framework v0.4.3
+| author: Gregory Collins <[email protected]>
+| published: 2011-06-16T10:48:00-0400
+| updated: 2011-06-16T10:48:00-0400
+| summary: Release notes for Snap 0.4.3
+
+The Snap team is happy to announce the release of Snap 0.4.3, a small bugfix
+release. Here are the changes since 0.4.2:
+
+## Bugfixes
+
+  - Fixed [issue 53](https://github.com/snapframework/snap-core/issues/53),
+    which under certain circumstances could cause 100% cpu usage during file
+    serving.
+
+  - A workaround for
+    [issue 73](https://github.com/snapframework/snap-core/issues/73), although
+    that issue is still open and slated to be fixed.
+
+
+## Datatype changes
+
+  - Added `preServeHook` to `DirectoryConfig` in
+    
[`Snap.Util.FileServe`](https://github.com/snapframework/snap-core/blob/0.4.3/src/Snap/Util/FileServe.hs#L228).
+
+
+## Efficiency improvements
+
+  - Improved the Snap monad datatype to flatten the result type, which should
+    result in fewer pointer chases in monad-heavy code.
-----------------------------------------------------------------------


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

Reply via email to