diff options
author | James Moger <james.moger@gitblit.com> | 2013-01-13 17:31:29 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-01-13 17:31:29 -0500 |
commit | 19e902522d1d55f042daf076a1f7299b7c220061 (patch) | |
tree | 5c6b3ab997ca39111c5196b1d9ac182d9c7a66ec /docs | |
parent | 9727511ad07db2c332f164fe399108768457bdae (diff) | |
download | gitblit-19e902522d1d55f042daf076a1f7299b7c220061.tar.gz gitblit-19e902522d1d55f042daf076a1f7299b7c220061.zip |
Set the new objectid for all diff entries (issue-178)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/04_releases.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index af702f2c..ee31b692 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -11,6 +11,7 @@ - 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)
+- Likely fix for commit and commitdiff page failures when a submodule reference changes (issue 178)
- 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)
|