comparison docs/changelog.rst @ 676:bdd1ddd05b7c beta

docs update, setup libs version bumps
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 11 Nov 2010 01:49:57 +0100
parents 9bacc4194efa
children 9c8a817462fe
comparison
equal deleted inserted replaced
675:59670f091c76 676:bdd1ddd05b7c
5 5
6 1.1.0 (**2010-XX-XX**) 6 1.1.0 (**2010-XX-XX**)
7 ---------------------- 7 ----------------------
8 - git support with push/pull via RhodeCode web interface 8 - git support with push/pull via RhodeCode web interface
9 - rewrite of internals for vcs >=0.1.9 9 - rewrite of internals for vcs >=0.1.9
10 - anonymous access
10 - performance upgrade for cached repos list - each repository has it's own 11 - performance upgrade for cached repos list - each repository has it's own
11 cache that's invalidated when needed. 12 cache that's invalidated when needed.
12 - main page quick filter for filtering repositories 13 - main page quick filter for filtering repositories
13 - more detailed action logger (based on hooks) with pushed changesets lists 14 - more detailed action logger (based on hooks) with pushed changesets lists
14 and options to disable those hooks from admin panel 15 and options to disable those hooks from admin panel
15 - a lot of fixes and tweaks for file browser 16 - a lot of fixes and tweaks for file browser
16 - introduced new enhanced changelog for merges that shows more accurate results 17 - introduced new enhanced changelog for merges that shows more accurate results
17 - gui optimizations, fixed application width to 1024px 18 - gui optimizations, fixed application width to 1024px
19 - numerous small bugfixes
18 20
19 1.0.0 (**2010-11-02**) 21 1.0.0 (**2010-11-02**)
20 ---------------------- 22 ----------------------
21 23
22 - security bugfix simplehg wasn't checking for permissions on commands 24 - security bugfix simplehg wasn't checking for permissions on commands