]> source.dussan.org Git - gitblit.git/commitdiff
Fixed missing icon resource for the manager (issue 40)
authorJames Moger <james.moger@gitblit.com>
Thu, 12 Jan 2012 01:04:01 +0000 (20:04 -0500)
committerJames Moger <james.moger@gitblit.com>
Thu, 12 Jan 2012 01:04:01 +0000 (20:04 -0500)
build.xml
docs/04_releases.mkd
src/com/gitblit/Constants.java

index 84346a55681b52e0d80a1142dc2396dac389419f..d286288652a2852734580f3c85a689cf4bd5da4e 100644 (file)
--- a/build.xml
+++ b/build.xml
                        <resource file="${basedir}/resources/gitblt-favicon.png" />\r
                        <resource file="${basedir}/resources/gitweb-favicon.png" />\r
                        <resource file="${basedir}/resources/user_16x16.png" />\r
+                       <resource file="${basedir}/resources/users_16x16.png" />\r
                        <resource file="${basedir}/resources/settings_16x16.png" />\r
                        <resource file="${basedir}/resources/lock_go_16x16.png" />\r
                        <resource file="${basedir}/resources/lock_pull_16x16.png" />\r
index 0ef4d3f2faea928c34793cb60e3281be06c5c5aa..aa20c11cc2b8bd0e96c549e331d2e75d66cb056a 100644 (file)
@@ -3,6 +3,12 @@
 ### Current Release\r
 **%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%) | [war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%) | [express](http://code.google.com/p/gitblit/downloads/detail?name=%EXPRESS%) | [fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%) | [manager](http://code.google.com/p/gitblit/downloads/detail?name=%MANAGER%) | [api](http://code.google.com/p/gitblit/downloads/detail?name=%API%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*\r
 \r
+#### fixes\r
+\r
+- Include missing icon resource for the manager (issue 40)\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
 #### additions\r
 \r
 - Platform-independent, Groovy push hook script mechanism.  \r
index ff58283ed88501eec9f8ee444bdc3e2e94da6ea2..fe4c9dbc88faeb8e67547b4858504abb49dc2de1 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.0";\r
+       public static final String VERSION = "0.8.1-SNAPSHOT";\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 = "2012-01-11";\r
+       public static final String VERSION_DATE = "PENDING";\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