##// END OF EJS Templates
changelog update
marcink -
r623:dd925e5e default
parent child Browse files
Show More
@@ -3,7 +3,18 b''
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
@@ -13,10 +24,12 b' 1.0.0rc4 (**2010-10-12**)'
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.
General Comments 0
You need to be logged in to leave comments. Login now