diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,11 +5,32 @@ Changelog ========= -1.4.1 (**2012-09-07**) +1.4.2 (**2012-09-12**) ---------------------- -:status: in-progress -:branch: beta +news +++++ + +- added option to menu to quick lock/unlock repository for users that have + write access to +- Implemented permissions for writing to repo + groups. Now only write access to group allows to create a repostiory + within that group +- #565 Add support for {netloc} and {scheme} to alternative_gravatar_url +- updated translation for zh_CN + +fixes ++++++ + +- fixed visual permissions check on repos groups inside groups +- fixed issues with non-ascii search terms in search, and indexers +- fixed parsing of page number in GET parameters +- fixed issues with generating pull-request overview for repos with + bookmarks and tags, also preview doesn't loose chosen revision from + select dropdown + +1.4.1 (**2012-09-07**) +---------------------- news ++++