Skip to content

Commit 9429390

Browse files
committed
Release v0.8.1
1 parent 4c01004 commit 9429390

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/00_index.mkd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ It's designed primarily as a tool for small workgroups who want to host centrali
3333
You can browse a live demo [here](http://demo-gitblit.rhcloud.com) hosted on [RedHat's OpenShift][rhcloud] cloud service.
3434

3535
**NOTE:**
36-
The demo is a bit unstable due to a bug in JBossAS7/Tomcat when running in LOW_MEMORY mode which OpenShift mandates.
37-
RedHat engineers hope to have this issue resolved soon.
36+
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.
3837

3938
### GO: Single-Stack Solution
4039

docs/04_releases.mkd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#### fixes
77

88
- Include missing icon resource for the manager (issue 40)
9+
- Fixed sendmail.groovy message content with incorrect tag/branch labels
910

1011
**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]   *released 2012-01-11*
1112

src/com/gitblit/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ public class Constants {
2929

3030
// The build script extracts this exact line so be careful editing it
3131
// and only use A-Z a-z 0-9 .-_ in the string.
32-
public static final String VERSION = "0.8.1-SNAPSHOT";
32+
public static final String VERSION = "0.8.1";
3333

3434
// The build script extracts this exact line so be careful editing it
3535
// and only use A-Z a-z 0-9 .-_ in the string.
36-
public static final String VERSION_DATE = "PENDING";
36+
public static final String VERSION_DATE = "2012-01-11";
3737

3838
// The build script extracts this exact line so be careful editing it
3939
// and only use A-Z a-z 0-9 .-_ in the string.

0 commit comments

Comments
 (0)