From 9cc56a1f60eff2ce1db40b7078eab92e78602e1c Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 13 Jan 2013 16:49:37 -0500 Subject: [PATCH] Fix submodule links on commit, comitdiff, and tree page (issue-178) --- docs/04_releases.mkd | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 6aec85c..3d17a9b 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -6,12 +6,24 @@ #### fixes +- Fixed nullpointer on recursively calculating folder sizes when there is a named pipe or symlink in the hierarchy +- Fixed bug where permission changes were not visible in the web ui to a logged-in user until the user logged-out and then logged back in again (issue-186) +- Fixed nullpointer on creating a repository with mixed case (issue 185) - Fixed nullpointer when using web.allowForking = true && git.cacheRepositoryList = false (issue 182) - Build project models from the repository model cache, when possible, to reduce page load time (issue 172) - Fixed loading of Brazilian Portuguese translation from *nix server (github/inaiat) #### additions +- 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) #### changes -- Gitblit v1.9.1