aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-10-17 00:18:26 +0200
committerMarcin Kuzminski <marcin@python-works.com>2011-10-17 00:18:26 +0200
commit0df6e8b4d3cae0e9ae3e70234e203d2a7c54607c (patch)
treedb48194a03918b52ba7b70b1321aedde3020a392
parentf69a748729bf729929ece88a9a2c83149d83b75f (diff)
docs update
--HG-- branch : beta
-rw-r--r--docs/changelog.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 0ecdc6ce..ab0104ee 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -13,9 +13,34 @@ Changelog
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**)
======================