summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-08-22 21:59:12 -0400
committerJames Moger <james.moger@gitblit.com>2012-08-22 21:59:12 -0400
commitc6b6bd31aaad831e254361d24816291943669aba (patch)
treea89a1a4bdb9aa9a2c355063fdc5da485348ff03c /docs
parentd5477c14eb6b6050b98f890b487ed19734c2e686 (diff)
downloadgitblit-c6b6bd31aaad831e254361d24816291943669aba.tar.gz
gitblit-c6b6bd31aaad831e254361d24816291943669aba.zip
Fixed MailExecutor's flaws in coping with mail server connection trouble
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 fc56876a..4331d0a1 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -11,6 +11,7 @@ If you are updating from an earlier release AND you have indexed branches with t
#### fixes
+- Fixed MailExecutor's failure to cope with mail server connection troubles resulting in 100% CPU usage
- Fixed generated urls in Groovy *sendmail* hook script for grouped repositories
- Fixed generated urls in RSS feeds for grouped repositories
- Eliminated an unnecessary reopsitory enumeration call on the root page which should result in faster page loads (issue 103)