From 959ec25027f1bce091dcd9cc2d93c721ff2dc35d Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 27 Oct 2014 10:21:09 -0400 Subject: [PATCH] Merged #110 "Support multiple/chained config files" --- releases.moxie | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/releases.moxie b/releases.moxie index 6523ceb..ba7a870 100644 --- a/releases.moxie +++ b/releases.moxie @@ -7,15 +7,22 @@ date: ${project.buildDate} note: ~ html: ~ - text: ~ + text: '' + The new gitblit.properties file "includes" defaults.properties which is the original + gitblit.properties file. You may continue using your existing gitblit.properties file + as before, however, you might find future upgrades simpler by adopting the new "include" + design. + '' security: ~ fixes: ~ changes: - Replaced Dagger with Guice (ticket-80) - 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) 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: -- Gitblit v1.9.1