Skip to content

Commit

Permalink
Release 4.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed May 15, 2015
1 parent 7a2f228 commit 824ac80
Show file tree
Hide file tree
Showing 4 changed files with 9,288 additions and 10,916 deletions.
8 changes: 4 additions & 4 deletions docs/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ numbers refer to the versions tested, usually minimum versions. Newer versions
should work, see also:
http://www.ilias.de/docu/goto_docu_pg_6531_367.html (II. General Requirements)

- Apache 1.3.44 http://www.apache.org
- Apache 2.2.x http://www.apache.org
- MySQL 5.1.32 http://www.mysql.com
- PHP 5.3.27 http://www.php.net
- Zlib (libz) 1.1.4 http://www.gzip.org/zlib/
Expand Down Expand Up @@ -154,7 +154,7 @@ source files into separate directories in /opt/ilias/src:
The ILIAS software, its documentation and the web space directory structure is
stored in:

ilias-4.4.8.tar.gz
ilias-4.4.9.tar.gz

The ILIAS tarball may also reside in /opt/ilias/src/tarballs/. After all third-
party software has been installed it can directly be extracted into the web
Expand Down Expand Up @@ -505,7 +505,7 @@ components:
First extract the content of the ILIAS tarball into the web space directory:

cd /opt/ilias/www/htdocs/
tar -xzf /opt/ilias/src/tarballs/ilias-4.4.8.tar.gz
tar -xzf /opt/ilias/src/tarballs/ilias-4.4.9.tar.gz

Please make sure your webserver has write permission to the ILIAS web space
and data directories and all their subdirectories. If your webserver daemon
Expand Down Expand Up @@ -667,7 +667,7 @@ your choice). Do not simply overwrite the 'ilias' directory in your webspace!
Example:

cd /tmp
tar -xzf /opt/ilias/src/tarballs/ilias-4.4.8.tar.gz
tar -xzf /opt/ilias/src/tarballs/ilias-4.4.9.tar.gz

After extracting the files you will find a newly created subdirectory 'ilias' in
your tmp/ directory. Depending on the ILIAS version you are replacing you must
Expand Down
4 changes: 2 additions & 2 deletions include/inc.ilias_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
*
* @package ilias-core
*/
define("ILIAS_VERSION", "4.4.8 2015-03-18");
define("ILIAS_VERSION_NUMERIC", "4.4.8"); // must be always x.y.z: x, y and z are numbers
define("ILIAS_VERSION", "4.4.9 2015-05-15");
define("ILIAS_VERSION_NUMERIC", "4.4.9"); // must be always x.y.z: x, y and z are numbers
?>
Loading

0 comments on commit 824ac80

Please sign in to comment.