##// END OF EJS Templates
changelog update for release 1.2.3
marcink -
r1646:7e2695ff default
parent child Browse files
Show More
@@ -4,6 +4,30 b' Changelog'
4 =========
4 =========
5
5
6
6
7 1.2.3 (**2011-11-02**)
8 ======================
9
10 news
11 ----
12
13 - added option to manage repos group for non admin users
14 - added following API methods for get_users, create_user, get_users_groups,
15 get_users_group, create_users_group, add_user_to_users_groups, get_repos,
16 get_repo, create_repo, add_user_to_repo
17 - implements #237 added password confirmation for my account
18 and admin edit user.
19 - implements #291 email notification for global events are now sent to all
20 administrator users, and global config email.
21
22 fixes
23 -----
24
25 - added option for passing auth method for smtp mailer
26 - #276 issue with adding a single user with id>10 to usergroups
27 - #277 fixes windows LDAP settings in which missing values breaks the ldap auth
28 - #288 fixes managing of repos in a group for non admin user
29
30
7 1.2.2 (**2011-10-17**)
31 1.2.2 (**2011-10-17**)
8 ======================
32 ======================
9
33
@@ -21,12 +45,13 b' fixes'
21 - #265 ldap save fails sometimes on converting attributes to booleans,
45 - #265 ldap save fails sometimes on converting attributes to booleans,
22 added getter and setter into model that will prevent from this on db model level
46 added getter and setter into model that will prevent from this on db model level
23 - fixed problems with timestamps issues #251 and #213
47 - fixed problems with timestamps issues #251 and #213
24 - fixes #266 Rhodecode allows to create repo with the same name and in
48 - fixes #266 RhodeCode allows to create repo with the same name and in
25 the same parent as group
49 the same parent as group
26 - fixes #245 Rescan of the repositories on Windows
50 - fixes #245 Rescan of the repositories on Windows
27 - fixes #248 cannot edit repos inside a group on windows
51 - fixes #248 cannot edit repos inside a group on windows
28 - fixes #219 forking problems on windows
52 - fixes #219 forking problems on windows
29
53
54
30 1.2.1 (**2011-10-08**)
55 1.2.1 (**2011-10-08**)
31 ======================
56 ======================
32
57
@@ -41,6 +66,7 b' fixes'
41 - gui fixes
66 - gui fixes
42 - fixed logger
67 - fixed logger
43
68
69
44 1.2.0 (**2011-10-07**)
70 1.2.0 (**2011-10-07**)
45 ======================
71 ======================
46
72
@@ -112,7 +138,8 b' fixes'
112 - fixes #218 os.kill patch for windows was missing sig param
138 - fixes #218 os.kill patch for windows was missing sig param
113 - improved rendering of dag (they are not trimmed anymore when number of
139 - improved rendering of dag (they are not trimmed anymore when number of
114 heads exceeds 5)
140 heads exceeds 5)
115
141
142
116 1.1.8 (**2011-04-12**)
143 1.1.8 (**2011-04-12**)
117 ======================
144 ======================
118
145
General Comments 0
You need to be logged in to leave comments. Login now