changeset 3994:1f71ef689d2a rhodecode-0.0.1.7.1

updated changelog
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 13 Jun 2013 01:06:15 +0200
parents b53cef6faf22
children 334ac2635e67
files docs/changelog.rst
diffstat 1 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Wed Jun 12 20:38:05 2013 +0200
+++ b/docs/changelog.rst	Thu Jun 13 01:06:15 2013 +0200
@@ -4,7 +4,26 @@
 Changelog
 =========
 
-1.7.0 (**2013-05-XX**)
+1.7.1 (**2013-06-13**)
+----------------------
+
+news
+++++
+
+- Apply to children flag on repository group also adds users to private
+  repositories, this is now consistent with user groups. Private repos default
+  permissions are not affected by apply to children flag.
+- Removed unionrepo code as it's part of Mercurial 2.6
+- RhodeCode accepts now read only paths for serving repositories.
+
+fixes
++++++
+
+- Fixed issues with how mysql handles float values. Caused gists with
+  expiration dates not work properly on mysql.
+- Fixed issue with ldap enable/disable flag
+
+1.7.0 (**2013-06-08**)
 ----------------------
 
 news