From c968ddd27e3ac07575606fb04c70f092d18f6ad4 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sat, 20 Oct 2012 09:40:00 -0400
Subject: [PATCH] Switch to tab interface for Edit User and Edit Team for consistency

---
 docs/04_releases.mkd |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index a26b2c8..0cf060e 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -1,8 +1,10 @@
 ## Release History
 
-<div class="alert alert-error">
+<div class="alert alert-info">
 <h4>Update Note</h4>
-If you are updating from an earlier release AND you have indexed branches with the Lucene indexing feature, you need to be aware that this release will completely re-index your repositories.  Please be sure to provide ample heap resources as appropriate for your installation.
+The permissions model has changed in this release.
+<p>
+If you are updating your server, you must also update any Gitblit Manager and Federation Client installs to 1.2.0 as well.  The data model used by the RPC mechanism has changed slightly for the new permissions infrastructure.
 </div>
 
 ### Current Release
@@ -11,6 +13,7 @@
 
 #### fixes
 
+- Exclude submodules from zip downloads (issue 151)
 - Fixed bug where repository ownership was not updated on rename user
 - Fixed bug in create/rename repository if you explicitly specified the alias for the root group (e.g. main/myrepo) (issue 143)
 - Wrapped Markdown parser with improved exception handler (issue 142)
@@ -41,7 +44,7 @@
 - Delete branch feature (issue 121, Github/ajermakovics)
 - Added line links to blob view (issue 130)
 - Added RedmineUserService (github/mallowlabs)
-- Experimental support for committer verification.  Requires use of *--no-ff* when merging branches or pull requests.  See setup page for details.
+- Support for committer verification.  Requires use of *--no-ff* when merging branches or pull requests.  See setup page for details.
 
 #### changes
 
@@ -64,6 +67,11 @@
 
 ### Older Releases
 
+<div class="alert alert-error">
+<h4>Update Note</h4>
+If you are updating from an earlier release AND you have indexed branches with the Lucene indexing feature, you need to be aware that this release will completely re-index your repositories.  Please be sure to provide ample heap resources as appropriate for your installation.
+</div>
+
 **1.1.0** *released 2012-08-25*
 
 #### fixes

--
Gitblit v1.9.1