Changeset - 54bea1081508
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-01-21 01:10:30
marcin@python-works.com
version bump
2 files changed with 12 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/changelog.rst
Show inline comments
 
@@ -4,7 +4,7 @@
 
Changelog
 
=========
 

	
 
1.5.2 (**2013-01-14**)
 
1.5.3 (**2013-XX-XX**)
 
----------------------
 

	
 
:status: in-progress
 
@@ -13,6 +13,16 @@ Changelog
 
news
 
++++
 

	
 
fixes
 
+++++
 

	
 

	
 
1.5.2 (**2013-01-14**)
 
----------------------
 

	
 
news
 
++++
 

	
 
- IP restrictions for users. Each user can get a set of whitelist IP+mask for
 
  extra protection. Useful for buildbots etc.
 
- added full last changeset info to lightweight dashboard. lightweight dashboard
rhodecode/__init__.py
Show inline comments
 
@@ -26,7 +26,7 @@
 
import sys
 
import platform
 

	
 
VERSION = (1, 5, 2, 'b')
 
VERSION = (1, 5, 3, 'b')
 

	
 
try:
 
    from rhodecode.lib import get_current_revision
0 comments (0 inline, 0 general)