preparing for release 0.7

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@152579 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xavier Noguer Gallego 2004-02-27 22:37:25 +00:00
parent 16b043f461
commit 3ec4dce086
1 changed files with 27 additions and 14 deletions

View File

@ -24,25 +24,19 @@
</maintainer> </maintainer>
</maintainers> </maintainers>
<release> <release>
<version>0.6</version> <version>0.7</version>
<date>2003-11-15</date> <date>2004-02-27</date>
<notes> <notes>
New features: New features:
- allow semicolon as argument separator (Axel Pratzner) - allow setting temp dir other than default using setTempDir() (using OLE 5.0 for this).
- added experimental Excel97 generation. You can test it with setVersion(): - added setMerge() for merging (only for experimental Excel97 generation)
$workbook = new Spreadsheet_Excel_Writer('prueba_A.xls'); - added setCountry() method.
$workbook->setVersion(8); - added setLocked() method.
Beware! this method will be deprecated in a future release (when
Excel97 becomes the default). It is only available for testing
purposes. Use it at your own risk.
- strings longer than 255 bytes are now available using the experimental
Excel97 generation. But not all Excel97 features are available yet!
Bug fixes: Bug fixes:
- Fixed bug #225, error in writeUrl() (jamesn at tocquigny dot com) - Fixed bug #415, typo in BIFF8 code (papercrane at reversefold dot com)
- Fixed bug #59, retval undefined for writeRow() (Bertrand)
</notes> </notes>
<deps> <deps>
<dep type="pkg" rel="ge" version="0.3">OLE</dep> <dep type="pkg" rel="ge" version="0.5">OLE</dep>
</deps> </deps>
<state>beta</state> <state>beta</state>
<filelist> <filelist>
@ -116,5 +110,24 @@ $workbook->setVersion(8);
-fixed bug #21, cyrillic characters in sheet references (arhip at goldentele dot com) -fixed bug #21, cyrillic characters in sheet references (arhip at goldentele dot com)
</notes> </notes>
</release> </release>
<release>
<version>0.6</version>
<date>2003-11-15</date>
<notes>
New features:
- allow semicolon as argument separator (Axel Pratzner)
- added experimental Excel97 generation. You can test it with setVersion():
$woorrkbook = new Spreadsheet_Excel_Writer('prueba_A.xls');
$woorrkbook->setVersion(8);
Beware! this method will be deprecated in a future release (when
Excel97 becomes the default). It is only available for testing
purposes. Use it at your own risk.
- strings longer than 255 bytes are now available using the experimental
Excel97 generation. But not all Excel97 features are available yet!
Bug fixes:
- Fixed bug #225, error in writeUrl() (jamesn at tocquigny dot com)
- Fixed bug #59, retval undefined for writeRow() (Bertrand)
</notes>
</release>
</changelog> </changelog>
</package> </package>