From fdb31ca346eb322f7cec5182ed0dc6b01259f918 Mon Sep 17 00:00:00 2001
From: Florian Zschocke <florian.zschocke@cycos.com>
Date: Wed, 21 Aug 2013 12:07:15 -0400
Subject: [PATCH] Close streams in finally block.

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

diff --git a/releases.moxie b/releases.moxie
index 5400234..0cbd80e 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -12,6 +12,8 @@
     fixes:
     - Fixed Gitblit Authority startup failures when using alternate user services (issue-280)
     - Manually redirect after branch deletion (issue 282)
+    - Simplify when repository size is calculated to ensure we have one IF we want one (issue-295)
+    - Fixed anonymous LDAP connections (issue-297)
     - Improved branch deletion-reflog interaction
     - Encode page url parameters as UTF-8
     - Encode filename for binary files on RawPage according to browser
@@ -28,6 +30,8 @@
     - Doug Ayers
     - Ori Livneh
     - Florian Zschocke
+    - Tito Nobre
+    - Hugo Questroy
     settings:
     - { name: 'web.activityDurationMaximum', defaultValue: 30 }
     - { name: 'realm.htpasswd.userFile', defaultValue: '${baseFolder}/htpasswd' }

--
Gitblit v1.9.1