From 0e1e2baf9e84b07e26c32746a9d0e8ed943f4fab Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Fri, 27 Nov 2009 23:45:33 +0000 Subject: [PATCH] dev Wrapping up for release 0.9.2 beta - again git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@291366 c90b9560-bf6c-de11-be94-00142212c4b1 --- package.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 2cd5b92..de68732 100644 --- a/package.xml +++ b/package.xml @@ -58,9 +58,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> -Fixed bug #9511 Shared /tmp dir assumed (dufuz) -Fixed bug #8701: Problems with the method setTextRotation() (progi1984) -Fixed bug #6640: Illegal character for XML encoding of pear package (mj) --Fixed bug #2405: Text concat operator & truncate formula (progi1984) +-Fixed bug #2405: Text concat operator and truncate formula (progi1984) -Fixed bug #2261: Excel 2002 crashes when use write() with @ as first value of the text in behalf of progi1984 (cweiske) --Fixed bug #1572 & #2942 - Problems with files with over 200 row / or 30kb of filesize - patch originally by michal dot fapso at goldenboat dot net - tested and reviewed (alan_k) +-Fixed bug #1572 and #2942 - Problems with files with over 200 row / or 30kb of filesize - patch originally by michal dot fapso at goldenboat dot net - tested and reviewed (alan_k) -Fixed bug #1730 Wrong operand class used for A1:A2 (tuupola) -Fixed bug #608 Column guts always hidden, i.e. always displayed with zero height (dufuz) -Fixed bug: Proper codepage for BIFF8 (arnaud)