dev Wrapping up for release 0.9.2 beta

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@291365 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Carsten Schmitz 2009-11-27 23:43:24 +00:00
parent 0691506313
commit 0e7ae91250
1 changed files with 29 additions and 11 deletions

View File

@ -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. It currently supports the BIFF5 format (Excel 5.0), so functionality appeared in the latest Excel versions is not yet available.
</description> </description>
<lead>
<name>Carsten Schmitz</name>
<user>cschmitz</user>
<email>cschmitz@limesurvey.org</email>
<active>yes</active>
</lead>
<lead> <lead>
<name>Xavier Noguer</name> <name>Xavier Noguer</name>
<user>xnoguer</user> <user>xnoguer</user>
<email>xnoguer@php.net</email> <email>xnoguer@php.net</email>
<active>yes</active> <active>no</active>
</lead> </lead>
<developer>
<name>Franck Lefevre</name>
<user>progi1984</user>
<email>progi1984@gmail.com</email>
<active>yes</active>
</developer>
<developer> <developer>
<name>Mika Tuupola</name> <name>Mika Tuupola</name>
<user>tuupola</user> <user>tuupola</user>
<email>tuupola@appelsiini.net</email> <email>tuupola@appelsiini.net</email>
<active>yes</active> <active>no</active>
</developer> </developer>
<date>2009-08-08</date> <date>2009-11-28</date>
<version> <version>
<release>0.9.2</release><!-- last release was 0.9.1 --> <release>0.9.2</release><!-- last release was 0.9.1 -->
@ -40,14 +52,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license> <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
<notes> <notes>
- Fix Bug #10399: Fatal error when closing workbook with no worksheets. +Added feature: setTmpDir property for people that have openbase_dir. (dufuz)
- Fix Bug #2405: Text concat operator &amp; truncate formula [progi1984] -Fixed bug #14932: The name of the Workbook stream MUST be "Workbook", not "Book" (progi1984)
- Fix Bug #2261: Excel 2002 crashes when use write() with @ as -Fixed bug #10399: Fatal error when closing workbook with no worksheets. (cweiske)
first value of the text [progi1984] -Fixed bug #9511 Shared /tmp dir assumed (dufuz)
- Fix Bug #14932: The name of the Workbook stream MUST be "Workbook", not -Fixed bug #8701: Problems with the method setTextRotation() (progi1984)
"Book" [progi1984] -Fixed bug #6640: Illegal character for XML encoding of pear package (mj)
- Fix Bug #14587: tmpfile() used despite setTempDir() [sberg] -Fixed bug #2405: Text concat operator & truncate formula (progi1984)
- Fix Bug #8701: Problems with the method setTextRotation() [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)
</notes> </notes>
<contents> <contents>