From 362d49a796decc75bc7c6438110a63427563d4b1 Mon Sep 17 00:00:00 2001 From: canyonknight Date: Thu, 9 Aug 2012 21:15:48 -0400 Subject: Update docs to require Archive_Tar version greater than 1.3.7 Prior to version 1.3.8 of Archive_Tar, long filenames within a tar file would result in the filename being a shortened string of the fullname. This shortening would prevent the upload of any tar file having a filepath longer than 99 characters. Require AUR installations to use an update Archive_Tar version to avoid related issues Fixes FS#30472 Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index e0875d38..9318b711 100644 --- a/UPGRADING +++ b/UPGRADING @@ -13,6 +13,8 @@ ALTER TABLE Users ADD COLUMN PGPKey VARCHAR(40) NULL DEFAULT NULL; 2. Merge "web/lib/config.inc.php.proto" with "web/lib/config.inc.php". +3. Update Archive_Tar to version greater than 1.3.7. + From 1.9.0 to 1.9.1 ------------------- -- cgit v1.2.3-24-g4f1b