diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-05 11:31:12 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-05 11:31:12 +0200 |
commit | 8b4b2d207e8b1ff1a9ad13ace726ac7ff1510a29 (patch) | |
tree | 4ac979f9c7fdf81ee47e74431bece72a03e10250 /UPGRADING | |
parent | d142ca405301c88f9467ba2aa9534952d336095e (diff) | |
download | aurweb-8b4b2d207e8b1ff1a9ad13ace726ac7ff1510a29.tar.xz |
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 <archlinux@cryptocrack.de>
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------------------- |