From 880e27c82f37d6bdcb33c6f601972184b62332f5 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 10 Mar 2014 09:29:38 -0400 Subject: [PATCH] Adjust propose instructions to "checkout -b ticket/{id} origin/{branch}" --- releases.moxie | 36 ++++++++++++++++++++++++++++++------ 1 files changed, 30 insertions(+), 6 deletions(-) diff --git a/releases.moxie b/releases.moxie index 7c24524..41e68f2 100644 --- a/releases.moxie +++ b/releases.moxie @@ -1,16 +1,40 @@ # # ${project.version} release # -r20: { +r21: { title: ${project.name} ${project.version} released id: ${project.version} date: ${project.buildDate} + note: ~ + html: ~ + text: ~ + security: ~ + fixes: ~ + changes: ~ + additions: ~ + dependencyChanges: ~ + contributors: ~ +} + +# +# 1.4.0 release +# +r20: { + title: Gitblit 1.4.0 released + id: 1.4.0 + date: 2014-03-09 note: "The default access restriction has been elevated from NONE to PUSH and anonymous push access has been disabled by default." html: ~ text: '' - This is a major release. + This is a MAJOR release. - The entire core has been refactored to be more modular. Authentication providers have all been refactored to be simpler. Both of these were precursor requirements for future planned improvements. Markup rendering has been improved and expanded to several additional formats. A repository mirroring service has been added. Commit pages now indicate diffstat information. And many bug fixes and smaller features have been introduced.'' + The entire core has been refactored to be more modular. Authentication providers have all been refactored to be simpler. Both of these were precursor requirements for landing the Tickets feature -- issue tracker & branch-based pull requests. + + Markup rendering has been improved and expanded to several additional formats. A repository mirroring service has been added to allow you to automatically track public repositories. Commit pages now indicate diffstat information and many bug fixes and smaller features have been introduced. + + The groundwork has also been laid for SSH support which will be in the focal point for the next major release (ticket-6). + + Due to the enormity of these changes, please make a backup copy of users.conf before updating.'' security: - issue-361: Cookies were not reset on administrative password change of a user account. This allowed accounts with changed passwords to continue authenticating. Cookies are now reset on password changes, they are validated on each page request, AND they will now expire 7 days after generation. fixes: @@ -1137,6 +1161,6 @@ - James Moger } -snapshot: &r20 -release: &r19 -releases: &r[1..19] +snapshot: &r21 +release: &r20 +releases: &r[1..20] -- Gitblit v1.9.1