changeset 585:42a87338035a

Version bump. Added changelog into docs.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 13:32:39 +0200
parents 20940ddb5f4d
children 0971e79cb357
files docs/changelog.rst docs/index.rst rhodecode/__init__.py
diffstat 3 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/changelog.rst	Mon Oct 11 13:32:39 2010 +0200
@@ -0,0 +1,11 @@
+.. _changelog:
+
+Changelog
+=========
+
+
+1.0.0rc2 (**tip**)
+
+- Disabled dirsize in file browser, it's causing nasty bug when dir renames 
+  occure. After vcs is fixed it'll be put back again.
+- templating/css rewrites, optimized css.
--- a/docs/index.rst	Mon Oct 11 12:46:03 2010 +0200
+++ b/docs/index.rst	Mon Oct 11 13:32:39 2010 +0200
@@ -98,6 +98,7 @@
 
    installation
    setup
+   changelog
 
 Other topics
 ------------
--- a/rhodecode/__init__.py	Mon Oct 11 12:46:03 2010 +0200
+++ b/rhodecode/__init__.py	Mon Oct 11 13:32:39 2010 +0200
@@ -24,7 +24,7 @@
 @author: marcink
 """
 
-VERSION = (1, 0, 0, 'rc1')
+VERSION = (1, 0, 0, 'rc2')
 
 __version__ = '.'.join((str(each) for each in VERSION[:4]))