##// END OF EJS Templates
changelog update
marcink -
r623:dd925e5e default
parent child Browse files
Show More
@@ -1,23 +1,36 b''
1 .. _changelog:
1 .. _changelog:
2
2
3 Changelog
3 Changelog
4 =========
4 =========
5
5
6 1.0.0 (**2010-10-xx**)
7 ----------------------
8
9 - security bugfix simplehg wasn't checking for permissions on commands
10 other than pull or push.
11 - fixed doubled messages after push or pull in admin journal
12 - templating and css corrections, fixed repo switcher on chrome,updated titles
13 - admin menu accessible from options menu on repository view
14 - permissions cached queries
15
6 1.0.0rc4 (**2010-10-12**)
16 1.0.0rc4 (**2010-10-12**)
17 --------------------------
7
18
8 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
19 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
9 - removed cache_manager settings from sqlalchemy meta
20 - removed cache_manager settings from sqlalchemy meta
10 - added sqlalchemy cache settings to ini files
21 - added sqlalchemy cache settings to ini files
11 - validated password length and added second try of failure on paster setup-app
22 - 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
23 - fixed setup database destroy prompt even when there was no db
13
24
14
25
15 1.0.0rc3 (**2010-10-11**)
26 1.0.0rc3 (**2010-10-11**)
27 -------------------------
16
28
17 - fixed i18n during installation.
29 - fixed i18n during installation.
18
30
19 1.0.0rc2 (**2010-10-11**)
31 1.0.0rc2 (**2010-10-11**)
32 -------------------------
20
33
21 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
34 - Disabled dirsize in file browser, it's causing nasty bug when dir renames
22 occure. After vcs is fixed it'll be put back again.
35 occure. After vcs is fixed it'll be put back again.
23 - templating/css rewrites, optimized css.
36 - templating/css rewrites, optimized css.
General Comments 0
You need to be logged in to leave comments. Login now