From 66a8db8f81165ea3ab5cdab0f7ca9dd3e6c20d1a Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 28 Mar 2013 16:42:12 -0400
Subject: [PATCH] Fixed internal error on folder history links (issue 192)

---
 releases.moxie |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/releases.moxie b/releases.moxie
index 453709c..61e2153 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -7,6 +7,8 @@
     date: ${project.buildDate}
     fixes:
      - Could not reset settings with $ or { characters through Gitblit Manager because they are not properly escaped
+	 - Fix NPE when getting user's fork without repository list caching (issue 182)
+	 - Fix internal error on folder history links (issue 192)
 
     additions: 
 	 - Option to force client-side basic authentication instead of form-based authentication if web.authenticateViewPages=true (issue 222)
@@ -17,6 +19,7 @@
      - Chinese translation
 
     contributors:
+	- Christian Aistleitner
 	- github/furinzen
     - github/mschaefers
     - github/thefake

--
Gitblit v1.9.1