From c57a28630e1ca45282137419e13ae88a954cc11b Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 23 Oct 2014 17:20:42 -0400 Subject: [PATCH] Fix broken implementation of --noverify for installing a plugin from a url --- releases.moxie | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 40 insertions(+), 4 deletions(-) diff --git a/releases.moxie b/releases.moxie index 9da8545..94427b1 100644 --- a/releases.moxie +++ b/releases.moxie @@ -1,10 +1,44 @@ # # ${project.version} release # -r25: { +r26: { title: ${project.name} ${project.version} released id: ${project.version} date: ${project.buildDate} + note: ~ + html: ~ + text: ~ + security: ~ + fixes: ~ + changes: + - Replaced Dagger with Guice (ticket-80) + - Use release name as root directory in Gitblit GO artifacts (ticket-109) + - Show team type in teams page (pr-217, ticket-168) + additions: + - Add GitHub Octicons (ticket-106) + - Add Priority & Severity fields for tickets (pr-220, ticket-157) + - Add Maintenance ticket type (pr-223, ticket-206) + dependencyChanges: + - Guice 4.0-beta4 (ticket-80) + - SLF4j 1.7.7 (ticket-122) + - gson 2.2.2 (ticket-123) + - Freemarker 2.3.20 (ticket-124) + - Lucene 4.10.0 (ticket-159) + contributors: + - James Moger + - David Ostrovsky + - Alex Lewis + - Florian Zschocke + - Paul Martin +} + +# +# 1.6.1 release +# +r25: { + title: Gitblit 1.6.1 released + id: 1.6.1 + date: 2014-10-20 note: '' The next major release (v1.7.0) will focus on: * ticket-75: making projects more useful including the concept of project ownership @@ -33,6 +67,7 @@ - Fix internal error when specifying a blob url without a path (ticket-113) - Fix milestone queries for hyphentated names (ticket-115) - Fix duplicate repositories on dashboards (issue-454, ticket-117) + - Fix lower-case project names in RepositoryNamePanel (issue-509, ticket-118) - Fix ticket notifications not sent when author doesn't have an email address (issue-423, ticket-132) - Fix regression in create-ticket-on-push & clarify reported explanation (ticket-135) - Fix redirects after ajax form submissions with Tomcat (issue-455, ticket-136) @@ -112,6 +147,7 @@ - ThanksForAllTheFish - Stephan Krull - jliedy + - Michael Glauche } # @@ -1530,6 +1566,6 @@ - James Moger } -snapshot: &r25 -release: &r24 -releases: &r[1..24] +snapshot: &r26 +release: &r25 +releases: &r[1..25] -- Gitblit v1.9.1