Skip to content

Commit ca8d628

Browse files
committed
Release 3.2.1
1 parent 96dbd51 commit ca8d628

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

Diff for: CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Gitorious Changelog
22

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+
332
## 3.2.0 (2014-12-04)
433

534
### New features & improvements

Diff for: lib/gitorious.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
require "gitorious/kerberos"
2222

2323
module Gitorious
24-
VERSION = "3.2.0"
24+
VERSION = "3.2.1"
2525

2626
# Application-wide configuration settings.
2727
Configuration = Configurable.new("GITORIOUS")

0 commit comments

Comments
 (0)