From 03223516b32758fe9d5602ffb4ce10a8a308f0e9 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gmail.com> Date: Fri, 18 Sep 2015 14:30:07 -0400 Subject: [PATCH] Merge pull request #908 from mrjoel/mrjoel-authrequestnotsession --- releases.moxie | 91 +++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 87 insertions(+), 4 deletions(-) diff --git a/releases.moxie b/releases.moxie index 9da8545..f40eb77 100644 --- a/releases.moxie +++ b/releases.moxie @@ -1,10 +1,91 @@ # # ${project.version} release # -r25: { +r27: { title: ${project.name} ${project.version} released id: ${project.version} date: ${project.buildDate} + note: ~ + html: ~ + 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: + - Fix exception when viewing a ticket with a patchset where the integration branch does not exist (issue-521, ticket-212) + - Fix exception when deleting a repository using the FileTicketService (issue-522, ticket-213) + - Do not inject team repository permissions as explicit user permissoins when editing a user (issue-462, ticket-214) + - Whitelist the target link attribute in the XSS filter (ticket-216) + 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) + - 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 (ticket-80, ticket-219) + - SLF4j 1.7.12 + - gson 2.3.1 + - Freemarker 2.3.22 + - Lucene 4.10.0 (ticket-159) + - 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: + - James Moger + - David Ostrovsky + - Alex Lewis + - Florian Zschocke + - Paul Martin + - razzard + - Alexander Zabluda +} + +# +# 1.6.2 release +# +r26: { + title: Gitblit 1.6.2 released + id: 1.6.2 + date: 2014-10-28 + note: ~ + html: ~ + text: ~ + security: ~ + fixes: + - Fix French translation (pr-224, ticket-210) + - Fix raw servlet trashing paths with spaces (ticket-211) + - Fix PluginManager not properly respecting --noverify (ticket-209) + changes: ~ + additions: ~ + dependencyChanges: ~ + contributors: + - Pierre Templier + - Barry Roberts + - Jan Å mucr +} + +# +# 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 +114,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 +194,7 @@ - ThanksForAllTheFish - Stephan Krull - jliedy + - Michael Glauche } # @@ -1530,6 +1613,6 @@ - James Moger } -snapshot: &r25 -release: &r24 -releases: &r[1..24] +snapshot: &r27 +release: &r26 +releases: &r[1..26] -- Gitblit v1.9.1