]> source.dussan.org Git - gitblit.git/commitdiff
Release 0.9.2 v0.9.2
authorJames Moger <james.moger@gitblit.com>
Wed, 4 Apr 2012 13:56:29 +0000 (09:56 -0400)
committerJames Moger <james.moger@gitblit.com>
Wed, 4 Apr 2012 13:56:29 +0000 (09:56 -0400)
docs/04_releases.mkd
src/com/gitblit/Constants.java

index 4baeb321902588dd406788c4c22de52f517322ed..74825325623b6d6b3d585c5261c31be61b0cc941 100644 (file)
@@ -13,7 +13,7 @@
 - Fixed absolute path/canonical path discrepancy between Gitblit and JGit regarding use of symlinks (issue 78)\r
 - Fixed row layout on activity page (issue 79)\r
 - Fixed Centos service script (Github/mohamedmansour)\r
-- Removed wrong char from EditRepositoryPage, which caused IE8 to not display the save button (Github/jonnybbb)\r
+- Fixed EditRepositoryPage for IE8; missing save button (issue 80, Github/jonnybbb)\r
 \r
 **0.9.1** *released 2012-03-27*\r
 \r
index bbb986b25cbd29abaf3b5dad4e43fc92fbf8f54a..9490ef7f6d54b7022dd82c67dc96f029c3765f91 100644 (file)
@@ -30,11 +30,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 = "1.0.0-SNAPSHOT";\r
+       public static final String VERSION = "0.9.2";\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-04-04";\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