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  b738e8cc22a4cdc0177bcee89232010a8a63810a (commit)
      from  80b836617e4a52e2eb10745e1b59d9ba3d42557d (commit)


Summary of changes:
 blogdata/content/2011/06/18/snap-0.5.0-released.md |   43 ++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)
 create mode 100644 blogdata/content/2011/06/18/snap-0.5.0-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 b738e8cc22a4cdc0177bcee89232010a8a63810a
Author: Gregory Collins <[email protected]>
Date:   Sat Jun 18 17:18:18 2011 -0400

    0.5.0

diff --git a/blogdata/content/2011/06/18/snap-0.5.0-released.md 
b/blogdata/content/2011/06/18/snap-0.5.0-released.md
new file mode 100644
index 0000000..2c13ffa
--- /dev/null
+++ b/blogdata/content/2011/06/18/snap-0.5.0-released.md
@@ -0,0 +1,43 @@
+| title: Announcing: Snap Framework v0.5.0
+| author: Gregory Collins <[email protected]>
+| published: 2011-06-18T17:18:00-0400
+| updated: 2011-06-18T17:18:00-0400
+| summary: Release notes for Snap 0.5.0
+
+The Snap team is happy to announce the release of Snap 0.5.0, a new version of
+the Snap Framework. The 0.5 series does not contain many new features, but
+there are some backwards-incompatible changes which necessitated an increase in
+the minor version number.
+
+## New features
+
+  - We now ship a
+    
[Readable](https://github.com/snapframework/snap-core/blob/0.5.0/src/Snap/Util/Readable.hs)
+    typeclass to make converting path segments and cookie values to ints or
+    bytestrings more convenient.
+
+
+## Incompatible changes
+
+  - The implementation of
+    
[Snap.Http.Server.Config](https://github.com/snapframework/snap-server/blob/0.5.0/src/Snap/Http/Server/Config.hs)
+    has been rewritten to be more sane, fixing
+    [issue 73](https://github.com/snapframework/snap-core/issues/73).
+
+
+## Improvements
+
+  - The `snap` development loader now disables warnings and optimizations.
+  
+  - The Heist extension in the `snap` project (soon to be removed, anyways) got
+    some new functions.
+
+
+## Dependency changes
+
+  - Snap now uses the
+    [case-insensitive](http://hackage.haskell.org/package/case-insensitive)
+    library for case-insensitive bytestrings instead of our own
+    `Data.CIByteString` (which, in part, inspired the creation of that library)
+    -- `case-insensitive` was created to unify the type of case-insensitive
+    strings across Haskell projects.
-----------------------------------------------------------------------


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

Reply via email to