From 19b98b71d09b37435ccf7cf94694223093e5719b Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 09 Mar 2014 11:08:25 -0400
Subject: [PATCH] Reset build identifiers for next development cycle

---
 releases.moxie |   37 +++++++++++++++++++++++++++++++------
 1 files changed, 31 insertions(+), 6 deletions(-)

diff --git a/releases.moxie b/releases.moxie
index 403bd1e..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:
@@ -54,6 +78,7 @@
 	- Serve repositories on both /r and /git, displaying /r because it is shorter
 	- Eliminate HEAD from the blob, blame, and tree pages. That assumed a resource was available in HEAD and it may not be.
 	- Eliminate Gravatar profile linking.
+	- Moved Gitblit reflog from refs/gitblit/reflog to refs/meta/gitblit/reflog
 	- Updated Spanish translation
 	- Updated Simplified Chinese translation
 	- Updated Dutch translation
@@ -1136,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