Show More
@@ -53,6 +53,34 b' fixes' | |||
|
53 | 53 | - fixes #337 missing validation check for conflicting names of a group with a |
|
54 | 54 | repositories group |
|
55 | 55 | |
|
56 | 1.2.4 (**2012-01-19**) | |
|
57 | ====================== | |
|
58 | ||
|
59 | news | |
|
60 | ---- | |
|
61 | ||
|
62 | - RhodeCode is bundled with mercurial series 2.0.X by default, with | |
|
63 | full support to largefiles extension. Enabled by default in new installations | |
|
64 | - #329 Ability to Add/Remove Groups to/from a Repository via AP | |
|
65 | - added requires.txt file with requirements | |
|
66 | ||
|
67 | fixes | |
|
68 | ----- | |
|
69 | ||
|
70 | - fixes db session issues with celery when emailing admins | |
|
71 | - #331 RhodeCode mangles repository names if the a repository group | |
|
72 | contains the "full path" to the repositories | |
|
73 | - #298 Conflicting e-mail addresses for LDAP and RhodeCode users | |
|
74 | - DB session cleanup after hg protocol operations, fixes issues with | |
|
75 | `mysql has gone away` errors | |
|
76 | - #333 doc fixes for get_repo api function | |
|
77 | - #271 rare JSON serialization problem with statistics enabled | |
|
78 | - #337 Fixes issues with validation of repository name conflicting with | |
|
79 | a group name. A proper message is now displayed. | |
|
80 | - #292 made ldap_dn in user edit readonly, to get rid of confusion that field | |
|
81 | doesn't work | |
|
82 | - #316 fixes issues with web description in hgrc files | |
|
83 | ||
|
56 | 84 | 1.2.3 (**2011-11-02**) |
|
57 | 85 | ====================== |
|
58 | 86 |
General Comments 0
You need to be logged in to leave comments.
Login now