From c332d9a3d4d9485cfe60fb8dd9db7dbde971642c Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 10 Nov 2015 08:58:35 -0500
Subject: [PATCH] Do not display fork button if target repo already exists (fixes #944)

---
 releases.moxie |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/releases.moxie b/releases.moxie
index b6ed96d..f40eb77 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -24,18 +24,25 @@
     - Use release name as root directory in Gitblit GO artifacts (ticket-109)
     - Split gitblit.properties into gitblit.properties & defaults.properties (ticket-110)
     - Show team type in teams page (pr-217, ticket-168)
+    - Use author date to be consistent with other tools (pr-919)
     additions:
     - Add GitHub Octicons (ticket-106)
     - Support for chain-loading properties files (ticket-110) 
     - Add Priority & Severity fields for tickets (pr-220, ticket-157)
     - Add Maintenance ticket type (pr-223, ticket-206)    
     dependencyChanges:
-    - Guice 4.0-beta5 (ticket-80, ticket-219)
-    - SLF4j 1.7.7 (ticket-122)
-    - gson 2.2.2 (ticket-123)
-    - Freemarker 2.3.20 (ticket-124)
+    - Guice 4.0 (ticket-80, ticket-219)
+    - SLF4j 1.7.12
+    - gson 2.3.1
+    - Freemarker 2.3.22
     - Lucene 4.10.0 (ticket-159)
-    - SSHD 0.13.0 (ticket-218)
+    - SSHD 1.0.0
+    - JGit 4.0.2
+    - Groovy 2.4.4
+    - Wicket 1.4.22
+    - BouncyCastle 1.52
+    - Pegdown 1.5.0
+    - Jetty 9.2.13
     settings:
     - { name: web.displayUserPanel, defaultValue: 'true' }
     contributors:

--
Gitblit v1.9.1