From 1ab5b3081374c79867ceff2917bccae6dd1a2878 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 25 Aug 2012 08:21:29 -0400 Subject: [PATCH] Final documentation of 1.1.0 release --- docs/04_releases.mkd | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index af70dff..a0324a6 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -11,7 +11,12 @@ #### fixes -- Eliminated an unnecessary reopsitory enumeration call on the root page which should result in faster page loads (issue 103) +- Bypass Wicket's inability to handle direct url addressing of a view-restricted, grouped repository for new, unauthenticated sessions (e.g. click link from email or rss feed without having an active Wicket session) +- 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 +- Fixed nullpointer exception in git servlet security filter (issue 123) +- Eliminated an unnecessary repository enumeration call on the root page which should result in faster page loads (issue 103) - Gitblit could not delete a Lucene index in a working copy on index upgrade - Do not index submodule links (issue 119) - Restore original user or team object on failure to update (issue 118) @@ -20,7 +25,7 @@ - Repository URL now uses `X-Forwarded-Proto` and `X-Forwarded-Port`, if available, for reverse proxy configurations (issue 115) - 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 search box linking to Lucene page for grouped 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) @@ -48,12 +53,15 @@ - Blob page now supports displaying images (issue 6) - Non-image binary files can now be downloaded using the RAW link - Support StartTLS in LdapUserService (Steffen Gebert, issue 122) +- Added Korean translation #### changes - Line breaks inserted for readability in raw Markdown content display in the event of a parsing/transformation error. An error message is now displayed prepended to the raw content. - Improve UTF-8 reading for Markdown files - Updated Polish translation +- Updated Japanese translation +- Updated Spanish translation <hr/> -- Gitblit v1.9.1