aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-05-12 21:33:02 +0200
committerMarcin Kuzminski <marcin@python-works.com>2013-05-12 21:33:02 +0200
commit63b287dcd1b80711cdd4cd8fb0508007f8361d29 (patch)
treecc50f98955a367e0fcf0fb0d3c6b2aed0f1fca2f
parent1c63c7fe7b159aae6ea7b047380227e08e1ae026 (diff)
Version bump and updated changelog for 1.6.0 final release
--HG-- extra : amend_source : 725eee39cd76af3aa1f7234afdacf2e78b6212a8
-rwxr-xr-xdocs/changelog.rst20
-rw-r--r--rhodecode/__init__.py2
2 files changed, 21 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index f08358bd..769ca510 100755
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -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**)
-------------------------
diff --git a/rhodecode/__init__.py b/rhodecode/__init__.py
index 52255d32..1f75c42f 100644
--- a/rhodecode/__init__.py
+++ b/rhodecode/__init__.py
@@ -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