changeset 3855:78b53ee0d247 rhodecode-0.0.1.6.0

Version bump and updated changelog for 1.6.0 final release
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 12 May 2013 21:33:02 +0200
parents d7a5da0d78ef
children 49af0d0ab077
files docs/changelog.rst rhodecode/__init__.py
diffstat 2 files changed, 21 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Sat May 11 00:09:29 2013 +0200
+++ b/docs/changelog.rst	Sun May 12 21:33:02 2013 +0200
@@ -4,6 +4,26 @@
 Changelog
 =========
 
+1.6.0 (**2013-05-12**)
+----------------------
+
+news
+++++
+
+fixes
++++++
+
+- #818: Bookmarks Do Not Display on Changeset View
+- Fixed issue with forks form errors rendering
+- #819 review status is showed in the main changelog
+- Permission update function is idempotent, and doesn't override default
+  permissions when doing upgrades
+- Fixed some unicode problems with git file path
+- Fixed broken handling of adding an htsts headers.
+- Fixed redirection loop on changelog for empty repository 
+- Fixed issue with web-editor that didn't preserve executable bit
+  after editing files
+
 1.6.0rc1 (**2013-04-07**)
 -------------------------
 
--- a/rhodecode/__init__.py	Sat May 11 00:09:29 2013 +0200
+++ b/rhodecode/__init__.py	Sun May 12 21:33:02 2013 +0200
@@ -26,7 +26,7 @@
 import sys
 import platform
 
-VERSION = (1, 6, 0, 'rc1')
+VERSION = (1, 6, 0)
 
 try:
     from rhodecode.lib import get_current_revision