From 45e7d914f3519882c63f60eafd9f746b2d56d967 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 10 Aug 2012 16:12:51 -0400 Subject: [PATCH] Encode as UTF-8 --- docs/04_releases.mkd | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index b2a373c..e94d8c1 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -11,10 +11,15 @@ #### fixes +- Support StartTLS in LdapUserService (Steffen Gebert, issue 122) +- Do not index blobs in submodules (issue 119) +- Restore original user or team object on failure to update (issue 118) +- Fixes to relative path determination in repository search algorithm for symlinks (issue 116) +- Fix to GitServlet to allow pushing to symlinked repositories (issue 116) - Repository URL uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115) -- Fixes to relative path determination in repository searh algorithm for symlinks (issue 116) - Output real RAW content, not simulated RAW content (issue 114) - Fixed Lucene charset encoding bug when reindexing a repository (issue 112) +- Fixed search box linking to Lucene page for nested repository on Tomcat (issue 111) - Fixed null pointer in LdapUserSerivce if account has a null email address (issue 110) - Really fixed failure to update a GO setting from the manager (issue 85) -- Gitblit v1.9.1