* prepare for release
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@220320 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
74fd57e57b
commit
fd73be35c8
39
package.xml
39
package.xml
|
|
@ -24,23 +24,12 @@
|
|||
</maintainer>
|
||||
</maintainers>
|
||||
<release>
|
||||
<version>0.9.0</version>
|
||||
<date>2005-11-21</date>
|
||||
<version>0.9.1</version>
|
||||
<date>2006-09-21</date>
|
||||
<notes>
|
||||
New features:
|
||||
- adding new methods Format::setVAlign() and Format::setHAlign()
|
||||
- adding support for uncapitalized functions in formulas (ej: "=sum(B27:B31)")
|
||||
- adding support for different charsets with method Worksheet::setInputEncoding()
|
||||
- adding support for sheetnames longer than 31 chars when using setVersion(8).
|
||||
Bug fixes:
|
||||
- Fixed Bug #1796, wrong regular expression in _writeUrlInternal
|
||||
- Fixed Bug #2363, wrong export filename with spaces
|
||||
- Fixed Bug #2425, Error using writeFormula with Now() and TODAY()
|
||||
- Fixed Bug #2876, German Umlauts destroy sheet references
|
||||
- Fixed Bug #1706, Formulas refer to other Worksheets with "spezial" names don't work
|
||||
- Fixed Bug #2748, setMargins(), setHeader() and setFooter() work in excel but not in openoffice.
|
||||
- Fixed Bug #5698, preg_replace in _writeUrlInternal
|
||||
- Fixed Bug #2823, Inpropper results from writeUrl() method
|
||||
- Fixed Bug #6509, Object of class Spreadsheet_Excel_Writer_Format could not be converted to int (Christian Schmidt)
|
||||
- Fixed Bug #7840, Notices on default formats (Christian Schmidt)
|
||||
</notes>
|
||||
<deps>
|
||||
<dep type="pkg" rel="ge" version="0.5">OLE</dep>
|
||||
|
|
@ -163,5 +152,25 @@ $woorrkbook->setVersion(8);
|
|||
- Fixed bug #578, setVPageBreaks doesn't handle multiple value arrays (natel at tocquigny dot com)
|
||||
</notes>
|
||||
</release>
|
||||
<release>
|
||||
<version>0.9.0</version>
|
||||
<date>2005-11-21</date>
|
||||
<notes>
|
||||
New features:
|
||||
- adding new methods Format::setVAlign() and Format::setHAlign()
|
||||
- adding support for uncapitalized functions in formulas (ej: "=sum(B27:B31)")
|
||||
- adding support for different charsets with method Worksheet::setInputEncoding()
|
||||
- adding support for sheetnames longer than 31 chars when using setVersion(8).
|
||||
Bug fixes:
|
||||
- Fixed Bug #1796, wrong regular expression in _writeUrlInternal
|
||||
- Fixed Bug #2363, wrong export filename with spaces
|
||||
- Fixed Bug #2425, Error using writeFormula with Now() and TODAY()
|
||||
- Fixed Bug #2876, German Umlauts destroy sheet references
|
||||
- Fixed Bug #1706, Formulas refer to other Worksheets with "spezial" names don't work
|
||||
- Fixed Bug #2748, setMargins(), setHeader() and setFooter() work in excel but not in openoffice.
|
||||
- Fixed Bug #5698, preg_replace in _writeUrlInternal
|
||||
- Fixed Bug #2823, Inpropper results from writeUrl() method
|
||||
</notes>
|
||||
</release>
|
||||
</changelog>
|
||||
</package>
|
||||
|
|
|
|||
Loading…
Reference in New Issue