]> source.dussan.org Git - gitblit.git/commitdiff
Preparing 0.7.0 release. v0.7.0
authorJames Moger <james.moger@gitblit.com>
Fri, 11 Nov 2011 23:05:33 +0000 (18:05 -0500)
committerJames Moger <james.moger@gitblit.com>
Fri, 11 Nov 2011 23:05:33 +0000 (18:05 -0500)
docs/00_index.mkd
docs/04_releases.mkd
src/com/gitblit/Constants.java

index f8c7fd4db49fc695ba32d7fe7b6765437d362df2..bc85e8e9063485f57f52c9539682f09e0d338cf2 100644 (file)
@@ -44,9 +44,10 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit
 - added: per-repository setting to skip size calculation (faster repositories page loading)\r
 - added: per-repository setting to skip summary metrics calculation (faster summary page loading)\r
 - added: IUserService.setup(IStoredSettings) for custom user service implementations\r
-- added: setting to control Gitblit GO context path for proxy setups  \r
+- added: setting to control Gitblit GO context path for proxy setups *(Github/trygvis)*  \r
     **New:** *server.contextPath = /*\r
-- added: *combined-md5* password storage option which stores the hash of username+password as the password\r
+- added: *combined-md5* password storage option which stores the hash of username+password as the password *(Github/alyandon)*\r
+- added: repository owners are automatically granted access for git, feeds, and zip downloads without explicitly selecting them *(Github/dadalar)*\r
 - added: RSS feeds now include regex substitutions on commit messages for bug trackers, etc\r
 - fixed: federation protocol timestamps.  dates are now serialized to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard.  \r
     **This breaks 0.6.0 federation clients/servers.**\r
index 0b6537b3514fe06177d35e05370338fdeadca353..90f4f502d28812d2c8e905a97d6070dd82d655f5 100644 (file)
 - added: per-repository setting to skip size calculation (faster repositories page loading)\r
 - added: per-repository setting to skip summary metrics calculation (faster summary page loading)\r
 - added: IUserService.setup(IStoredSettings) for custom user service implementations\r
-- added: setting to control Gitblit GO context path for proxy setups  \r
+- added: setting to control Gitblit GO context path for proxy setups *(Github/trygvis)*  \r
     **New:** *server.contextPath = /*\r
-- added: *combined-md5* password storage option which stores the hash of username+password as the password\r
+- added: *combined-md5* password storage option which stores the hash of username+password as the password *(Github/alyandon)*\r
+- added: repository owners are automatically granted access for git, feeds, and zip downloads without explicitly selecting them *(Github/dadalar)*\r
 - added: RSS feeds now include regex substitutions on commit messages for bug trackers, etc\r
 - fixed: federation protocol timestamps.  dates are now serialized to the [iso8601](http://en.wikipedia.org/wiki/ISO_8601) standard.  \r
     **This breaks 0.6.0 federation clients/servers.**\r
index 3204a553a9d03acfbed06423afc7466bed6bc7a2..55fb5c3061a1a5f2440088036c86f12197e2bd12 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.7.0-SNAPSHOT";\r
+       public static final String VERSION = "0.7.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 = "2011-11-11";\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