diff options
author | James Moger <james.moger@gitblit.com> | 2014-06-09 14:11:05 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-06-09 14:11:05 -0400 |
commit | 2bfea381bbcea934f7e20f8c00db86e990c2fc93 (patch) | |
tree | 6ce8c7ee0ac726adbeeff6178dca67d3a8c6b4af /releases.moxie | |
parent | ca4d98678c20e4033fdaca09ecbbf0f5952e0b84 (diff) | |
download | gitblit-2bfea381bbcea934f7e20f8c00db86e990c2fc93.tar.gz gitblit-2bfea381bbcea934f7e20f8c00db86e990c2fc93.zip |
Documentation
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/releases.moxie b/releases.moxie index c1e11d98..3cd7cee3 100644 --- a/releases.moxie +++ b/releases.moxie @@ -5,9 +5,26 @@ r24: { 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) |