Show More
@@ -1,23 +1,36 b'' | |||
|
1 | 1 | .. _changelog: |
|
2 | 2 | |
|
3 | 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 | 16 | 1.0.0rc4 (**2010-10-12**) |
|
17 | -------------------------- | |
|
7 | 18 | |
|
8 | 19 | - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman) |
|
9 | 20 | - removed cache_manager settings from sqlalchemy meta |
|
10 | 21 | - added sqlalchemy cache settings to ini files |
|
11 | 22 | - validated password length and added second try of failure on paster setup-app |
|
12 | 23 | - fixed setup database destroy prompt even when there was no db |
|
13 | 24 | |
|
14 | 25 | |
|
15 | 26 | 1.0.0rc3 (**2010-10-11**) |
|
27 | ------------------------- | |
|
16 | 28 | |
|
17 | 29 | - fixed i18n during installation. |
|
18 | 30 | |
|
19 | 31 | 1.0.0rc2 (**2010-10-11**) |
|
32 | ------------------------- | |
|
20 | 33 | |
|
21 | 34 | - Disabled dirsize in file browser, it's causing nasty bug when dir renames |
|
22 | 35 | occure. After vcs is fixed it'll be put back again. |
|
23 | 36 | - templating/css rewrites, optimized css. |
General Comments 0
You need to be logged in to leave comments.
Login now