From 40aa84507640cd2a980757e7910a63310474eb87 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 03 May 2013 19:09:25 -0400
Subject: [PATCH] Revised Git Daemon to improve thread stopping and to eliminate repository name hack

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

diff --git a/releases.moxie b/releases.moxie
index c065435..ce71772 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -34,7 +34,7 @@
 	 
     additions: 
 	 - Added a server setting to force a particular translation/Locale for all sessions
-	 - Added Git Daemon serving
+	 - Added smart Git Daemon serving.  If enabled, git:// access will be offered for any repository which permits anonymous access.  If the repository permits anonymous cloning, anonymous git:// clone will be permitted while anonmymous git:// pushes will be rejected.
 	 - Option to automatically tag branch tips on each push with an incremental revision number
      - Implemented multiple repository owners
      - Optional periodic LDAP user and team pre-fetching & synchronization

--
Gitblit v1.9.1