From 000aedfe2a27a99f4a9cce61d32d822998de15d0 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Thu, 28 Apr 2016 15:11:09 -0500 Subject: [PATCH] Update changelong to 1.9.10.4 --- documentation/changelog.html | 364 +++++++++++++++++++++++++++++++++++ main/install/version.php | 2 +- 2 files changed, 365 insertions(+), 1 deletion(-) diff --git a/documentation/changelog.html b/documentation/changelog.html index 22630d817e..6bbc5b5dcf 100755 --- a/documentation/changelog.html +++ b/documentation/changelog.html @@ -44,6 +44,370 @@

Note: most #wxyz references are issue numbers you can find in our public bug tracking system. Some references marked BT#xyz are developments made externally for BeezNest customers and integrated into Chamilo. The details of these tasks cannot be seen for confidentiality reasons, but the code change is public and can be reviewed by anyone.

 

+

Chamilo 1.9.10.4 - ???, ??th of Mayo, 2015

+

Release notes - summary

+

Chamilo 1.9.10.4 is a patch (minor) version of the 1.9.x branch, with + bugfixes and a few new minor features (as such, you + can just overwrite previous files to upgrade from 1.9.8, 1.9.8.1 or + 1.9.8.2 to 1.9.10.4).

+

See our Security page for more + information.

+

Release name

+

+ ??? is a +

+

Security fixes

+

None that we know of.

+

Notable new Features

+

For end-users, teachers and Chamilo admins

+ +

For developers and sysadmins

+ +

Improvements (minor features) and debug

+ +

Chamilo 1.9.10.2 - Sipán, 19th of March, 2015

Release notes - summary

diff --git a/main/install/version.php b/main/install/version.php index 6e8a87f6fd..30e42fa9d7 100755 --- a/main/install/version.php +++ b/main/install/version.php @@ -12,7 +12,7 @@ /** * Variables used from the main/install/index.php */ -$new_version = '1.9.10.2'; +$new_version = '1.9.10.4'; $new_version_status = 'stable'; $new_version_last_id = 0; $new_version_stable = true;