From a5086dcf7c70326c810906c57c978586e34a5ed0 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 09 Jun 2014 21:36:43 -0400 Subject: [PATCH] Documentation --- releases.moxie | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/releases.moxie b/releases.moxie index fc139b7..ce75420 100644 --- a/releases.moxie +++ b/releases.moxie @@ -5,9 +5,26 @@ title: ${project.name} ${project.version} released id: ${project.version} date: ${project.buildDate} - note: ~ + note: '' + The next major release (v1.7.0) will focus on: + * ticket-75: making projects more useful including the concept of project ownership + + This improvement will require a NON-BACKWARDS-COMPATIBLE migration of repository ownership from the RpeositoryModel to the UserModel + + * ticket-55: facilitating usage of tickets & git-flow in the web ui + '' html: ~ - text: ~ + text: '' + Highlights: + + * My Tickets page + * User Preferences web ui + * SSH key management web ui + * Basic CRUD pages for ticket milestones + * Overhaul repository creation, editing, and empty repository pages + + The OpenShift Express build has been dropped. You can deploy GO or WAR on Express so this build is no longer necessary. + '' security: ~ fixes: - Allow ticket responsible selection if anonymous push is enabled (issue-425, ticket-71) @@ -19,6 +36,7 @@ - Removed Ticket responsible team permission exclusion (ticket-87) - Fixed SSH daemon thread exhaustion (ticket-89) - Fixed Ticket responsible selections not considering the AUTHENTICATED authorization control (ticket-91) + - Fixed invalid generated SSH url for port 22 (issue-444, ticket-98) changes: - Split the pages servlet into a raw servlet and a pages servlet. All raw links now use the raw servlet (issue-413, ticket-49) - Drop deprecated --set-upstream syntax for -u (ticket-59) @@ -43,6 +61,7 @@ - Simplified repository creation, offer simple README generation, and insertion of a pre-defined .gitignore file (ticket-76) - Added an extension point for monitoring onStartup and onShutdown (ticket-79) - Tag server-side merges when incremental push tags are enabled (issue-432, ticket-85) + - Add a user preference for the clone transport (ticket-90) - Add setting to control default thread pool size for miscellaneous background tasks (ticket-92) dependencyChanges: - Update to javax.mail 1.5.1 (issue-417, ticket-58) -- Gitblit v1.9.1