# HG changeset patch # User Marcin Kuzminski # Date 1318803506 -7200 # Node ID f8321ccf6529da60aa60c6b4dfa51aa968cf01bd # Parent 4d841e56523757b780ec6ff3a159603479c2ec04 docs update diff -r 4d841e565237 -r f8321ccf6529 docs/changelog.rst --- a/docs/changelog.rst Mon Oct 17 00:18:12 2011 +0200 +++ b/docs/changelog.rst Mon Oct 17 00:18:26 2011 +0200 @@ -13,9 +13,34 @@ news ---- + fixes ----- + +1.2.2 (**2011-10-17**) +====================== + +news +---- + +- #226 repo groups are available by path instead of numerical id + +fixes +----- + +- #259 Groups with the same name but with different parent group +- #260 Put repo in group, then move group to another group -> repo becomes unavailable +- #258 RhodeCode 1.2 assumes egg folder is writable (lockfiles problems) +- #265 ldap save fails sometimes on converting attributes to booleans, + added getter and setter into model that will prevent from this on db model level +- fixed problems with timestamps issues #251 and #213 +- fixes #266 Rhodecode allows to create repo with the same name and in + the same parent as group +- fixes #245 Rescan of the repositories on Windows +- fixes #248 cannot edit repos inside a group on windows +- fixes #219 forking problems on windows + 1.2.1 (**2011-10-08**) ======================