From 003d0cece91df5328de5082a689ff3faf476415e Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Tue, 6 Jun 2017 17:20:33 +0200 Subject: [PATCH] Release 2.65.2 Build 170606 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 781a2d1f7b1..18a14956d0f 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,11 +12,11 @@ *150413 */ -$config['versionnumber'] = '2.65.1'; +$config['versionnumber'] = '2.65.2'; $config['dbversionnumber'] = 261; $config['buildnumber'] = ''; $config['updatable'] = true; -$config['assetsversionnumber'] = '2651'; +$config['assetsversionnumber'] = '2652'; return $config; ?> diff --git a/docs/release_notes.txt b/docs/release_notes.txt index cddd92c2041..9abb7a85576 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -35,6 +35,25 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 2.65.1 (build 170502) to 2.65.2 (build 170606) June 6, 2017 +-New feature: Add some collapse feature to remotecontrol function list (Denis Chenu) +-New feature: RemoteControl : allow to get all attributes in get function (Denis Chenu) +-Fixed issue #12368: RemoteControl: properties that are available are not shown (Denis Chenu) +-Fixed issue #12372: Unsuitable CAPTCHA (markusfluer) +-Fixed issue #12432: Reflected XSS in Notifications (thanks to mrbreaker) (Denis Chenu) +-Fixed issue #12433: [security] Reflected XSS (Thanks to mrbreaker) (Denis Chenu) +-Fixed issue #12436: [security] Potential SQL injection through Notifications (Denis Chenu) +-Fixed issue #12450: DataEntry not opening with array filter questions (Tõnis Ormisson) +-Fixed issue #12452: Numeric vars are treated as string during comparison (Carsten Schmitz) +-Fixed issue: Saveall display even if completed (ImperatorTheo) +#Updated translation: Catalan by qualitatuvic +#Updated translation: Indonesian by radhwaw +#Updated translation: Portuguese (Brazil) by mauriciofurtado +#Updated translation: Portuguese (Portugal) by samarta +#Updated translation: Spanish (Chile) by jrojas +#Updated translation: Turkish by kayazeren + + Changes from 2.65.0 (build 170502) to 2.65.1 (build 170522) May 22, 2017 -Fixed issue #12258: Incorrect date validation when using mm-yyyy dateformat (Olle Haerstedt) -Fixed issue #12371: 5-point array question with semantic differential has bold font on left side and normal font on right side (LouisGac)