]> source.dussan.org Git - gitblit.git/commitdiff
Final documentation of 1.1.0 release v1.1.0
authorJames Moger <james.moger@gitblit.com>
Sat, 25 Aug 2012 12:21:29 +0000 (08:21 -0400)
committerJames Moger <james.moger@gitblit.com>
Sat, 25 Aug 2012 12:21:29 +0000 (08:21 -0400)
docs/00_index.mkd
docs/04_releases.mkd
docs/05_roadmap.mkd
src/com/gitblit/Constants.java

index 2d13795301cf944682b05b7af0f70e3b66e12940..0812c3e3bd8d3760896116e6e19a15a74df14c93 100644 (file)
@@ -3,7 +3,7 @@
 <b>Current Release %VERSION% (%BUILDDATE%)</b> <a href="releases.html">changelog</a>\r
 <div style="padding:5px;"><a style="width:175px;text-decoration:none;" class="btn btn-success" href="http://code.google.com/p/gitblit/downloads/detail?name=%GO%">Download Gitblit GO</a></div>\r
 <div style="padding:5px;"><a style="width:175px;text-decoration:none;" class="btn btn-danger" href="http://code.google.com/p/gitblit/downloads/detail?name=%WAR%">Download Gitblit WAR</a></div>\r
-<div style="padding:5px;"><a style="width:175px;text-decoration:none;" class="btn btn-info" href="http://code.google.com/p/gitblit/downloads/detail?name=%EXPRESS%">Download Gitblit Express</a> <span class="label label-warning">BETA</span></div>\r
+<div style="padding:5px;"><a style="width:175px;text-decoration:none;" class="btn btn-info" href="http://code.google.com/p/gitblit/downloads/detail?name=%EXPRESS%">Download Gitblit Express</a></div>\r
 <div style="padding:5px;"><a style="width:175px;text-decoration:none;" class="btn btn-primary" href="http://code.google.com/p/gitblit/downloads/detail?name=%MANAGER%">Download Gitblit Manager</a></div>\r
        <div style="text-align:center">\r
                <a href="http://code.google.com/p/gitblit/downloads/detail?name=%API%">Gitblit API</a> | <a href="http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%">Gitblit Federation Client</a>\r
@@ -47,7 +47,7 @@ All dependencies are bundled.
 \r
 All dependencies are bundled.\r
 \r
-### Express: For the Cloud <span class="label label-warning" style="vertical-align: middle;">BETA</span>\r
+### Express: For the Cloud\r
 *Gitblit Express* is a prepared distribution for [RedHat's OpenShift][rhcloud] cloud service.\r
 \r
 All dependencies are bundled.\r
index 21b47bab9a43568077cea098967403821d8ff7ea..a0324a68ec14218d690a6483c9970d873b5a1eb9 100644 (file)
@@ -16,7 +16,7 @@ If you are updating from an earlier release AND you have indexed branches with t
 - Fixed generated urls in Groovy *sendmail* hook script for grouped repositories\r
 - Fixed generated urls in RSS feeds for grouped repositories\r
 - Fixed nullpointer exception in git servlet security filter (issue 123)\r
-- Eliminated an unnecessary reopsitory enumeration call on the root page which should result in faster page loads (issue 103) \r
+- Eliminated an unnecessary repository enumeration call on the root page which should result in faster page loads (issue 103) \r
 - Gitblit could not delete a Lucene index in a working copy on index upgrade \r
 - Do not index submodule links (issue 119)\r
 - Restore original user or team object on failure to update (issue 118)\r
@@ -25,7 +25,7 @@ If you are updating from an earlier release AND you have indexed branches with t
 - Repository URL now uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115)\r
 - Output real RAW content, not simulated RAW content (issue 114)\r
 - Fixed Lucene charset encoding bug when reindexing a repository (issue 112)\r
-- Fixed search box linking to Lucene page for nested repository on Tomcat (issue 111)\r
+- Fixed search box linking to Lucene page for grouped repository on Tomcat (issue 111)\r
 - Fixed null pointer in LdapUserSerivce if account has a null email address (issue 110)\r
 - Really fixed failure to update a GO setting from the manager (issue 85)\r
 \r
index 3d593a0389a6590805958b3c583dfa4a7658a671..6b4def42ccd702efec2a3d56afe8e11a2cf9a8cc 100644 (file)
@@ -30,7 +30,6 @@ This list is volatile.
 * Gitblit: diff should highlight inserted/removed fragment compared to original line\r
 * Gitblit: implement branch permission controls as Groovy pre-receive script.  \r
 *Maintain permissions text file similar to a gitolite configuration file or svn authz file.*\r
-* Gitblit: consider user-subscribed email notifications for a repository branch.  \r
 * Gitblit: aggregate RSS feeds by tag or subfolder\r
 * Gitblit: Consider creating more Git model objects and exposing them via the JSON RPC interface to allow inspection/retrieval of Git commits, Git trees, etc from Gitblit.\r
 * Gitblit: Blame coloring by author (issue 2)\r
index d07638c220bba86f3952226ff7e4e6f37dd13c02..b9cd74aa86040f15e50de59d43a95cba88afed10 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.1.0-SNAPSHOT";\r
+       public static final String VERSION = "1.1.0";\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-08-25";\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