Revision 17165
Added by Jean-Philippe Lang over 7 years ago
branches/3.2-stable/doc/CHANGELOG | ||
---|---|---|
4 | 4 |
Copyright (C) 2006-2017 Jean-Philippe Lang |
5 | 5 |
http://www.redmine.org/ |
6 | 6 |
|
7 |
== 2018-01-08 v3.2.9 |
|
8 |
|
|
9 |
=== [Security] |
|
10 |
|
|
11 |
* Defect #27516: Remote command execution through mercurial adapter |
|
12 |
|
|
7 | 13 |
== 2017-10-15 v3.2.8 |
8 | 14 |
|
9 | 15 |
=== [Security] |
branches/3.2-stable/lib/redmine/version.rb | ||
---|---|---|
4 | 4 |
module VERSION #:nodoc: |
5 | 5 |
MAJOR = 3 |
6 | 6 |
MINOR = 2 |
7 |
TINY = 8
|
|
7 |
TINY = 9
|
|
8 | 8 |
|
9 | 9 |
# Branch values: |
10 | 10 |
# * official release: nil |
Also available in: Unified diff
Updates for 3.2.9 release.