diff options
author | James Moger <james.moger@gitblit.com> | 2012-02-23 17:44:53 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-02-23 17:44:53 -0500 |
commit | 18d398e3ab5227fe10fe3f322798a51ce0cd10ca (patch) | |
tree | 68320a4fd6485ac49f5c6cea439a17d21b44703c | |
parent | e5cb554318f2be8c288789e47f80beb242f3cea6 (diff) | |
download | gitblit-18d398e3ab5227fe10fe3f322798a51ce0cd10ca.tar.gz gitblit-18d398e3ab5227fe10fe3f322798a51ce0cd10ca.zip |
Documentation
-rw-r--r-- | docs/04_releases.mkd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 21b96d20..2208b573 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -30,7 +30,9 @@ Push requests to these repositories will be rejected. #### fixes
-- Fixed timezone bug on the activity apge (issue 54)
+- Fixed possible nullpointer from the servlet container on startup (issue 67)
+- Fixed UTF-8 encoding bug on diff page (issue 66)
+- Fixed timezone bug on the activity page (issue 54)
- Prevent add/edit team with no selected repositories (issue 56)
- Disallow browser autocomplete on add/edit user/team/repository pages
- Fixed username case-sensitivity issues (issue 43)
|