From 9429390b02ec184347380cb97ca32c0dddd475df Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 11 Jan 2012 22:55:36 -0500
Subject: [PATCH] Release v0.8.1

---
 docs/04_releases.mkd           |    1 +
 docs/00_index.mkd              |    3 +--
 src/com/gitblit/Constants.java |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/00_index.mkd b/docs/00_index.mkd
index 80c1148..e49750e 100644
--- a/docs/00_index.mkd
+++ b/docs/00_index.mkd
@@ -33,8 +33,7 @@
 You can browse a live demo [here](http://demo-gitblit.rhcloud.com) hosted on [RedHat's OpenShift][rhcloud] cloud service.
 
 **NOTE:**  
-The demo is a bit unstable due to a bug in JBossAS7/Tomcat when running in LOW_MEMORY mode which OpenShift mandates.  
-RedHat engineers hope to have this issue resolved soon.
+The demo is a bit unstable due to a bug in JBossAS7/Tomcat when running in LOW_MEMORY mode which OpenShift mandates.  RedHat engineers hope to have this issue resolved soon.
 
 ### GO: Single-Stack Solution
 
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index aa20c11..78effe7 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -6,6 +6,7 @@
 #### fixes
 
 - Include missing icon resource for the manager (issue 40)
+- Fixed sendmail.groovy message content with incorrect tag/branch labels
 
 **0.8.0** ([go](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.8.0.zip) | [war](http://code.google.com/p/gitblit/downloads/detail?name=gitblit-0.8.0.war) | [express](http://code.google.com/p/gitblit/downloads/detail?name=express-0.8.0.zip) | [fedclient](http://code.google.com/p/gitblit/downloads/detail?name=fedclient-0.8.0.zip) | [manager](http://code.google.com/p/gitblit/downloads/detail?name=manager-0.8.0.zip) | [api](http://code.google.com/p/gitblit/downloads/detail?name=gbapi-0.8.0.zip)) based on [JGit 1.2.0 (201112221803-r)][jgit] &nbsp; *released 2012-01-11*
 
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index fe4c9db..69901d7 100644
--- a/src/com/gitblit/Constants.java
+++ b/src/com/gitblit/Constants.java
@@ -29,11 +29,11 @@
 
 	// The build script extracts this exact line so be careful editing it
 	// and only use A-Z a-z 0-9 .-_ in the string.
-	public static final String VERSION = "0.8.1-SNAPSHOT";
+	public static final String VERSION = "0.8.1";
 
 	// The build script extracts this exact line so be careful editing it
 	// and only use A-Z a-z 0-9 .-_ in the string.
-	public static final String VERSION_DATE = "PENDING";
+	public static final String VERSION_DATE = "2012-01-11";
 
 	// The build script extracts this exact line so be careful editing it
 	// and only use A-Z a-z 0-9 .-_ in the string.

--
Gitblit v1.9.1