changeset 1919:38a83ffe17fd beta

backported 1.2.4 changelog into beta docs
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 19 Jan 2012 07:24:06 +0200
parents 6a9c38d39f2d
children 8f6c01c990dc 639ec269dc7e
files docs/changelog.rst
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Thu Jan 19 05:43:58 2012 +0200
+++ b/docs/changelog.rst	Thu Jan 19 07:24:06 2012 +0200
@@ -53,6 +53,34 @@
 - fixes #337 missing validation check for conflicting names of a group with a
   repositories group
  
+ 1.2.4 (**2012-01-19**)
+======================
+
+news
+----
+
+- RhodeCode is bundled with mercurial series 2.0.X by default, with
+  full support to largefiles extension. Enabled by default in new installations
+- #329 Ability to Add/Remove Groups to/from a Repository via AP
+- added requires.txt file with requirements
+     
+fixes
+-----
+
+- fixes db session issues with celery when emailing admins
+- #331 RhodeCode mangles repository names if the a repository group 
+  contains the "full path" to the repositories
+- #298 Conflicting e-mail addresses for LDAP and RhodeCode users
+- DB session cleanup after hg protocol operations, fixes issues with
+  `mysql has gone away` errors
+- #333 doc fixes for get_repo api function
+- #271 rare JSON serialization problem with statistics enabled
+- #337 Fixes issues with validation of repository name conflicting with 
+  a group name. A proper message is now displayed.
+- #292 made ldap_dn in user edit readonly, to get rid of confusion that field
+  doesn't work   
+- #316 fixes issues with web description in hgrc files 
+
 1.2.3 (**2011-11-02**)
 ======================