changeset 669:9bacc4194efa beta

docs update
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Nov 2010 15:19:39 +0100
parents dff6d5cb8bba
children e7c670cc03cb
files docs/changelog.rst docs/installation.rst
diffstat 2 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Sun Nov 07 15:07:53 2010 +0100
+++ b/docs/changelog.rst	Sun Nov 07 15:19:39 2010 +0100
@@ -5,13 +5,16 @@
 
 1.1.0 (**2010-XX-XX**)
 ----------------------
-- git support
+- git support with push/pull via RhodeCode web interface
 - rewrite of internals for vcs >=0.1.9
-- performance upgrade for cached repos list
-- gui optimizations
+- performance upgrade for cached repos list - each repository has it's own 
+  cache that's invalidated when needed.
 - main page quick filter for filtering repositories
 - more detailed action logger (based on hooks) with pushed changesets lists
-- a lot of fixes for file browser
+  and options to disable those hooks from admin panel
+- a lot of fixes and tweaks for file browser
+- introduced new enhanced changelog for merges that shows more accurate results
+- gui optimizations, fixed application width to 1024px
 
 1.0.0 (**2010-11-02**)
 ----------------------
--- a/docs/installation.rst	Sun Nov 07 15:07:53 2010 +0100
+++ b/docs/installation.rst	Sun Nov 07 15:19:39 2010 +0100
@@ -30,10 +30,12 @@
 
 Install from Cheese Shop
 ------------------------
+Rhodecode requires python 2.5 or 2.6 and will not run on older or newer
+versions of python. Python 2.7 is untested and thus not supported.
 
 Easiest way to install ``rhodecode`` is to run::
 
-   easy_install rhodecode
+ easy_install rhodecode
 
 Or::