summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-09-29 11:09:22 -0400
committerJames Moger <james.moger@gitblit.com>2011-09-29 11:09:22 -0400
commit4838c534a2f29109e7e5bcf8bad074fd4fa17f6d (patch)
tree37261a2af6ddf36954dab4c89990cad32f4bcc30 /docs
parentc7ebb2407112b8137e2cd7c108dd13957b4cff1e (diff)
downloadgitblit-4838c534a2f29109e7e5bcf8bad074fd4fa17f6d.tar.gz
gitblit-4838c534a2f29109e7e5bcf8bad074fd4fa17f6d.zip
Set default federation strategy in model (issue 20)
Diffstat (limited to 'docs')
-rw-r--r--docs/00_index.mkd1
-rw-r--r--docs/04_releases.mkd1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/00_index.mkd b/docs/00_index.mkd
index 48d373b7..2c40e1ef 100644
--- a/docs/00_index.mkd
+++ b/docs/00_index.mkd
@@ -28,6 +28,7 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit
**%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)|[fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*
+- fixed: Null pointer exception if did not set federation strategy (issue 20)
- fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later
- added: IUserService.setup(IStoredSettings) for custom user service implementations
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index c63f6ebd..667e5f2e 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -3,6 +3,7 @@
### Current Release
**%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)|[fedclient](http://code.google.com/p/gitblit/downloads/detail?name=%FEDCLIENT%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*
+- fixed: Null pointer exception if did not set federation strategy (issue 20)
- fixed: Gitblit GO allows SSL renegotiation if running on Java 1.6.0_22 or later
- added: IUserService.setup(IStoredSettings) for custom user service implementations