Browse Source

Release 0.9.2

tags/v0.9.2^0
James Moger 12 years ago
parent
commit
227b241be8
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      docs/04_releases.mkd
  2. 2
    2
      src/com/gitblit/Constants.java

+ 1
- 1
docs/04_releases.mkd View File

@@ -13,7 +13,7 @@
- Fixed absolute path/canonical path discrepancy between Gitblit and JGit regarding use of symlinks (issue 78)
- Fixed row layout on activity page (issue 79)
- Fixed Centos service script (Github/mohamedmansour)
- Removed wrong char from EditRepositoryPage, which caused IE8 to not display the save button (Github/jonnybbb)
- Fixed EditRepositoryPage for IE8; missing save button (issue 80, Github/jonnybbb)
**0.9.1** *released 2012-03-27*

+ 2
- 2
src/com/gitblit/Constants.java View File

@@ -30,11 +30,11 @@ public class Constants {
// 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 = "1.0.0-SNAPSHOT";
public static final String VERSION = "0.9.2";
// 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-04-04";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.

Loading…
Cancel
Save