comparison docs/changelog.rst @ 597:53128b6b9a4d rhodecode-0.0.1.0.0rc4

added password validation, second try on paster setup-app, docs update, and fixed beaker cache settings in ini files.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 12 Oct 2010 23:17:25 +0200
parents 0a48c1ec04fc
children dd925e5edbba
comparison
equal deleted inserted replaced
596:ae5e3dafc02c 597:53128b6b9a4d
6 1.0.0rc4 (**2010-10-12**) 6 1.0.0rc4 (**2010-10-12**)
7 7
8 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman) 8 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
9 - removed cache_manager settings from sqlalchemy meta 9 - removed cache_manager settings from sqlalchemy meta
10 - added sqlalchemy cache settings to ini files 10 - added sqlalchemy cache settings to ini files
11 - validated password length and added second try of failure on paster setup-app
12 - fixed setup database destroy prompt even when there was no db
13
11 14
12 1.0.0rc3 (**2010-10-11**) 15 1.0.0rc3 (**2010-10-11**)
13 16
14 - fixed i18n during installation. 17 - fixed i18n during installation.
15 18