James Moger
2012-06-06 47867891efc2aa996fa78f7c224e46d65dc04457
docs/04_releases.mkd
@@ -16,6 +16,13 @@
#### additions
- Exposed JGit's internal configuration settings in gitblit.properties/web.xml (issue 93)
    **New:** *git.packedGitWindowSize = 8k*
    **New:** *git.packedGitLimit = 10m*
    **New:** *git.deltaBaseCacheLimit = 10m*
    **New:** *git.packedGitOpenFiles = 128*
    **New:** *git.streamFileThreshold = 50m*
    **New:** *git.packedGitMmap = false*
- Added default access restriction.  Applies to new repositories and repositories that have not been configured with Gitblit. (issue 88)  
    **New:** *git.defaultAccessRestriction = NONE*  
- Added LDAP User Service with many new *realm.ldap* keys (Github/jcrygier)