changeset 623:dd925e5edbba

changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 19 Oct 2010 01:03:17 +0200
parents a5b1f33dcad6
children 60a4aabf6aa6
files docs/changelog.rst
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Tue Oct 19 00:58:47 2010 +0200
+++ b/docs/changelog.rst	Tue Oct 19 01:03:17 2010 +0200
@@ -3,7 +3,18 @@
 Changelog
 =========
 
+1.0.0 (**2010-10-xx**)
+----------------------
+
+- security bugfix simplehg wasn't checking for permissions on commands
+  other than pull or push.
+- fixed doubled messages after push or pull in admin journal
+- templating and css corrections, fixed repo switcher on chrome,updated titles
+- admin menu accessible from options menu on repository view
+- permissions cached queries
+
 1.0.0rc4  (**2010-10-12**)
+--------------------------
 
 - fixed python2.5 missing simplejson imports (thanks to Jens Bäckman)
 - removed cache_manager settings from sqlalchemy meta
@@ -13,10 +24,12 @@
 
 
 1.0.0rc3 (**2010-10-11**)
+-------------------------
 
 - fixed i18n during installation.
 
 1.0.0rc2 (**2010-10-11**)
+-------------------------
 
 - Disabled dirsize in file browser, it's causing nasty bug when dir renames 
   occure. After vcs is fixed it'll be put back again.