From 2ede9e38bff144d40bea9143e2749c9c3facb5cf Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Thu, 19 Jan 2017 17:28:38 +0100
Subject: [PATCH] Updating UPGRADE for 1.0.19

Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>
---
 contrib/docs/UPGRADE | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/contrib/docs/UPGRADE b/contrib/docs/UPGRADE
index 9f0803397..498267ef9 100644
--- a/contrib/docs/UPGRADE
+++ b/contrib/docs/UPGRADE
@@ -2500,6 +2500,41 @@ Checking your indexed attributes
 
 Check that all you index still match with valid attributes present in your ldap directory 
 
+Migrate FusionDirectory from 1.0.18 to 1.0.19
+=============================================
+
+Ubuntu 12.0.4 TLS users
+=======================
+
+Since 1.0.9.2 FusionDirectory need the php-cas library for CAS server support. This library can normally found in universe in the Ubuntu repositories 
+
+In case you did not find it, grab the deb from here and install it
+
+http://packages.ubuntu.com/trusty/all/php-cas/download
+
+and select your preferred mirror
+
+Upgrade FusionDirectory first
+=============================
+
+- Upgrade FusionDirectory core package before other ones to avoid dependencies errors:
+
+apt-get install fusiondirectory
+
+- Upgrade FusionDirectory schema package too.
+
+apt-get install fusiondirectory-schema
+
+Upgrade of LDAP directory
+=========================
+
+No upgrade
+
+Upgrade of LDAP directory
+=========================
+
+No Upgrade
+
 Enjoy :)
 
 ---
-- 
GitLab