diff options
author | James Moger <james.moger@gitblit.com> | 2012-08-23 08:37:42 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-08-23 08:37:42 -0400 |
commit | 2904bfeca5fbb219bebb552142ff881f28de831c (patch) | |
tree | d6b67622b7f6f2fb6e8c062338f3749b5b47700d | |
parent | ed525a2654c03e6420c6f015acf01c2cce6a5d22 (diff) | |
download | gitblit-2904bfeca5fbb219bebb552142ff881f28de831c.tar.gz gitblit-2904bfeca5fbb219bebb552142ff881f28de831c.zip |
Documentation
-rw-r--r-- | docs/01_features.mkd | 1 | ||||
-rw-r--r-- | docs/04_releases.mkd | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/docs/01_features.mkd b/docs/01_features.mkd index fb964fa3..2baacf20 100644 --- a/docs/01_features.mkd +++ b/docs/01_features.mkd @@ -44,6 +44,7 @@ - Japanese
- Spanish
- Polish
+ - Korean
## Gitblit GO Features
- Out-of-the-box integrated stack requiring minimal configuration
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 4331d0a1..074396c7 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -14,6 +14,7 @@ If you are updating from an earlier release AND you have indexed branches with t - 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 reopsitory 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)
@@ -51,12 +52,15 @@ AUTHENTICATED allows restricted access for any authenticated user. This is a lo - 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/>
|