From 0ac5316db70942ceceea68e360c70d00d98ccbea Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 28 Mar 2013 17:31:09 -0400
Subject: [PATCH] Fixed extracting Groovy scripts on Express installs (issue 220)

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

diff --git a/releases.moxie b/releases.moxie
index 453709c..535c7ec 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -7,9 +7,16 @@
     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)
+	 - Fixed incorrect icon file name for .doc files (issue 200)
+	 - Do not queue emails with no recipients (issue 201)
+	 - Fixed extracting Groovy scripts on Express installs (issue 220)
+	 - Use standard ServletRequestWrapper instead of custom wrapper (issue 224)
 
     additions: 
 	 - Option to force client-side basic authentication instead of form-based authentication if web.authenticateViewPages=true (issue 222)
+	 - Added weblogic.xml to WAR for deployment on WebLogic (issue 199)
      - Optional periodic LDAP user and team pre-fetching & synchronization
      - Display name and version in Tomcat Manager
      - FogBugz post-receive hook script
@@ -17,6 +24,9 @@
      - Chinese translation
 
     contributors:
+	- Christian Aistleitner
+	- Jay Meyer
+	- Slawomir Bochenski
 	- github/furinzen
     - github/mschaefers
     - github/thefake

--
Gitblit v1.9.1