]> source.dussan.org Git - gitblit.git/commitdiff
Release v0.8.1 v0.8.1
authorJames Moger <james.moger@gitblit.com>
Thu, 12 Jan 2012 03:55:36 +0000 (22:55 -0500)
committerJames Moger <james.moger@gitblit.com>
Thu, 12 Jan 2012 03:55:36 +0000 (22:55 -0500)
docs/00_index.mkd
docs/04_releases.mkd
src/com/gitblit/Constants.java

index 80c1148de7740fec59d50dc181545252b175e8d9..e49750e17e7f92de498115330d0c55fbea25c335 100644 (file)
@@ -33,8 +33,7 @@ It's designed primarily as a tool for small workgroups who want to host centrali
 You can browse a live demo [here](http://demo-gitblit.rhcloud.com) hosted on [RedHat's OpenShift][rhcloud] cloud service.\r
 \r
 **NOTE:**  \r
-The demo is a bit unstable due to a bug in JBossAS7/Tomcat when running in LOW_MEMORY mode which OpenShift mandates.  \r
-RedHat engineers hope to have this issue resolved soon.\r
+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.\r
 \r
 ### GO: Single-Stack Solution\r
 \r
index aa20c11cc2b8bd0e96c549e331d2e75d66cb056a..78effe763b1b7dbcde03ae1485ccb051cb0fa116 100644 (file)
@@ -6,6 +6,7 @@
 #### fixes\r
 \r
 - Include missing icon resource for the manager (issue 40)\r
+- Fixed sendmail.groovy message content with incorrect tag/branch labels\r
 \r
 **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*\r
 \r
index fe4c9dbc88faeb8e67547b4858504abb49dc2de1..69901d771a31ffdcef358b336231a72b63b29aec 100644 (file)
@@ -29,11 +29,11 @@ public class Constants {
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r
-       public static final String VERSION = "0.8.1-SNAPSHOT";\r
+       public static final String VERSION = "0.8.1";\r
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r
-       public static final String VERSION_DATE = "PENDING";\r
+       public static final String VERSION_DATE = "2012-01-11";\r
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r