File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Gitorious Changelog
2
2
3
+ ## 3.2.1 (2015-02-14)
4
+
5
+ ### New features & improvements
6
+
7
+ * Several forms got "Cancel" (back) links
8
+
9
+ ### Changes
10
+
11
+ * Upload of public SSH key is required no more when SSH protocol is disabled
12
+ * "By activity" sorting on Projects page uses latest activity instead of
13
+ overall (all-time) activity
14
+ * Password change and reset is now hidden when using LDAP authentication
15
+
16
+ ### Bugs fixed
17
+
18
+ * Multitude of bugfixes for IE 9
19
+ * "Add member" button on team page is only displayed for team admins
20
+ * New version of merge requested is not created anymore when editing only
21
+ title/description of MR
22
+ * Fixed transferring ownership of a repository to a team
23
+ * Fixed display of custom license label
24
+ * Fixed ` additional_view_paths ` configuration option
25
+ * Fixed overriding of footer links
26
+ * Fixed ` external_stylesheets ` configuration option
27
+ * Fixed message selection and pagination links on Messages page
28
+ * Bulk update on Messages page redirects back to proper tab now
29
+ * "Timeout" message is not displayed on MR diff page anymore when commit
30
+ adds blank file(s)
31
+
3
32
## 3.2.0 (2014-12-04)
4
33
5
34
### New features & improvements
Original file line number Diff line number Diff line change 21
21
require "gitorious/kerberos"
22
22
23
23
module Gitorious
24
- VERSION = "3.2.0 "
24
+ VERSION = "3.2.1 "
25
25
26
26
# Application-wide configuration settings.
27
27
Configuration = Configurable . new ( "GITORIOUS" )
You can’t perform that action at this time.
0 commit comments