summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-12-05 17:29:39 -0500
committerJames Moger <james.moger@gitblit.com>2012-12-05 17:29:39 -0500
commitacb63a082e9497e3a1e2541f5e44587eada7c60b (patch)
treece99d24bc7480b162c108aa1599cb9925ec8e735 /docs
parente521a7d031fab2655ec6f8eba9876829a4d300b2 (diff)
downloadgitblit-acb63a082e9497e3a1e2541f5e44587eada7c60b.tar.gz
gitblit-acb63a082e9497e3a1e2541f5e44587eada7c60b.zip
Added server setting to specify keystore alias for ssl certificate (issue 98)
Diffstat (limited to 'docs')
-rw-r--r--docs/04_releases.mkd1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index 52bd51e7..ef8a1446 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -73,6 +73,7 @@ This is extreme and should be considered carefully since it affects every https
#### changes
+- Added server setting to specify keystore alias for ssl certificate (issue 98)
- Added optional global and per-repository activity page commit contribution throttle to help tame *really* active repositories (issue 173)
- Added support for symlinks in tree page and commit page (issue 171)
- All access restricted servlets (e.g. DownloadZip, RSS, etc) will try to authenticate using X509 certificates, container principals, cookies, and BASIC headers, in that order.