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 ef71ddfee1ed18212821474ca7ed8929ce7cf735 (commit)
from 30fc3177c0f8b0a92c0f82dc5b60c4379f54c3de (commit)
Summary of changes:
.../content/2010/10/10/snap-0.2.13-released.md | 38 ++++++++++++++++++++
static/media/css/main.css | 9 ++---
2 files changed, 42 insertions(+), 5 deletions(-)
create mode 100644 blogdata/content/2010/10/10/snap-0.2.13-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 ef71ddfee1ed18212821474ca7ed8929ce7cf735
Author: Gregory Collins <[email protected]>
Date: Sun Oct 10 17:10:54 2010 +0200
Blog post for 0.2.13
diff --git a/blogdata/content/2010/10/10/snap-0.2.13-released.md
b/blogdata/content/2010/10/10/snap-0.2.13-released.md
new file mode 100644
index 0000000..cfba34e
--- /dev/null
+++ b/blogdata/content/2010/10/10/snap-0.2.13-released.md
@@ -0,0 +1,38 @@
+| title: Announcing: Snap Framework v0.2.13
+| author: Gregory Collins <[email protected]>
+| published: 2010-10-10T17:10:00+0200
+| updated: 2010-10-10T17:10:00+0200
+| summary: Release notes for version 0.2.13 of the Snap Framework, (hopefully)
+| the final version of the 0.2 series.
+
+The Snap team is pleased to announce the release of Snap 0.2.13, which should
+hopefully be the final Snap version of the 0.2 series. Snap 0.3 will be merged
+into the git master branch within the next few hours.
+
+Changes since 0.2.12
+=====================
+
+### Improvements:
+
+ - The `fileServe` code now supports [HTTP range
+ requests](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35),
+ allowing clients to resume file transfers when downloading from Snap
+ servers.
+
+
+### API Changes:
+
+ - Added a `deleteHeader` function to `snap-core`.
+
+
+### Bugfixes:
+
+ - Fixed a minor bug in the GZip code which would cause a request to hang if
+ the response enumerator caused an iteratee error.
+
+ - Fixed a bug in the `snap` project starter executable regarding "illegal"
+ (from Cabal's perspective) characters in the project name.
+
+ - Fixed a potential protocol violation in `snap-server` regarding `HEAD`
+ responses; we now strip the response bodies off for incoming `HEAD`
+ requests.
diff --git a/static/media/css/main.css b/static/media/css/main.css
index 6f5e5bd..a7626af 100644
--- a/static/media/css/main.css
+++ b/static/media/css/main.css
@@ -131,6 +131,7 @@ pre.code, pre.sourceCode, pre.shell, .faqs {
#blog-index table {
border-collapse:collapse;
border-spacing:0;
+ margin-bottom: 29px;
}
#blog-index h2 a {
@@ -287,8 +288,7 @@ p.foundabug {
}
.newspaper .inner {
- padding: 20px;
- padding-top:0px;
+ padding: 0 20px;
margin: 0;
}
@@ -336,7 +336,6 @@ p.foundabug {
#content.subpage{
margin-top: 20px;
- padding-bottom: 20px;
}
#content.subpage .inner-page{
padding: 0px;
@@ -712,8 +711,8 @@ p.foundabug {
}
#footer{
- position: fixed;
- bottom: 0;
+ position: relative;
+ top: 0;
left: 0;
width: 100%;
clear: both;
-----------------------------------------------------------------------
hooks/post-receive
--
snap-website
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap