# HG changeset patch # User Marcin Kuzminski # Date 1320953136 -7200 # Node ID 3bd7d89d918ac60af4dcfd2a8ff33a04d34f190b # Parent f62a960bae3997c941c8b41ccc14ba1fbd8bf420 fixes #299 diff -r f62a960bae39 -r 3bd7d89d918a README.rst --- a/README.rst Tue Nov 08 17:13:59 2011 +0200 +++ b/README.rst Thu Nov 10 21:25:36 2011 +0200 @@ -54,7 +54,7 @@ RhodeCode Features ------------------ -- Has it's own middleware to handle mercurial_ protocol requests. +- Has its own middleware to handle mercurial_ protocol requests. Each request can be logged and authenticated. - Runs on threads unlike hgweb. You can make multiple pulls/pushes simultaneous. Supports http/https and LDAP diff -r f62a960bae39 -r 3bd7d89d918a docs/changelog.rst --- a/docs/changelog.rst Tue Nov 08 17:13:59 2011 +0200 +++ b/docs/changelog.rst Thu Nov 10 21:25:36 2011 +0200 @@ -314,7 +314,7 @@ - uses mercurial 1.7 with dotencode disabled for maintaining compatibility with older clients - anonymous access, authentication via ldap -- performance upgrade for cached repos list - each repository has it's own +- performance upgrade for cached repos list - each repository has its own cache that's invalidated when needed. - performance upgrades on repositories with large amount of commits (20K+) - main page quick filter for filtering repositories