diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,26 @@ Changelog ========= +1.5.3 (**2013-02-12**) +---------------------- + +news +++++ + +- IP restrictions now also enabled for IPv6 + +fixes ++++++ + +- fixed issues with private checkbox not always working +- fixed #746 unicodeDedode errors on feed controllers +- fixes issue #756 cleanup repos didn't properly compose paths of repos to be cleaned up. +- fixed cache invalidation issues together with vcs_full_cache option +- repo scan should skip directories with starting with '.' +- fixes for issue #731, update-repoinfo sometimes failed to update data when changesets + were initial commits +- recursive mode of setting permission skips private repositories + 1.5.2 (**2013-01-14**) ---------------------- @@ -932,4 +952,4 @@ fixes - Disabled dirsize in file browser, it's causing nasty bug when dir renames occure. After vcs is fixed it'll be put back again. -- templating/css rewrites, optimized css. \ No newline at end of file +- templating/css rewrites, optimized css.