##// END OF EJS Templates
Version bump and updated changelog for 1.6.0 final release
marcink -
r3855:78b53ee0 rhodecode-0.0.1.6.0 default
parent child Browse files
Show More
@@ -4,6 +4,26 b''
4 Changelog
4 Changelog
5 =========
5 =========
6
6
7 1.6.0 (**2013-05-12**)
8 ----------------------
9
10 news
11 ++++
12
13 fixes
14 +++++
15
16 - #818: Bookmarks Do Not Display on Changeset View
17 - Fixed issue with forks form errors rendering
18 - #819 review status is showed in the main changelog
19 - Permission update function is idempotent, and doesn't override default
20 permissions when doing upgrades
21 - Fixed some unicode problems with git file path
22 - Fixed broken handling of adding an htsts headers.
23 - Fixed redirection loop on changelog for empty repository
24 - Fixed issue with web-editor that didn't preserve executable bit
25 after editing files
26
7 1.6.0rc1 (**2013-04-07**)
27 1.6.0rc1 (**2013-04-07**)
8 -------------------------
28 -------------------------
9
29
@@ -26,7 +26,7 b''
26 import sys
26 import sys
27 import platform
27 import platform
28
28
29 VERSION = (1, 6, 0, 'rc1')
29 VERSION = (1, 6, 0)
30
30
31 try:
31 try:
32 from rhodecode.lib import get_current_revision
32 from rhodecode.lib import get_current_revision
General Comments 0
You need to be logged in to leave comments. Login now