diff options
author | James Moger <james.moger@gitblit.com> | 2012-02-23 19:49:46 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-02-23 19:49:46 -0500 |
commit | 4fea450fd3edfba6bb9e2c3c0a9231c6d227a09c (patch) | |
tree | 31a028c588124f8ba39f2e8ecdfb446d99cb6e4f /docs | |
parent | 18d398e3ab5227fe10fe3f322798a51ce0cd10ca (diff) | |
download | gitblit-4fea450fd3edfba6bb9e2c3c0a9231c6d227a09c.tar.gz gitblit-4fea450fd3edfba6bb9e2c3c0a9231c6d227a09c.zip |
Fixed nullpointer on pushing to an empty repository (issue 69)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/04_releases.mkd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 2208b573..3f5eb39d 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -30,6 +30,7 @@ Push requests to these repositories will be rejected. #### fixes
+- Fixed (harmless) nullpointer on pushing to an empty repository (issue 69)
- 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)
|