update changelog, add a clean notes section for next release and add fixed bugs since last release

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@197025 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Helgi Þormar Þorbjörnsson 2005-09-27 07:47:18 +00:00
parent db20068031
commit 593af9f3bb
1 changed files with 19 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<package version="1.0"> <package version="1.0">
<name>Spreadsheet_Excel_Writer</name> <name>Spreadsheet_Excel_Writer</name>
<summary>Package for generating Excel spreadsheets</summary> <summary>Package for generating Excel spreadsheets</summary>
<description> Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP. <description> Spreadsheet_Excel_Writer was born as a porting of the Spreadsheet::WriteExcel Perl module to PHP.
It allows writing of Excel spreadsheets without the need for COM objects. It allows writing of Excel spreadsheets without the need for COM objects.
It supports formulas, images (BMP) and all kinds of formatting for text and cells. It supports formulas, images (BMP) and all kinds of formatting for text and cells.
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.
@ -24,16 +24,11 @@
</maintainer> </maintainer>
</maintainers> </maintainers>
<release> <release>
<version>0.8</version> <version>0.9.0</version>
<date>2004-06-22</date> <date>2005-?-?</date>
<notes> <notes>
New features:
- added hideScreenGridlines() (Paul Osman)
Bug fixes: Bug fixes:
- Fixed SST table (long strings) (Bernd Jaenichen) - Fixed Bug #1796 Wrong regular expression in _writeUrlInternal
- Fixed bug #1218, SST table (boucher dot stephane at free dot fr)
- Fixed bug #781, insertBitmap ignores row height
- Fixed bug #578, setVPageBreaks doesn't handle multiple value arrays (natel at tocquigny dot com)
</notes> </notes>
<deps> <deps>
<dep type="pkg" rel="ge" version="0.5">OLE</dep> <dep type="pkg" rel="ge" version="0.5">OLE</dep>
@ -59,9 +54,9 @@
<state>beta</state> <state>beta</state>
<date>2003-03-17</date> <date>2003-03-17</date>
<notes> <notes>
-added several formatting methods: setTextRotation(), setStrikeOut(), -added several formatting methods: setTextRotation(), setStrikeOut(),
setOutLine(), setShadow(), setScript(). setOutLine(), setShadow(), setScript().
-fixed bug in Workbook::sheets() (Björn Schotte). -fixed bug in Workbook::sheets() (Bj<EFBFBD>n Schotte).
-fixed range for references in formulas (Edward). -fixed range for references in formulas (Edward).
-added support for external references in formulas. -added support for external references in formulas.
-added support for comparisons in formulas. -added support for comparisons in formulas.
@ -142,5 +137,18 @@ $woorrkbook->setVersion(8);
- Fixed bug #415, typo in BIFF8 code (papercrane at reversefold dot com) - Fixed bug #415, typo in BIFF8 code (papercrane at reversefold dot com)
</notes> </notes>
</release> </release>
<release>
<version>0.8</version>
<date>2004-06-22</date>
<notes>
New features:
- added hideScreenGridlines() (Paul Osman)
Bug fixes:
- Fixed SST table (long strings) (Bernd Jaenichen)
- Fixed bug #1218, SST table (boucher dot stephane at free dot fr)
- Fixed bug #781, insertBitmap ignores row height
- Fixed bug #578, setVPageBreaks doesn't handle multiple value arrays (natel at tocquigny dot com)
</notes>
</release>
</changelog> </changelog>
</package> </package>