diff options
author | James Moger <james.moger@gitblit.com> | 2013-01-11 23:50:59 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-01-11 23:50:59 -0500 |
commit | 5316d20e861640867d10405b25cfe75aeca0a34c (patch) | |
tree | eeb9cd87d77171c958c6df55db104a6bac5918f7 /docs/04_releases.mkd | |
parent | 1f82620a088efa2ba3254df1805e229266690673 (diff) | |
download | gitblit-5316d20e861640867d10405b25cfe75aeca0a34c.tar.gz gitblit-5316d20e861640867d10405b25cfe75aeca0a34c.zip |
Fanout service for Sparkleshare clients
Diffstat (limited to 'docs/04_releases.mkd')
-rw-r--r-- | docs/04_releases.mkd | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 26cbd08b..d77c7326 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -14,7 +14,14 @@ #### additions
-- Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)
+- Fanout PubSub service for self-hosted [Sparkleshare](http://sparkleshare.org) notifications.<br/>
+This service is disabled by default.<br/>
+ **New:** *fanout.bindInterface = localhost*<br/>
+ **New:** *fanout.port = 0*<br/>
+ **New:** *fanout.useNio = true*<br/>
+ **New:** *fanout.connectionLimit = 0*
+- Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)<br/>
+The push log is not currently visible in the ui, but the data will be collected and it will be exposed to the ui in the next release.
- Support for locally and remotely authenticated accounts in LdapUserService and RedmineUserService (issue 183)
- Added Dutch translation (github/kwoot)
|