From 8b4b2d207e8b1ff1a9ad13ace726ac7ff1510a29 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 5 Apr 2011 11:31:12 +0200 Subject: Remove File_Find PEAR module from code base. We removed the code depending on this a long time ago - drop it and add some note to "UPGRADING". Signed-off-by: Lukas Fleischer --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index e6590f04..f25d624f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -20,6 +20,9 @@ DELETE FROM Packages WHERE DummyPkg = 1; ALTER TABLE Packages DROP COLUMN DummyPkg; ---- +3. The File_Find PEAR module is no longer required. You can safely uninstall it +if nothing else depends on it. + From 1.8.0 to 1.8.1 ------------------- -- cgit v1.2.3-24-g4f1b