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

@ -24,16 +24,11 @@
</maintainer>
</maintainers>
<release>
<version>0.8</version>
<date>2004-06-22</date>
<version>0.9.0</version>
<date>2005-?-?</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)
- Fixed Bug #1796 Wrong regular expression in _writeUrlInternal
</notes>
<deps>
<dep type="pkg" rel="ge" version="0.5">OLE</dep>
@ -61,7 +56,7 @@
<notes>
-added several formatting methods: setTextRotation(), setStrikeOut(),
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).
-added support for external references 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)
</notes>
</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>
</package>