diff --git a/package.xml b/package.xml
index 970b9f7..2cd5b92 100644
--- a/package.xml
+++ b/package.xml
@@ -13,20 +13,32 @@ http://pear.php.net/dtd/package-2.0.xsd">
It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available.
+
+ Carsten Schmitz
+ cschmitz
+ cschmitz@limesurvey.org
+ yes
+
Xavier Noguer
xnoguer
xnoguer@php.net
- yes
+ no
+
+ Franck Lefevre
+ progi1984
+ progi1984@gmail.com
+ yes
+
Mika Tuupola
tuupola
tuupola@appelsiini.net
- yes
+ no
- 2009-08-08
+ 2009-11-28
0.9.2
@@ -40,14 +52,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
LGPL
-- Fix Bug #10399: Fatal error when closing workbook with no worksheets.
-- Fix Bug #2405: Text concat operator & truncate formula [progi1984]
-- Fix Bug #2261: Excel 2002 crashes when use write() with @ as
- first value of the text [progi1984]
-- Fix Bug #14932: The name of the Workbook stream MUST be "Workbook", not
- "Book" [progi1984]
-- Fix Bug #14587: tmpfile() used despite setTempDir() [sberg]
-- Fix Bug #8701: Problems with the method setTextRotation() [progi1984]
++Added feature: setTmpDir property for people that have openbase_dir. (dufuz)
+-Fixed bug #14932: The name of the Workbook stream MUST be "Workbook", not "Book" (progi1984)
+-Fixed bug #10399: Fatal error when closing workbook with no worksheets. (cweiske)
+-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 #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 #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)
+-Fixed deprecated eregi function calls (cschmitz)
+-Fixed a huge number of wrong MIME types. UGH. (gwynne)