Zend_Gdata:
[zend.git] / NEWS.txt
blob70741a0b213759fa87ec6faa04aae0fb00f1cc2d
1 Zend Framework                                                             NEWS
2 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 =RELEASE 1.0.1 / 28-Jul-2007 / based on revision 5906 =
5 - Zend_Cache
6   ZF-1656 Using specific lifetime record for cache with infinite lifetime
7   ZF-1668 Memcached::save() is bombing with automaticCleaningFactor > 0
8 - Zend_Controller
9   ZF-1628 The encoding of Zend_Controller-QuickStart.xml is not correct in zh-doc
10 - Zend_Date
11   ZF-1215 Enable developers to create dates from date parts, and obtain date parts from dates.
12 - Zend_Db
13   ZF-1750 Make Db adapters return consistent datatype from lastInsertId()
14 - Zend_Db_Adapter_Mysqli
15   ZF-1778 Mysqli: Statement object cannot be reused
16   ZF-1780 Mysqli: cursors need to be closed
17 - Zend_Db_Select
18   ZF-1747 Schema param in join() is not passed to joinInner()
19 - Zend_Db_Statement
20   ZF-1716 Named parameters pattern does not match PDO
21   ZF-1732 Zend_Db_Statement_Pdo::getColumnMeta() - Missed argument
22 - Zend_Db_Table
23   ZF-1645 createRow() should omit identity columns from data
24   ZF-1696 Incorrect example code used for the 'where' clause in Zend_Db_Table
25   ZF-1697 Add documentation for "associative array" usage
26   ZF-1698 Add note warning about quoting strings in example code
27   ZF-1776 Custom row class is not being loaded when fetchAll() is called
28 - Zend_Gdata
29   ZF-1179 Posting an entry to Blogger
30   ZF-1618 Add support for the Apps provisioning API
31   ZF-1660 Typos in docs
32   ZF-1661 Incorrect license assigned to Spreadsheet-ClientLogin.php example script
33   ZF-1706 Add sample code for working with Blogger
34   ZF-1777 Extension_Who documentation typo: 'redable' -> 'readable'
35   ZF-1783 Add function to Zend_Gdata_App page through all feed results
36 - Zend_Locale
37   ZF-1717 Undefined index in Zend/Locale/Format.php
38 - Zend_Mail
39   ZF-1740 Uninitialized string offset in Protocol/Imap.php
40 - Zend_Pdf
41   ZF-1658 Strict Standards violation in Zend_Pdf_Filter
42 - Zend_Search_Lucene
43   ZF-1624 Stopword analyzer removes words from a query
44   ZF-1742 Current query parser implementation of stop-words processing support has a problem with boolean queries
45 - Zend_Service_Delicious
46   ZF-1699 Need a method for counting number of times an entry was bookmarked
47   ZF-1714 getUserPosts() defaults to retrieving zero posts if no count is specified
48 - Zend_Translate
49   ZF-1724 Gettext Adapter doesn´t work on (again)
50 - Zend_Validate_EmailAddress
51   ZF-1682 Typo in Zend_Validate_EmailAddress
52   ZF-1691 Zend_Validate_EmailAddress produces validation failure message when e-mail's localpart is quoted-string format
53 - Total of 33 issues resolved; for a detailed list, see the changelog
54   in the issue tracker at http://framework.zend.com/issues
56 =RELEASE 1.0.0 / 30-Jun-2007 / based on revision 5541 =
57 - Zend_Cache
58   ZF-1583 Zend_Cache_Backend_APC should be Zend_Cache_Backend_Apc
59   ZF-1606 Zend_Cache does not allow using ZendPlatform cache backend
60 - Zend_Controller
61   ZF-778  _redirect() needs to use absolute URIs?
62   ZF-1439 Request_Http Should check REDIRECT_URL before REQUEST_URI
63   ZF-1444 allow to set noController globally
64   ZF-1456 Incorrect behavior in ViewRenderer when exception is thrown
65   ZF-1485 Prevent unnecessary ViewRenderer instanciation
66   ZF-1493 default controller class is different from class for specific modules
67   ZF-1495 when useDefaultControllerAlways is true, a bad view can be selected
68   ZF-1503 ViewRenderer calls methods not in Zend_View_Interface
69   ZF-1553 ViewRenderer by postdispatch not disabled by invokeArgs setting
70   ZF-1571 Wrong method call in zend.controller.plugins.html examples
71   ZF-1572 Missing parameter in zend.controller.actionhelpers.html example code
72   ZF-1640 Wrong example in 7.5.5. Base URL and subdirectories
73   ZF-1642 Can't overwrite headers with setHeader
74   ZF-1643 Zend_Controller Unit Tests failing
75   ZF-1649 Plugin broker should attempt to catch plugin exceptions
76   ZF-1650 Add stack order to plugin broker
77   ZF-1654 ViewRenderer and finding view scripts
78 - Zend_Db
79   ZF-884  SQLite: result set contains correlation names in keys
80   ZF-1518 Silent failure from describeTable() when schema is wrong
81   ZF-1563 QuoteInto doesn't work with Sqlite
82 - Zend_Db_Adapter_Db2
83   ZF-1648 Fixed DB2 Util tests that get the schema used to qualify a name
84 - Zend_Db_Table
85   ZF-1634 The findParent<Class>By<Rule>() fails to extract the correct class
86   ZF-1625 Mistakes in Relationships code examples
87   ZF-1645 createRow() should omit identity columns from data
88 - Zend_Debug
89   ZF-1602 Data not in UTF-8 is stripped by htmlentities()
90 - Zend_Filter / Zend_Validate
91   ZF-1641 PCRE UTF-8 Support Unavailable on Some Platforms
92   ZF-1646 Cache result check for UTF-8 and Unicode support in PCRE
93 - Zend_Gdata
94   ZF-1644 Order of parameters in FeedLink and EntryLink is not optimal
95   ZF-1653 author and published-min/published-max missing from Gdata_Query
96 - Zend_Loader
97   ZF-1512 loadClass() fails when $dirs contains '.'
98 - Zend_Log
99   ZF-1627 Incorrect example in the manual for Zend_Log_Writer_Db
100 - Zend_Mail
101   ZF-1622 Safe-Mode Warning in Zend_Mail while sending mails with mail()
102 - Zend_Memory
103   ZF-1261 AccessController.php missing require_once for the class it implements
104 - Zend_Pdf
105   ZF-1657 Zend_Pdf_Filter interface violates coding standard
106 - Zend_Registry
107   ZF-1613 Zend_Registry::setClassName() should load specified class
108 - Zend_Search_Lucene
109   ZF-1561 Wrong returned result in comparison to Luke toolbox
110   ZF-1655 Common_TextNum analyzer skips zeroz, 8 and 9
111 - Zend_Session
112   ZF-1610 Zend_Session::rememberMe() can not modify the session cookie lifetime
113 - Zend_Translate
114   ZF-1635 Wrong translate() and isTranslated() translation check
115   ZF-1647 Typo in Zend_Translate documentation
116 - Zend_View
117   ZF-1542 FormLabel View Helper silently ignores third parameter
118   ZF-1568 Zend_View_Helper_FormCheckbox values
119 - Zend_XmlRpc_Client
120   ZF-1566 Class 'Zend_Xml_Rpc_Value_Exception' not found
121   ZF-1637 fatal error if server does not return a response
122 - Total of 46 issues resolved; for a detailed list, see the changelog
123   in the issue tracker at http://framework.zend.com/issues
125 =RELEASE 1.0.0RC3 / 22-Jun-2007 / based on revision 5437 =
126 This release resolves the following issues:
127 - Zend_Controller
128   ZF-1392 useDefaultControllerAlways : default module renamed to Default !
129   ZF-1439 Should check REDIRECT_URL before REQUEST_URI
130   ZF-1447 Error in examples for section 7.10.5.1.1. and 7.10.5.1.3.
131   ZF-1448 Dispatcher/Exception.php is not included before throwing Exception
132   ZF-1460 Redirector::setGotoUrl ignores prependBase
133   ZF-1473 Redirector::gotoUrlAndExit's second argument has invalid default
134   ZF-1478 Zend_Controller_Front::addModuleDirectory() should ignore ".svn"
135   ZF-1486 FlashMessenger incorrect use of own functions
136   ZF-1494 Doc mistake for useGlobalDefault parameter
137   ZF-1502 setHttpResponseCode() set $this->_isRedirect incorrectly
138   ZF-1514 ViewRenderer passes incorrect default prefix to Zend_View_Abstract
139   ZF-1520 HelperBroker lacks a method to return all registered helpes
140   ZF-1535 FlashMessenger lacks a method to clear all messages
141 - Zend_Date
142   ZF-1537 Zend_Date_Cities bug for throw exception
143 - Zend_Db
144   ZF-1210 Deprecate Zend_Db_Inflector methods
145   ZF-1401 Improve code coverage by Zend_Db_Statement tests
146   ZF-1413 MSSQL Adapter Small bug on _dsn function
147   ZF-1532 MSSQL: support dblib and sybase DSN prefixes
148   ZF-1569 Zend_Db_Select_Exception Include missing
149 - Zend_Db_Adapter_Db2
150   ZF-1500 Add quote character to escaped string in DB2 Adapter
151   ZF-1558 DB2: statement columnCount() passes test
152 - Zend_Db_Adapter_Mysqli
153   ZF-1562 describeTable error about int/tinyint
154 - Zend_Db_Profiler
155   ZF-1517 Db Profiler doesn't work with prepared statements
156   ZF-1578 Report query parameters in query profile
157 - Zend_Db_Select
158   ZF-1548 Select Object should obey auto quoting property
159 - Zend_Db_Table
160   ZF-1522 Zend_Table_Row findManyToManyRowset does not load RowsetClass
161 - Zend_Filter / Zend_Validate
162   ZF-1235 Zend_Filter_StripTags needs support to allow html comments
163   ZF-1488 Document Zend_Filter and Zend_Validate classes
164   ZF-1534 Allow whitespaces when filtering with Alnum or Alpha.
165 - Zend_Filter_Input
166   ZF-1469 Define default value for missing fields
167   ZF-1536 Zend_Filter_Input should have an isValid() method
168   ZF-1551 Reporting known field as unknown
169   ZF-1609 Typo error
170 - Zend_Gdata
171   ZF-1445 Zend_Gdata_Spreadsheets_CellFeedTest failing
172   ZF-1525 x-http-method-override is not removed for subsequent requests
173   ZF-1526 Zend_Gdata_App - Cookies being set incorrectly
174   ZF-1527 Redirects being performed incorrectly in Zend_Gdata_App
175   ZF-1528 Zend_Gdata_App_HttpException used before it's loaded
176   ZF-1529 Zend_Gdata_Extension_Reminder sets the wrong values
177   ZF-1530 Zend_Gdata_Extension_Where has bad ordering of constructor params
178   ZF-1538 Invalid require for InvalidArgumentException in Zend_Gdata_Calendar
179   ZF-1539 Add example of creating a web content entry to Calendar demo
180   ZF-1540 Typo in Zend_Gdata_Calendar_EventEntry::getDOM()
181   ZF-1560 Zend_Gdata_App_Util::formatTimestamp strips timezone offset
182   ZF-1585 Calendar/LinkTest and Calendar/WebContentTest not verifying properly
183   ZF-1589 "Property does not exist" error message contains an extra space
184   ZF-1591 OriginalEvent does not support 'when' child element
185   ZF-1592 need to test against sample data for extension attributes/elements
186   ZF-1593 Add unit tests for Zend_Gdata_Extension classes
187   ZF-1595 Undefined DOMAttr::$valueString in Zend/Gdata/Extension/When.php:105
188   ZF-1596 Undefined DOMAttr::$valueString in Zend/Gdata/Extension/Where.php:78
189   ZF-1597 Zend_Gdata_Extension_Who does not properly recognize entryLink
190   ZF-1604 test new formatTimestamp() functionality
191   ZF-1607 Fix capitalization of "eventFeed" in Zend_Gdata_CalendarEventTest
192   ZF-1612 AccessLevel::getValue has wrong return type
193 - Zend_Http_Client
194   ZF-1557 Unsetting headers requires case-sensitive header
195 - Zend_Loader
196   ZF-1511 registerAutoload() registers parent loader
197 - Zend_Locale
198   ZF-1479 ::toNumber() returns wrong value
199   ZF-1567 Zend/Locale.php - getQuestion() bug
200   ZF-1575 fault in toNumber() when using precision and number_format
201   ZF-1576 toFloat() rounds the return value
202   ZF-1605 Small typo in Example 18.9 for Zend_Locale functions documentation
203 - Zend_Pdf
204   ZF-1559 Zend_Pdf leaks memory
205   ZF-1611 embedded TTF font can't be reused with another PDF
206 - Zend_Service_Amazon
207   ZF-1564 Zend_Service_Amazon - very limited functionality or bug ?
208 - Zend_Service_Delicious
209   ZF-1418 withTag(s) not documented
210 - Zend_Service_StrikeIron
211   ZF-1521 Fatal error: Class 'SoapHeader' not found
212 - Zend_Translate
213   ZF-1531 Zend_Translate_Adapter_Tmx - Wrong languages inclusion
214   ZF-1533 typo in manual
215   ZF-1580 Zend_TranslateTest tests failing
216 - Zend_Validate
217   ZF-1453 Validator for Alpha and Alnum that permits whitespace
218   ZF-1600 Strict Error in Zend_Validate_Abstract class on line 93
219 - Zend_View
220   ZF-1481 Zend_View_Exception for non existent scripts should be more clear
221 - Zend_XmlRpc_Client
222   ZF-1364 Zend_XmlRpc_Client forces faultCode and faultString on response
223 - Total of 75 issues resolved; for a detailed list, see the changelog
224   in the issue tracker at http://framework.zend.com/issues
226 =RELEASE 1.0.0RC2 / 07-Jun-2007 / based on revision 5189 =
227 Known issues:
228 - Zend_Gdata has new usage, and existing application may need adjustment
229 - Zend_Controller has new usage regarding the ViewRenderer helper; see docs
230 This release resolves the following issues:
231 - Documentation
232   ZF-860  Wiki manual - Change script to work with xincludes
233   ZF-1133 Wikification does not support BOLD ?
234 - Zend_Config
235   ZF-1461 Deprecated method Zend_Config::toArray() still in use
236 - Zend_Db
237   ZF-1440 Binding parameters and results to PHP variables is broken
238   ZF-1474 Configuration option for identifier quoting
239 - Zend_Db_Adapter_Mysqli
240   ZF-1501 Error in listTables() in MySQLi adapter if no table exists
241 - Zend_Db_Select
242   ZF-1135 Zend_Db_Select does not preserve column order as specified
243   ZF-1510 Document use of empty array() in the from() method
244 - Zend_Db_Table
245   ZF-276  Table: fetchAll("","name") with blank string throw exception
246   ZF-1458 Zend_Db_Table throws notice on table wthout primary key
247   ZF-1464 findManyToManyRowset: rows behave as new records
248 - Zend_Feed
249   ZF-1228 correct class names
250 - Zend_Filter
251   ZF-1250 Zend_Filter_StringToLower to be encoding aware if capable
252   ZF-1483 Zend_Filter_Alpha has problems with utf8 strings
253   ZF-1496 Zend_Filter_StringToUpper
254 - Zend_Filter_Input
255   ZF-1450 Manual describes getInvalid(), but method is not implemented
256   ZF-1451 getMessages() should return both missing and invalid messages
257   ZF-1470 Better Exception Message loading filters/validators
258 - Zend_Gdata
259   ZF-1441 Zend_Gdata_AppTest failing
260   ZF-1487 Zend/Gdata/Spreadsheets not exists
261 - Zend_Loader
262   ZF-1388 Suppress warnings when calling is_readable()
263 - Zend_Locale
264   ZF-1467 isEqual() does not exist
265 - Zend_Mail
266   ZF-980  Zend_Mail Should Allow Users to Specifiy MIME Part Parameters
267   ZF-1189 Mime.php encodeQuotedPrintable - does not encode whitespace to '=20'
268   ZF-1393 Zend_Mail - 20.6. Attachments > false method addAttachment() used
269 - Zend_Pdf
270   ZF-1342 Unit tests should be extended to get necessary code coverage
271   ZF-1472 PNG image processing causes a error
272 - Zend_Search_Lucene
273   ZF-1432 Indexing for 2 documents produces invalid search results.
274   ZF-1471 Zend_Search_Lucene::open() throws fatal error if index does not exist
275   ZF-1492 Search result becomes invalid if index object goes out of scope
276 - Zend_Service_Audioscrobbler
277   ZF-1436 Unit test failure with invalid URI
278 - Zend_Service_StrikeIron
279   New web service component
280 - Zend_Translate
281   ZF-1408 testIsTranslated(Zend_Translate_TmxTest) failing
282   ZF-1482 Gettext adapter doesn't work on 64 bit computer
283 - Zend_Uri
284   ZF-1452 Support successive slash characters in URI path
285   ZF-1454 Zend_Http_Client_StaticTest failing
286 - Zend_Validate
287   ZF-1484 Zend_Validate_LessThan failure message has missing value
288   ZF-1489 Update manual for Zend_Validate-WritingValidators.xml
289   ZF-1513 Validate classes incorrectly pass empty strings
290 - Zend_Version
291   ZF-1449 Wrong version number in Zend_Version
292   ZF-1455 Zend_VersionTest failing
293 - Total of 41 issues resolved; for a detailed list, see the changelog
294   in the issue tracker at http://framework.zend.com/issues
296 =RELEASE 1.0.0RC1 / 28-May-2007 / based on revision 5029 =
297 Known issues:
298 - Binding parameters and results to PHP variables is broken (ZF-1440)
299 - Zend_Gdata has new usage, and existing application may need adjustment
300 - Zend_Controller has new usage regarding the ViewRenderer helper; see docs
301 This release resolves the following issues:
302 - Zend_Console_Getopt
303   ZF-1420 Zend_Console_Getopt::__isset() fails if aliases used
304 - Zend_Controller
305   ZF-1125 Zend_Controller_Route_Module::match()
306   ZF-1312 Use getRequest(), getResponse() in front controller
307   ZF-1330 Zend_Controller default ErrorHandler plugin
308   ZF-1346 Zend_Controller_Action's View Integration lacks filename normalization
309   ZF-1347 Zend_Controller_Action_Helper_Redirector::setGoto dosn't use baseUrl
310   ZF-1352 Hard coded default module name
311   ZF-1354 Zend_Controller_Action lacks view dependency injection
312   ZF-1355 Zend_Controller_Action_Helper_Url doesn't implement Zend_Controller_Action_Helper_Interface
313   ZF-1357 Fatal Error in Zend_Controller_Action_Helper_Url::direct ()
314   ZF-1389 Improve plugin accessors
315   ZF-1407 Zend_Controller_Action_HelperBroker:: _loadHelper fails to load custom helper
316   ZF-1415 Module route always prepends 'default' in assemble() method
317   ZF-1431 ViewRenderer does not load Zend_View before instantiating it
318   ZF-1435 default noController value for ViewRenderer::direct()
319 - Zend_Date
320   ZF-1366 mktime() parses wrong hour value
321   ZF-1384 addMonths() calculates incorrect date
322   ZF-1422 Zend_Date::setWeekday() wrong results
323 - Zend_Db
324   ZF-285  PDO: Allow definition of attributes to pass to the PDO object
325   ZF-499  Oracle: lastInsertId throws an exception
326   ZF-1093 MS SQL Server: use QUOTED_IDENTIFIER
327   ZF-1153 Problem with schema using Zend_Db_Adapter_Pdo_Pgsql
328   ZF-1187 Support port in MySQL adapters
329   ZF-1271 MS SQL Server: support alternate case mappings in describeTable()
330   ZF-1289 Zend_Db_Adapter_Abstract::query() doesn't check result execute()
331   ZF-1360 MS SQL Server: multiple bugs in describeTable() method
332   ZF-1371 Discover auto-increment attribute in describeTable()
333   ZF-1380 Pdo_Mysql adapter tests not runnable on case-sensitive filesystems.
334   ZF-1383 Inconsistent exceptions thrown across adapter query() methods
335   ZF-1391 Logical error in SQL of Zend_Db_Adapter_Pdo_Oci::describeTable()
336   ZF-1400 Provide Zend_Db_Statement documentation
337   ZF-1404 PostgreSQL: DROP IF EXISTS syntax not supported prior to 8.2
338   ZF-1410 Statement::fetchAll() method fails on fetch style FETCH_COLUMN
339   ZF-1425 PDO: prepare() return object extending Zend_Db_Statement_Interface
340   ZF-1426 Rewrite Zend_Db_Adapter manual section
341   ZF-1427 Implement Adapter option for case-folding identifiers in result sets
342 - Zend_Db_Adapter_Mysqli
343   ZF-1234 SQL Statement Prepared on every execute.
344 - Zend_Db_Adapter_Oracle
345   ZF-812  Oracle: Zend_Db_Statement_Oracle->fetchAll() returns wrong format
346   ZF-1226 Zend_Db_Adapter_Abstract::insert() does not work properly in Oracle
347 - Zend_Db_Table
348   ZF-1134 Allow schema name to be specified in options of Zend_Db_Table
349   ZF-1286 Sync database schema used in manual, unit tests
350   ZF-1333 Unit tests for cascading update functionality
351   ZF-1374 Support registry key to name Table default cache and adapter
352   ZF-1390 PHP Notice in _setupPrimaryKey() when table primary key is defined
353   ZF-1402 Schema not in select statements
354 - Zend_Filter/Zend_Validate
355   ZF-1331 Allow user-definable Zend_Validate messages
356   ZF-1434 Static methods Zend_Validate::is() and Zend_Filter::get()
357 - Zend_Filter_Input
358   ZF-1367 Zend_Filter_Input class for processing input data
359   ZF-1437 Bug validating fields as presence=>required, allowEmpty=>false
360   ZF-1438 Option for user-defined message for missing and empty fields
361 - Zend_Gdata
362   ZF-763  Gdata doc should explain how to update entries.
363   ZF-1363 parse error in Zend_Gdata_App_Util
364 - Zend_Http_Client
365   ZF-1369 Zend HTTP client error on SSL socket connect
366 - Zend_Locale
367   ZF-1284 Zend_Locale Unit Tests failing
368 - Zend_Mail
369   ZF-1358 Fixing RFC-violation in Zend_Mail_Protocol_Pop3
370   ZF-1377 Microsoft ESMTP responds with 220 instead of 250 to RSET
371 - Zend_Memory
372   ZF-1419 Missing links for Zend_Memory manual online
373 - Zend_Pdf
374   ZF-16   Add instructions for Zend_Pdf_Color_HTML
375   ZF-1040 Adobe Reader: The font ... contains bad /Flags.
376   ZF-1294 Zend_Pdf_Color_Html::namedColor() is case sensitive
377   ZF-1361 Zend_Pdf_ImageFactory invalid name/location
378 - Zend_Search_Lucene
379   ZF-1262 CaseInsensitive.php missing require_once for the class it extends
380   ZF-1263 DocumentWriter.php missing require_once for the class it extends
381   ZF-1264 Default.php missing require_once for the class it extends
382   ZF-1350 testUtf8(Zend_Search_Lucene_AnalysisTest) failing
383   ZF-1351 testUtf8Num(Zend_Search_Lucene_AnalysisTest) failing
384   ZF-1365 Zend_Search_Lucene::close() not setting or checking the $_close flag
385   ZF-1376 Error in sample code of section 27.3.1.1 - Query Parsing
386   ZF-1379 Refer to correct Luke and Apache Lucene version
387   ZF-1394 Large result sets optimization
388   ZF-1421 Indexing (text analyzing) performance improved
389 - Zend_Service_Amazon
390   ZF-1302 loadXML() warning in Zend_Service_Amazon unit test
391   ZF-1305 Zend_Service_Amazon_OfflineTest failure
392 - Zend_Service_Audioscrobbler
393   ZF-1409 Zend_Service_Audioscrobbler unit test failure and PHP warnings
394 - Zend_Service_Yahoo
395   ZF-1303 Zend_Service_Yahoo_OnlineTest failure
396   ZF-1405 Zend_Service_Yahoo online tests enabled by default
397 - Zend_Session
398   ZF-1325 "Unwritable session.save_path" when using defaults
399   ZF-1359 Zend_Session unit test errors
400 - Zend_Translate
401   ZF-1348 Add a isTranslated() method
402   ZF-1381 csv adapter bug with end of line
403 - Zend_View
404   ZF-1141 FormLabel() helper
405   ZF-1203 34.4.1. Initial Helpers is false
406   ZF-1246 Helper documentation is unclear
407   ZF-1339 View Helpers to inherit escape function and text encoding from view
408   ZF-1353 Zend_View has inconsistent add/set behavior.
409   ZF-1396 parse error in Zend_View_Helper_FormButton
410 - Zend_XmlRpc_Client
411   ZF-1267 String.php missing require_once for the class it extends
412   ZF-1386 Zend_Xmlrpc_Client neglects parameter $httpClient in __construct
413   ZF-1411 Bug in ISO8601 datetime
414   ZF-1412 Type issues in Zend/Xmlrpc/Request.php
415 - Total of 90 issues resolved; for a detailed list, see the changelog
416   in the issue tracker at http://framework.zend.com/issues
418 =RELEASE 0.9.3 / 04-May-2007 / based on revision 4727 =
419 This release resolves the following issues:
420   ZF-1340 Update Zend Introduction documentation
421   ZF-1288 Remove deprecated class Zend.php
422 - Zend_Auth
423   ZF-1148 Zend_Auth_Adapter_DbTable getResultRowObject logic error
424 - Zend_Cache
425   ZF-1256 Zend/Cache/Backend/ZendPlatform.php missing require_once
426   ZF-1278 small typo in manual
427   ZF-1329 Small typo in Zend_Cache_Backend_Memcached options.
428 - Zend_Config
429   ZF-1272 Docblock of __construct from Zend_Config_Ini is incomplete
430 - Zend_Controller
431   ZF-1159 route matching part of uri optimization
432   ZF-1201 Generate url in _redirect as Zend_View_Helper_Url or _forward
433   ZF-1211 Notice in Zend/Controller/Router/Route.php
434   ZF-1217 Notices when running Zend_Controller_Router tests
435   ZF-1230 Zend_Controller_Router_Route - URI_DELIMITER as const is limiting
436   ZF-1239 Update Rewrite Router docs to reflect current usage
437   ZF-1251 Zend_Controller_Plugin does not allow postDispatch notification
438   ZF-1281 dispatch() does not render Zend_Controller_Response's exceptions
439   ZF-1291 module "default" not a valid module name but is the default module
440   ZF-1297 Zend_Controller plugins documentation error
441   ZF-1300 Wrong comparison with module/controller/action name
442   ZF-1321 Zend_Controller_Router_Route_Module::assemble() ignores parameter
443   ZF-1323 Zend_Controller_Response doc: $response->sendOutput() doesn't exist
444   ZF-1332 Zend_Controller_Route_Regex assemble working incorrectly
445   ZF-1344 Undefined variable: response, in ...\Action\Helper\Redirector.php
446 - Zend_Date
447   ZF-1176 addMonth() produces unexpected results (caused by DST adjustment...)
448   ZF-1238 Docs: Change Zend_Date::MONTH_DIGIT to Zend_Date::MONTH_SHORT
449   ZF-1317 Unit tests for Zend_Date are slow
450 - Zend_Db
451   ZF-1060 Some Zend_Db classes do not load Zend_Db class dependency
452   ZF-1204 Support array for $where parameter of update() and delete()
453   ZF-1223 parse error in Zend_Db_Statement_Db2
454   ZF-1229 Examples of multiple terms in WHERE clauses
455   ZF-1268 PDO: support alternate case mappings in describeTable()
456   ZF-1304 Zend_Db_Adapter_StaticTest failures
457   ZF-1311 PDO_OCI: Support connection params in tnsnames.ora
458 - Zend_Db_Adapter_Mysqli
459   ZF-1162 Mysqli driver is handling transactions incorrectly
460 - Zend_Db_Adapter_Oracle
461   ZF-1244 Oracle: describeTable() TABLESPACE_NAME Problem
462 - Zend_Db_Profiler
463   ZF-1299 Unit tests for Profiler
464 - Zend_Db_Table
465   ZF-37   Support multi-column primary keys in Zend_Db_Table
466   ZF-78   PostgreSQL: Zend_Db_Table insert problems with last_insert_id
467   ZF-191  Allow setting primary key values when creating/updating rows
468   ZF-858  Zend_Db_Table should cache metadata
469   ZF-859  Zend_Db_Table_Row should UPDATE only columns that have been changed
470   ZF-1113 Chapter 9.4.7. "Finding Rows by Primary Key" is incorrect
471   ZF-1131 Fluent interface for Row->setFromArray() method
472   ZF-1140 Support sequences and natural keys on insert()
473   ZF-1166 Rewrite Zend_Db_Table_Row/Rowset manual sections
474   ZF-1185 Table relationships methods return standard Row/Rowset, not custom
475   ZF-1221 Improve Zend_Db_Table_Abstract::fetchRow() docblock for IDE support
476   ZF-1224 wrong array key in Zend_Db_Table_Abstract comment
477   ZF-1270 Error on deleting row with cascading delete
478   ZF-1287 Document Zend_Db_Table_Rowset countable interface
479   ZF-1293 Zend_Db_Table_Rowset_Abstract::exists() is unrelated to Countable
480   ZF-1296 Row and Rowset to provide getTable()
481   ZF-1320 Rowset::current() should return null instead of an error
482   ZF-1334 Remove redundant database query in Zend_Db_Table_Row_Abstract
483   ZF-1336 Change Table::fetchNew() method to createRow(), deprecate fetchNew()
484   ZF-1341 Support _postInsert, _postUpdate, _postDelete hooks for Row
485 - Zend_Gdata
486   ZF-1258 Zend/Gdata/CodeSearch.php missing require_once
487   ZF-1259 Zend/Gdata/Spreadsheets.php missing require_once
488 - Zend_Locale
489   ZF-772  API method name improvement: toNumberSystem() => convertNumerals()
490 - Zend_Log
491   ZF-1220 Stream class used in doc example where Db class should be used
492   ZF-1240 Implement a method to close resources in Zend_Log writers
493   ZF-1242 Mistake in Zend_Log_Formatter code example
494 - Zend_Mail / Zend_Mime
495   ZF-1120 Infinite loop in Zend_Mime::encodeQuotedPrintable
496   ZF-1193 Failure in Zend_Mail_MessageTest::testMultipleHeader()
497   ZF-1236 timeout in Zend/Mime.php
498   ZF-1252 Imap: delete message
499 - Zend_Pdf
500   ZF-12   Reduce memory footprint of Zend_Pdf streams
501   ZF-1316 Reduce memory footprint of Zend_Pdf for PDF parsing and rendering
502   ZF-1342 Unit tests should be extended to get necessary code coverage
503 - Zend_Search_Lucene
504   ZF-1161 Zend_Search_Lucene unit tests
505 - Zend_Service_Amazon
506   ZF-1283 Zend_Service_Amazon_OfflineTest Unit Tests Failing
507 - Zend_Service_Delicious
508   ZF-1265 Zend/Service/Delicious/Post.php missing require_once
509 - Zend_Service_Yahoo
510   ZF-371  Unit Test Coverage to 90%
511   ZF-1255 Zend_Service_Yahoo_NewsResultSet should require_once its parent class
512 - Zend_Session
513   ZF-1247 Zend/Session/Exception.php missing require_once
514   ZF-1337 Zend_Session_Namespace does not load its dependencies
515 - Zend_Translate
516   ZF-1208 way to escape ";" in Csv Adapter
517   ZF-1319 Zend Translate csv files not correctly interpreted
518 - Zend_Uri
519   ZF-1326 Zend_Uri_Http does not validate URIs with '[' or ']' in query string
520 - Zend_Validate
521   ZF-1074 Zend_Validate Unit Tests failing
522 - Zend_XmlRpc_Server
523   ZF-1227 Mistake into phpdoc of Zend_XmlRpcServer
524 - Total of 80 issues resolved; for a detailed list, see the changelog
525   in the issue tracker at http://framework.zend.com/issues
527 =RELEASE 0.9.2 / 06-Apr-2007 / based on revision 4421 =
528 This release resolves the following issues:
529 - Zend_Acl
530     ZF-1157 Documentation typo in first example code listing
531     ZF-1165 bug in code example for "Multiple inheritance between Roles"
532     ZF-1168 Documentation clarification: 'Zend_Acl is a "whitelist" implementation...'
533 - Zend_Auth
534     ZF-1169 Password checking for HTTP Basic authentication broken
535     ZF-1170 Update HTTP Authentication adapter to use new Result codes
536     ZF-1171 NonPersistent Storage class for Zend_Auth
537     ZF-1205 Fix class prefix in Zend_Auth_Storage_NonPersistent
538 - Zend_Config
539     ZF-1070 Example code supplied in 7.4.3.9. Using Zend_Config with the RewriteRouter
540     ZF-1152 Inconsistent method names - asArray() and toArray()
541 - Zend_Controller
542     ZF-936  Additional accessors for Zend_View
543     ZF-1069 Example code supplied in Static Routes
544     ZF-1091 Add isXmlHttpRequest() to Zend_Controller_Request_Http
545     ZF-1097 [Zend][Controller][Action] unsetParam() and some suggestions
546     ZF-1122 Zend_Controller_Response_Abstract::insert() - inserts incorrectly when $before flag is 'true'
547     ZF-1130 view suffix overridden when extending Zend_Controller_Action :: initView
548     ZF-1138 clearBody() does not yet permit clearing named segments
549     ZF-1151 FrontControllers phpDocs typing error. Makes code completion difficult for IDEs.
550     ZF-1160 Refactor Zend_Controller_Action::render for easier extendability
551     ZF-1197 Route::assemble should strip right side URL parts which are equal to defaults
552 - Zend_Date
553     ZF-1067 Zend_Date::isDate() or Zend_Date::checkDate()
554 - Zend_Db
555     ZF-900  Zend_Db_Expr: class to hold fragments of SQL
556     ZF-1044 Clarify argument lists of insert(), update() and delete()
557     ZF-1137 Zend_Db (PDO_MYSQL) Exception does not contain "code"
558     ZF-1143 Comments in Sqlite.php and Pgsql.php refer to MySQL
559     ZF-1149 Problem with describeTable method in Zend_Db_Adapter_Pdo_Pgsql
560     ZF-1181 Correct @return in docblock of Zend_Db_Table_Rowset_Abstract::current()
561     ZF-1195 Add closeConnection() method to Zend_Db_Adapter_Abstract
562 - Zend_Db_Adapter_Mysqli
563     ZF-1188 Fix describeTable() and listTables() on MySQL 4.1 with Mysqli Adapter
564 - Zend_Db_Select
565     ZF-1121 warning when using Zend_Db_Expr in order()
566     ZF-1158 Erroneous syntax in example
567 - Zend_Db_Table
568     ZF-1129 Correct logic in Zend_Db_Table_Row_Abstract::_prepareReference()
569     ZF-1202 Docblock mistake for Zend/Db/Table/Abstract.php::insert()
570     ZF-1214 Support a hook for column name transformations in Zend_Db_Table_Row
571 - Zend_Feed
572     ZF-1327 Zend_Feed::findFeeds() simplexml attribute error
573 - Zend_Http_Response
574     ZF-1155 enable responseCodeAsText() to return the list of codes
575 - Zend_Loader
576     ZF-952  Remove deprecated method Zend::exception()
577     ZF-981  Add autoload() method to Zend_Loader class
578     ZF-1164 Support registerAutoload() for classes extending Zend_Loader
579     ZF-1174 loadClass(): include_path is ignored if $dirs argument is non-null
580 - Zend_Locale
581     ZF-1065 New setOptions('date_format' => ...) created a conflict with using the default format for a locale.
582 - Zend_Log
583     ZF-270  Trying to log to multiple loggers raises exeption
584     ZF-280  add more predefined field, like %date%
585     ZF-282  add method debug(), info() for supplement to log()
586     ZF-368  Unit Tests for Zend_Log
587     ZF-401  Support output of log levels as string or as integer
588     ZF-1212 Move new object-oriented design of Zend_Log from incubator to core
589 - Zend_Mail / Zend_Mime
590     ZF-264  Quoted Printable Problems
591     ZF-328  Zend_Mail / Zend_Mime does not allow use of 'Content-type: multipart/related'
592     ZF-564  Add fluent interfaces to Zend_Mail
593     ZF-638  setBodyText and getBodyText not being reciprocal
594     ZF-924  Zend_Mail Unit Tests failing
595 - Zend_Memory
596     ZF-1207 Move to Core
597 - Zend_Pdf
598     ZF-990  Incorrect class names for Zend/Pdf/Resource/Image*
599 - Zend_Search_Lucene
600     ZF-915 index corrupt while optimizeing
601     ZF-1115 Boolean expression error
602     ZF-1145 Boolean expression error
603     ZF-1150 Index reopening fails if it's used within one script execution.
604 - Zend_Server_Reflection
605     ZF-1111 Example usage code in Zend_Server_Reflection is confusing
606 - Zend_Service_Amazon
607     ZF-77   Sort does not work for itemSearch()
608     ZF-82   Service_Amazon_Item doesn't return valid information about Tracks.
609     ZF-369  Unit Test Coverage to 90%
610     ZF-622  Incomplete parameter support in itemLookup()
611     ZF-847  Typo in Example: "Search Amazon Using the Traditional API"
612     ZF-850  Misleading internal use of foreach in Zend_Service_Amazon_Item::__construct()
613     ZF-1008 Cannot search by Artist
614     ZF-1118 Problems with Offers and OfferSummary
615 - Zend_Service_Flickr
616     ZF-114  Support extra information identified by names with underscores
617     ZF-370  Unit Test Coverage to 90%
618     ZF-997  Support full set of available search options
619     ZF-1177 Multiple requests produce unexpected results due to persistent HTTP client GET parameters
620 - Zend_Soap_Server
621     ZF-1315 Small typo when invoking a function
622 - Zend_Uri
623     ZF-893  Notice when running Unit Tests
624 - Zend_View
625     ZF-780  Setting 'id' attribute for HelperCheckbox and HelperRadio doesn't work
626     ZF-914  Zend_View_Helper_HtmlList incorrectly renders nested lists
627     ZF-1062 Zend_View::init()
628     ZF-1104 Zend_View::setBasePath() improvement
629     ZF-1128 Add fluency to 'assign' method
630     ZF-1136 Zend_View Helpers to be optionally view aware
631     ZF-1142 Allow reporting of an error when mispelled view variables are used.
632     ZF-1146 View Helper ReadOnly behavior transforms type="text" to type="hidden"
633     ZF-1186 Zend_View_Smarty returns wrong value in __isset() method
634     ZF-1192 Failures and errors in Zend_View unit tests
635 - Zend_XmlRpc_Client
636     ZF-841  RPC demo broken
637 - Total of 84 issues resolved; for a detailed list, see the changelog
638   in the issue tracker at http://framework.zend.com/issues
640 =RELEASE 0.9.1 / 23-Mar-2007 / based on revision 4224 =
641 This release resolves the following issues:
642 - Zend_Loader
643     ZF-1089 Document Zend_Loader::autoload()
644 - Zend_Auth
645     ZF-1087 Zend_Auth - documentation updates and additions
646     ZF-1088 Support simple distinction between authentication failure types
647 - Zend_Controller
648     ZF-1012 getControllerDirectory method in the Standard Dispatcher
649     ZF-1020 session_write_close & Zend_Session
650     ZF-1047 Dispatcher's getControllerDirectory is looking for modules in a wrong place
651     ZF-1081 Zend_Controller_ActionTest Unit Tests failing
652     ZF-1110 Zend_Controller_Router_Route::assemble shoudn't reset user supplied wildcard parameters
653 - Zend_Date
654     ZF-1101 getDate() yields results that look inconsistent
655 - Zend_Db
656     ZF-50   Name Filter: PDO::CASE_NATURAL lower case column names
657     ZF-54   Missing error handling in query()
658     ZF-1031 Zend_Db_* methods should throw only Zend_Db_Exception and/or derivatives
659     ZF-1068 Support schema in describeTable()
660     ZF-1093 MS SQL Server: use QUOTED_IDENTIFIER
661     ZF-1108 describeTableInformationSchema() incorrectly returns columns as primary keys
662     ZF-1117 MySQL: describeTableInformationSchema is too slow
663     ZF-1123 Zend_Db_Table_Abstract bug using information schema table to describe tables
664 - Zend_Db_Adapter_Mysqli
665     ZF-1039 Mysqli: use real_escape_string() for quoting
666 - Zend_Db_Select
667     ZF-1124 Using table.column syntax changes table for following columns
668 - Zend_Db_Table
669     ZF-45   Zend_Db_Table::fetchRow() should return NULL for no resulting rows
670     ZF-174  Documentation mistake in 'Adding Domain Logic' example
671     ZF-1063 Add Zend_Db_Table_Row methods to find rows in related tables
672     ZF-1080 Zend/Db/Table/Row/Abstract.php missing opening <
673     ZF-1084 Zend_Db_Table implicit table name feature failing
674     ZF-1107 Zend_Db_Table_Abstract->fetchAll: 'rowClass' index typo
675     ZF-1109 Wrong class name in code for Zend_Db_Table Relationships Example
676 - Zend_Filter / Zend_Validate
677     ZF-1086 Zend Filter string casts improvement
678 - Zend_Http_Client
679     ZF-782  Add getLastResponse() to HTTP Client
680     ZF-1095 Allow other HTTP methods not in the RFC
681     ZF-1112 Support arbitrary switching of the adapter for a single HTTP client instance
682 - Zend_Locale
683     ZF-1066 isDate() returns true for dates that do not appear to be valid
684     ZF-1072 Zend_Locale Unit Tests failing
685 - Zend_Mail
686     ZF-580  Quoted printable remove dot from message
687     ZF-1073 Zend_Mail Unit Tests failing
688 - Zend_Measure
689     ZF-1076 Mistake in Zend_Measure-Edit
690     ZF-1077 Mistake in Zend_Measure-Special
691     ZF-1079 Example in Zend_Measure-Types
692     ZF-1082 Zend_Measure_NumberTest Unit Tests failing
693 - Zend_Mime
694     ZF-508  [Coding Standard] Zend_Mime_Exception @package is Zend_Mail
695     ZF-1051 Zend_Mime::encodeQuotedPrintable E_NOTICE if str is certain length
696     ZF-1058 Infinite loop if body ending with space
697 - Zend_Registry
698     ZF-1094 issue with examples given for accessing Zend_Registry as on object
699 - Zend_Session
700     ZF-1102 Zend_Session emits warning when save_path not writeable
701 - Total of 45 issues resolved; for a detailed list, see the changelog
702   in the issue tracker at http://framework.zend.com/issues
704 =RELEASE 0.9.0 / 16-Mar-2007 / based on revision 4117 =
705 This release resolves the following issues:
706 - Zend_Acl
707     ZF-950  Unclear explanation of multiple inheritance between Roles
708 - Zend_Auth
709     ZF-822  New Auth adapter for HTTP Authentication
710     ZF-983  New Zend_Auth database table adapter
711     ZF-1052 Zend_Auth_Adapter_Http and Digest Auth
712 - Zend_Cache
713     ZF-879  lifeTime => lifetime
714 - Zend_Config
715     ZF-941  Zend_Config bad example
716     ZF-739  Ability to configure LevelKey character or string
717     ZF-1019 Zend_Config and numeric keys
718 - Zend_Console_Getopt
719     ZF-843  Notice in Getopt when called with invalid key
720 - Zend_Controller
721     ZF-970  Small bug in logic of Zend_Controller_Router_Route::assemble()
722     ZF-1014 Move route config loading mechanisms to route themselves
723     ZF-1015 Single parameter resetting in Zend_Controller_Router_Route
724     ZF-1021 Zend_Controller* throw errors if headers_sent(), but do not include location
725     ZF-1024 Response - named segments
726     ZF-1026 Zend_Controller unit tests post Notices
727 - Zend_Date & Zend_Locale
728     ZF-779  Adding a year in a leap year only adds 365 days
729     ZF-908  Consistency of character format code used for minutes and months
730     ZF-926  Zend_Date_DateObject::date() - 'D' is off by 1 day
731     ZF-932  Enable Zend_Date / Zend_TimeSync to interoperate
732     ZF-963  Parse error: syntax error, unexpected '{'
733     ZF-966  Notices when running Unit Tests
734     ZF-968  Checking for constant exist in __construct()
735     ZF-982  get() inconsistent, fails to accept ISO formats
736     ZF-986  Zend_Date_DateObject and date_default_timezone_get/set()
737     ZF-999  usePhpDateFormat() - str_replace() does not work as expected
738     ZF-1000 Zend_Date::usePhpDateFormat() <=> Zend_Locale_Format::usePhpDateFormat()
739     ZF-1003 testCreationDefaultFormat, testCreationDefaultFormatConsistency failing
740     ZF-1042 Zend_Date incorrectly returns day of week after 2038
741 - Zend_Db
742     ZF-139  Insert/update do not distinguish strings and SQL expressions
743     ZF-219  insert() parameter is array reference, so it cannot be an array literal
744     ZF-255  Zend_Db_Profiler function name mismatch
745     ZF-942  Pdo_Pgsql: lastInsertId cannot find sequence
746     ZF-1038 Support for Zend_Db_Expr and identifier quoting in insert()/update()/delete()
747 - Zend_Db_Adapter_Mysqli
748     ZF-381  Mysqli: Zend_Db adapter implementation
749     ZF-424  Mysqli: prepare() does not return same object as other adapters
750     ZF-587  Mysqli: fetchAll function triggers E_NOTICE
751     ZF-591  Mysqli: "Call to undefined method mysqli_result::fetchAll()"
752     ZF-813  Mysqli: new assignment by reference
753     ZF-814  Mysqli: fetchAll signature does not fit parent class
754     ZF-972  Mysqli: describeTable() does not match other adapters
755     ZF-973  Mysqli: execute() method does not support input parameters
756     ZF-975  Mysqli: use mysqli_affected_rows
757     ZF-976  Mysqli: close result set on error or end of data
758     ZF-977  Mysqli: create new exception classes
759 - Zend_Db_Select
760     ZF-867  Oracle: Zend_Db_Select->order() incorrectly forces ASC order
761     ZF-953  Improve quoting of schema.table and table.column identifiers
762     ZF-1013 Proposal for column aliases in Zend_Db_Select
763     ZF-1043 Parenthesize WHERE clause to make precedence more predictable
764 - Zend_Db_Table
765     ZF-1    Quote SQL identifiers
766     ZF-21   Zend_Db_Table::find() - return values have inconsistent type
767     ZF-38   Zend_Db_Table should allow custom Row objects
768     ZF-180  Zend_Db_Table_Row: __get function maps incorrectly to _data
769     ZF-190  Make Zend_Db_Rowset, Zend_Db_Row serialisable
770     ZF-219  insert() parameter is array reference, so it cannot be an array literal
771     ZF-307  Confusion about inflected versus native in $_cols array
772     ZF-445  Name Filter: Column Names in camelCaps not Accessible?
773     ZF-554  Inefficient instantiation of Zend_Db_Inflector in Zend_Db_Table
774     ZF-557  Unexpected behaviour in Zend_Db_Table->find()
775     ZF-572  Notice: Trying to get property of non-object Zend/Db/Table/Row.php
776     ZF-619  Zend_Db_Table_Row::toArray() do not camelize the field names
777     ZF-627  Schema qualified name will not work with Zend_Db_Table
778     ZF-629  Implement __isset() in Zend_Table_Row class
779     ZF-773  Zend_Db_Table_Row needs delete() method
780     ZF-956  Support Zend_Db_Expr in Zend_Db_Table_Row
781     ZF-962  Zend_Db_Table::insert() has wrong param in docblock
782     ZF-988  fetchAll ORDER BY clause no longer working
783     ZF-1046 Failure to initialize arrays in Zend_Db_Table::find()
784 - Zend_Debug, Zend_Loader, Zend_Registry, Zend_Version
785     ZF-937  Add interface awareness to Zend::loadClass()
786     ZF-958  ZF directory structure is incompatible with use of svn:externals
787     ZF-960  Assigning empty values causes Zend_Registry to throw exception
788     ZF-1029 Refactor Zend.php
789     ZF-1030 Zend_Register::get() fails without an argument
790 - Zend_Feed
791     ZF-875  Produce a RSS/Atom feed with Zend_Feed
792 - Zend_Filter
793     ZF-1007 Remove items @deprecated with 0.8.0
794     ZF-1010 Fatal error: Call to undefined method Zend_Filter::ishostname()
795     ZF-1028 Zend_Filter unit test fails on Windows
796 - Zend_Gdata
797     ZF-921  Refactor Gdata unit tests to skip live tests by default
798 - Zend_Http_Client
799     ZF-930  Zend_Http_Client::request mishandles relative paths on Windows
800 - Zend_Locale
801     ZF-880  getDate() / _parseDate() automatically process abbreviated month names, even when not selected
802     ZF-948  New function getCountryList
803     ZF-959  Simplification for Zend_Locale
804     ZF-1054 Zend_Locale_Math - new round function yields incorrect results
805 - Zend_Mail
806     IMAP/Maildir: get and set flags
807     IMAP/Maildir: create, move, and remove folders
808     IMAP/Maildir: copy and append new messages
809     Translation of message numbers to unique ids and vice versa
810     ZF-459  not space between sendername to mailaddress
811     ZF-927  Zend_Mail strips down empty newlines in body message
812     ZF-928  Zend_Mail mixes To: and Bcc: headers on multiple Bcc
813     ZF-989  Duplicate To: headers
814     ZF-993  Zend_Mail_Transport_Sendmail function return-path with option -f
815     ZF-1053 Zend_Mail_Transport_Smtp does not include Zend_Loader
816 - Zend_Pdf
817     ZF-472  Zend_Pdf docs/demo creates race condition
818     ZF-502  Error while rendering loaded pdf
819     ZF-509  [Coding Standard] Class names do not match coding standard
820     ZF-585  Nesting level too deep - recursive dependency
821 - Zend_Search_Lucene
822     ZF-96   Implement Search Highlighting
823     ZF-295  Implement score normalisation
824     ZF-626  Exception when adding document using static variables
825     ZF-693  Using unoptimized indexing database damages storage
826     ZF-943  Java examples are no longer necessary.
827     ZF-1002 Document deleting/updating problem
828     ZF-1050 Result sorting problem
829 - Zend_Server_Reflection
830     ZF-1018 support more than one whitespace after @phpdoc attribute
831 - Zend_Session
832     ZF-796  Usage of Zend_Session and Zend_Session_Core are not clear enough
833     ZF-949  Fixes for Example: Simplified access of authorization ids
834 - Zend_Translate
835     Component moved from incubator to core.
836     Storage adapters for CSV, XLIFF, TMX, Gettext, and Array
837     ZF-929  Test errors and failures in Zend_Translate
838 - Zend_Uri
839     ZF-797  Incubator version of Zend_Uri_Http to match incubator Zend_Filter
840 - Zend_Validate
841     ZF-42   Zend_Validate::isEmail() implementation
842     ZF-881  Zend_Validate_Hostname - UTF-8 hostnames valid?
843     ZF-1059 Zend_Validate_HostnameTest does not pass strict compliance
844 - Zend_View
845     ZF-995  Zend_View property overloading raises notices
846 - Zend_XmlRpc_Client & Server
847     ZF-1025 Zend_XmlRpc_Request should not cast incoming XML encoding
848     ZF-1027 Zend_XmlRpc_Request_Http should have a getRawRequest() method
849 - Total of 119 issues resolved; for a detailed list, see the changelog
850   in the issue tracker at http://framework.zend.com/issues
852 =RELEASE 0.8.0 / 16-Feb-2007 / based on revision 3550 =
853 This release resolves the following issues:
854 - Documentation
855     ZF-709 Deleted documentation chapters are not erased in wiki
856 - Zend
857     ZF-341 Zend::dump() different charsets support
858     ZF-695 Unnecessary operation in Zend::loadClass
859 - Zend_Auth
860     Moved from incubator to core.
861     ZF-801 Implement Singleton Pattern
862     ZF-802 Abstract Storage into Interface
863     ZF-804 Write Zend_Session Storage Class
864     ZF-806 Credentials Revisited and Arbitrary Authentication Conditions
865     ZF-807 Login vs. Identity
866     ZF-808 Authentication Failure Messages
867     ZF-916 Zend_Auth_Storage_Session session storage broken
868 - Zend_Cache
869     ZF-176 Possible to intervalize timeLife
870     ZF-457 Add ability to specify the lifetime of individual cache entries
871 - Zend_Console_Getopt
872     Moved from incubator to core.
873 - Zend_Controller / Zend_View
874     New regular expression route class (incubator).
875     ZF-769 Failures in Zend_Controller unit tests ActionTest and DispatcherTest
876     ZF-775 Zend_Controller_Dispatcher::isDispatchable() always returns true
877     ZF-776 Check HTTP_X_REWRITE_URL before REQUEST_URI
878     ZF-794 Error with dirs when using modules with default module
879     ZF-798 Modular directory support in MVC
880     ZF-809 Make dispatcher methods public
881     ZF-815 Add a getHeader() method to Zend_Controller_Request_Http
882     ZF-816 Fixes a minor bug in Zend_Controller_Response_Abstract::sendHeaders()
883     ZF-819 Zend_View / Framework fluent interface improvements.
884     ZF-832 Zend_Controller_Response_Abstract::sendHeaders()
885     ZF-861 Outdated docblock - there is no more token
886     ZF-874 Use Zend::isReadable() in Zend_View's path methods
887     ZF-878 Logic error in Zend_Controller_Response_Abstract::canSendHeaders()
888     ZF-909 Unit Tests fail (Zend/Service/AllTests.php)
889     ZF-910 new _forward method does not set dispatched to false
890     ZF-917 Zend_Controller Unit Tests failing
891     ZF-933 throwExceptions()/returnResponse() do not implement fluid interface
892 - Zend_Date
893     ZF-721 RFC822 Dates are not localized or GMT, are rejected by setArpa()
894     ZF-779 Adding a year in a leap year only adds 365 days
895     ZF-784 Support using default date formats to create dates
896     ZF-785 Incorrect date results from using Zend_Date::DATES
897     ZF-790 camelCase for SunRise/SunSet
898     ZF-795 Zend_Measure failed type extraction
899     ZF-823 isTomorrow() and isYesterday() do not work as expected
900     ZF-828 Extreme Date Values
901     ZF-838 Basic Zend_Date construction per Manual fails
902     ZF-863 testLoose(Zend_DateTest) failing
903     ZF-885 Missing a constants for the very most popular date formats
904     ZF-886 DAY_SHORT, MONTH_SHORT - consistency problem
905     ZF-899 new Zend_Date() fails to throw errors
906     ZF-912 Zend_Date Unit Tests failing
907 - Zend_Db
908     Improved unit tests.
909     ZF-31 PostgreSQL: implement describeTable() method
910     ZF-36 Specify fetch mode for internal Zend_Db queries
911     ZF-49 Zend_DB_Adapter_Abstract should has a function like checkConnection()
912     ZF-53 quote() quotes numeric values inappropriately.
913     ZF-147 Need getConnection() to create and return connection
914     ZF-189 Oracle: Zend_Db_Adapter_Oracle->listTables() has undefined variable
915     ZF-192 Zend_Db_Adapter_Oracle->describeTable() bad sql request
916     ZF-223 Zend_Db_Adapter_Pdo Bind problems
917     ZF-279 Zend_Db_Statement::fetchColumn() fetches all rows
918     ZF-409 Zend_Db_Adapters should verify extensions are loaded
919     ZF-787 MS SQL Server: bug in Zend_Db_Adapter_Pdo_Mssql::limit()
920     ZF-825 Zend_Db_Adapter_Pdo_Mysql not compatible with Zend_Db_Adapter_Abstract
921     ZF-826 Doesn't work Zend_Db_Adapter_Pdo_Mysql::describeTable()
922     ZF-831 MySQL describeTable still doesn't work correctly
923     ZF-839 Notices in Zend_Db_Adapter_Pdo_Mysql::describeTable()
924     ZF-840 Microsoft: describeTable() references invalid fields
925     ZF-848 DB2 adapter fetchAssoc() is just like fetchAll()
926     ZF-849 DB2 statement fetchAll() fetches only last row
927     ZF-855 PostgreSQL: a notice in describeTable()
928     ZF-871 DB2 lastInsertId() gives wrong results in concurrent environment
929     ZF-876 Zend_Db_Table->insert() causes an exception in lastInsertId()
930     ZF-898 PostgreSQL: quoteIdentifier() is wrong!
931 - Zend_Db_Adapter_Xml
932     ZF-510 Zend_Db_Xml docblock missing @category, incorrect @package
933 - Zend_Db_Select
934     Improved unit tests and documentation.
935     ZF-28 won't select table-specific columns
936     ZF-197 new method reset()
937     ZF-204 Properly supporting table aliases in Zend_Db_Select
938     ZF-464 incorrectly splits ORDER string that contain commas
939     ZF-635 getter methods to return individual parts
940     ZF-873 Query directly from object
941     ZF-887 support for queries without a FROM clause
942     ZF-888 support for joins without a condition in the ON clause
943     ZF-889 support join types RIGHT, FULL, CROSS, and NATURAL
944     ZF-890 eliminate SQL-89 join syntax
945     ZF-891 incorrectly splits GROUP BY that contain commas
946     ZF-896 wrong resulting SQL query string
947 - Zend_Db_Table
948     ZF-862 Zend_Db_Table options for specifying table name and primary key
949     ZF-903 Zend_Db_Table save() does not set the new primary key
950     ZF-907 different exception messages for the same thing
951 - Zend_Environment
952     New component to give diagnostic information about PHP (incubator).
953 - Zend_Feed
954     ZF-911 Feed delete() method does not handle redirects
955 - Zend_Filter / Zend_Validate
956     Moved new object-oriented design from incubator to core.
957     ZF-84 Zend_Filter::isHostname does not support one character parts
958     ZF-366 Unit Tests for Zend_Filter_Input
959     ZF-487 [Coding Standard] TRUE, FALSE, NULL
960     ZF-730 Test for Content Length for Zend_Filter_Input
961     ZF-774 function isLengthBetween (for strings)
962     ZF-872 Unit Tests failing - File not found
963     ZF-895 Various Date related Unit Tests failing
964     ZF-918 Notice: Undefined variable for Zend_Validate Unit Tests
965 - Zend_Gdata
966     ZF-750 ob capturing can be removed from getAuthSubSessionToken
967     ZF-852 GData Google Base sample crashes on getFeed()
968 - Zend_Http_Client
969     ZF-789 Spaces in Set-Cookie Header
970     ZF-901 Zend_Http_Client_Adapter_Socket::request causes infinite loop
971 - Zend_Locale
972     ZF-702 Zend_Locale_Format : supporting number scripts
973     ZF-731 Define own formats
974     ZF-756 toNumberSystem() does not detect spelling mistakes in $from and $to
975     ZF-770 Zend_Locale unit tests crash
976     ZF-772 API method name improvement: toNumberSystem() => convertNumerals()
977     ZF-793 formating fails using toNumber()
978     ZF-856 Zend_LocaleTest Test failing
979     ZF-882 isDate() accepts invalid dates
980     ZF-883 getDate() / _parseDate() automatically attempt to fix invalid dates
981     ZF-894 Zend_Locale_FormatTest failing
982 - Zend_Log
983     New object-oriented design for this class (incubator)
984     ZF-728 Wrong use of Zend_Db_Adapter_Abstract::insert()
985 - Zend_Mail
986     New Zend_Mail_Read features moved from incubator to core.
987     ZF-458 Adding Authentication to Zend_Mail_Transport_Smtp
988     ZF-575 cumulative recipient when mail generate with a foreach structure.
989     ZF-788 Call to undefined function Zend_Mail_Exception()
990     ZF-857 parse error in Zend_Mail_Client_Smtp_Auth_Crammd5
991     ZF-923 Mime decode from message fails to detect content-type
992     ZF-925 Zend_Mail_Protocol_Abstract does not allow IP addresses or localhost
993     ZF-927 Zend_Mail strips down empty newlines in body message
994     ZF-928 Zend_Mail mixes To: and Bcc: headers on multiple Bcc
995 - Zend_Measure
996     ZF-854 Zend_Measure_NumberTest tests failing
997 - Zend_Pdf
998     ZF-18 Translate font changes in Zend_Pdf English documentation
999 - Zend_Rest_Client / Zend_Rest_Server
1000     Moved from incubator to core.
1001     ZF-125 _prepareRest in Zend_Service_Rest has too many required arguments
1002     ZF-200 restPost doesn't set argument 2 for _prepareRest()
1003     ZF-648 Support proxy servers
1004     ZF-650 Resolve redundant REST client class
1005     ZF-754 Zend_Rest_Server::_handleStruct() should be recursive
1006 - Zend_Search_Lucene
1007     New feature to index HTML files.
1008     Greatly improved performance.
1009     ZF-76 Zend_Search_Lucene don't index polish chars in UTF-8
1010     ZF-90 memory segmen storage provider
1011     ZF-265 Document character escaping query parser feature (Changeset [220])
1012     ZF-336 Detected an illegal character in input string
1013     ZF-549 Can't create proper _0.cfs file
1014     ZF-821 Default query parser boolean operator
1015     ZF-865 Boolean queries search optimization.
1016     ZF-866 Query optimization
1017     ZF-919 Dictionary index file prefetching may improve performance.
1018     ZF-920 Performance improvement
1019 - Zend_Service_(all)
1020     ZF-649 Support proxy servers
1021 - Zend_Service_Akismet
1022     New web service component.
1023 - Zend_Session
1024     Refactored design.
1025     ZF-799 Zend_Session_Core::setId() does not report failure
1026     ZF-906 $_SESSION might be modified after Zend_Session::writeClose()
1027 - Zend_XmlRpc_Client / Zend_XmlRpc_Server
1028     ZF-771 XmlRpc value encoding can cause conflicts with server and client
1029 - Total of 134 issues resolved; for a detailed list, see the changelog
1030   in the issue tracker at http://framework.zend.com/issues
1032 =RELEASE 0.7.0 / 18-Jan-2007 / based on revision 2899 =
1033 This release resolves the following issues:
1034 - Zend.php:
1035     ZF-35 ZF Version check
1036     ZF-329 Removal of loadInterface() Method
1037     ZF-380 Zend::loadFile() method do not return correct values
1038     ZF-411 API doc improvement
1039     ZF-454 Zend::isReadable triggers error-handler
1040 - Zend_Acl:
1041     Moved from incubator to core.
1042 - Zend_Auth: (incubator)
1043     ZF-657 Zend_Auth's use of Zend_Session
1044 - Zend_Cache:
1045     ZF-463 Zend_Cache tests use a system directory
1046     ZF-724 testGetWithAnExistingCacheIdAndUTFCharacters fails
1047 - Zend_Cache_Backend_ZendPlatform:
1048     Moved from incubator to core.
1049 - Zend_Controller:
1050     ZF-537 Handling HTTP 100 responses
1051     ZF-628 Zend_Controller_Action::redirect and new repsonse object integration
1052     ZF-637 _formatName not removeing underscores in actions
1053     ZF-656 MVC Plugin Interface/Abstract Class incorrect
1054     ZF-658 request object should not set controller and action in params
1055     ZF-659 MVC documentation should cover utility methods of Action Controllers
1056     ZF-660 MVC modules fail need default module setting
1057     ZF-669 setHeader() shoudl allow modifications to HTTP response codes
1058     ZF-671 No baseUrl/pathInfo auto-detection in Zend_Controller_Request_Http
1059     ZF-679 Missing argument in _hasParam()
1060     ZF-680 endless loop Zend_Controller_Dispatcher::loadClass()
1061     ZF-682 Zend_Controller_Router_Route problem when using empty route and path
1062     ZF-707 Unsupported operand when $_GET and/or $_POST are null
1063     ZF-711 Unit test failure in Zend/Controller/Request/HttpTest::test__Isset()
1064     ZF-713 _hasParam in Zend_Controller_Action is just wrong
1065 - Zend_Date:
1066     Finished implementation, resolved many issues.
1067     Moved from incubator to core.
1068 - Zend_Db:
1069     ZF-201 PDO Adapter names should begin with 'pdo_'.
1070     ZF-511 Zend_Db_Adapter_MySQLi coding standards conformance
1071     ZF-584 Oracle: $params sent to factory are not correct
1072 - Zend_Filter/Zend_Validate: (incubator)
1073     New prototype implementation.
1074 - Zend_Gdata:
1075     ZF-704 testOrderbyParam(Zend_Gdata_CalendarTest) failing
1076     ZF-708 Document Gdata delete() method better
1077     ZF-712 Gdata exception handling is confusing
1078     ZF-729 Unable to delete calender events when using ClientLogin
1079     ZF-747 Report POST response message in Gdata exception
1080     ZF-757 Gdata doc hyperlinks have changed
1081     ZF-759 Doc use of Zend_Gdata->delete() without a feed object
1082     ZF-762 Gdata doc should explain how to use Zend_Feed object
1083 - Zend_Http_Client:
1084     ZF-647 Support proxy servers
1085     ZF-689 Zend_Http_Client sets wrong HTTP protocol version
1086     ZF-697 Bad handling of the query part of an uri
1087     ZF-725 Can't choose which type of SSL to use
1088     ZF-741 Invalid chunk size in Zend_Http_Client_Adapter_Socket
1089     ZF-751 The timeout option is only applied on the opening of the connection
1090     ZF-753 PHP Notice: Undefined offset: 1
1091 - Zend_Http_Server: (incubator)
1092     ZF-533 Server only reads the first line of the request
1093 - Zend_Locale:
1094     Finished implementation, resolved issues.
1095     Moved from incubator to core.
1096 - Zend_Mail_Folder: (incubator).
1097     Improvements to component under development.
1098 - Zend_Memory: (incubator).
1099     New component.
1100 - Zend_Measure:
1101     Moved from incubator to core, resolved issues.
1102 - Zend_Registry:
1103     ZF-662 testManualInit(Zend_RegistryTest) failure
1104     ZF-672 Zend_Registry needs its set() and has() methods back
1105     ZF-674 testBeforeInit(Zend_RegistryTest) failure
1106     ZF-675 testManualInit(Zend_RegistryTest) failure
1107 - Zend_Search_Lucene:
1108     ZF-85  Query Parser not handling fieldbname with underscores
1109     ZF-228 document and field boost does not work
1110     ZF-690 Large file indexing problem
1111 - Zend_Service_Amazon:
1112     ZF-119 Service_Amazon_Item not return valid Track
1113 - Zend_Session:
1114     Moved from incubator to core.
1115     ZF-548 Documentation for Zend_Session
1116     ZF-661 Expiration of namespace variables by hop does not work as expected
1117     ZF-676 Zend_Session_Core does not correctly check its state
1118     ZF-678 Some of the public API methods are not documented.
1119     ZF-698 Ambiguous error messages
1120     ZF-735 automatic defaulting of session name, and session collisions
1121     ZF-736 Rename unLock() method to unlock()
1122     ZF-740 doc not clear on session locking and limiting instances
1123     ZF-749 Exception handling for certain errors not clear
1124 - Zend_TimeSync: (incubator)
1125     Improvements to component under development.
1126 - Zend_Translate: (incubator)
1127     New component.
1128 - Zend_Uri:
1129     ZF-611 Switch to lazy loading Exceptions
1130 - Zend_XmlRpc:
1131     Improvements to code and documentation.
1132 - Zend_View:
1133     ZF-173 Missing parenthesis in the example
1134     ZF-655 opt group support for FormSelect
1135     ZF-699 empty() and isset() on view properties are broken
1136     ZF-706 Cannot specify id attribute for hidden fields in 0.6.0
1137     ZF-727 Loading of helpers is not LIFO
1138     ZF-752 Wrong error message in Zend_View_Abstract
1139 - Total of 91 issues resolved; for a detailed list, see the changelog
1140   in the issue tracker at http://framework.zend.com/issues
1142 =RELEASE 0.6.0 / 16-Dec-2006 / based on revision 2410 =
1143 - Zend_Acl: new architecture (incubator).
1144 - Zend_Auth: new component (incubator).
1145 - Zend_Cache_Backend_ZendPlatform: new class (incubator).
1146 - Zend_Console_Getopt: new component (incubator).
1147 - Zend_Db_Adapter_Oracle: new database adapter.
1148 - Zend_Gdata: new component integrated into core library.
1149 - Zend_Http_Client: new architecture, cookie support.
1150 - Zend_Http_Client: proxy server support (incubator)
1151 - Zend_Http_Server: new tool (incubator).
1152 - New I18N components Zend_Date, Zend_Locale, Zend_Measure (incubator).
1153 - Zend_Mail_Folder: new component (incubator).
1154 - MVC: improvements, documentation, moved to core library.
1155 - Zend_Registry: improvements, moved to core library.
1156 - Zend_Search_Lucene: new search query language, many improvements.
1157 - Zend_Service_Simpy: new component (incubator).
1158 - Zend_Session: new implementation (incubator).
1159 - Zend_TimeSync: new component (incubator).
1160 - Zend_Uri: new documentation.
1161 - Zend_XmlRpc_Client,Server: improvements, documentation, moved to core library.
1162 - Many improvements to documentation and testing coverage.
1163 - Total of 124 issues resolved; for a detailed list, see the changelog
1164   in the issue tracker at http://framework.zend.com/issues
1166 =RELEASE 0.2.0 / 29-Oct-2006 / based on revision 1468 =
1167 - New MVC implementation
1168 - New HTTP request and response objects make it easy to automate unit
1169   testing for web apps without a web server, and also make it possible
1170   to use MVC for command-line and PHP-GTK application development
1171 - Enhanced pure PHP Lucene-compatible search engine component, performs
1172   index optimization and auto-optimization.  Boolean queries through the API.
1173 - New Mysqli DB adapter
1174 - New JSON server
1175 - New REST client and server
1176 - New XmlRpc client and server
1177 - New Acl component
1178 - New Session component
1179 - New Web Services clients for Delicious and Audioscrobbler
1180 - New Registry component
1181 - Total of 72 issues resolved; for a detailed list, see the changelog
1182   in the issue tracker at http://framework.zend.com/issues
1184 =RELEASE 0.1.5 / 10-Jul-2006 / based on revision 892 =
1185 - release notes can be found in the issue tracker at http://framework.zend.com/issues under the project changelog.
1187 =RELEASE 0.1.4 / 29-Jun-2006 / based on revision 757 =
1188 - Zend_InputFilter moved to Zend_Filter_Input (Mike, Chris)
1189 - Fixed bug in Zend_Http_Client_File::delete() (Mike, Ralf)
1190 - Fixed bug in Zend_Pdf_Filter_ASCIIHEX::decode() (Mike, Ralf)
1191 - Improved Zend_Pdf_Image_PNG to handle more types; Alpha, Indexed (Kevin)
1192 - Added Zend_Pdf_ImageFactory for creating image objects by filename (Kevin)
1193 - Added parsing support in Zend_Pdf_Image_TIFF for TIFF format images (Kevin)
1194 - Added abstract methods to Zend_Pdf_Image for image details w/h etc (Kevin)
1195 - The Zend Framework is now released under the simpler new BSD license. (Andi)
1196 - Fixed bug in Zend_Feed::findFeeds(). Reported by Ben Ramsey. (Mike)
1197 - Zend_Db_Adapter_Pdo_Abstract::insert() has been removed (Rob)
1198 - Fixed bug in Zend_Log::log(). Ticket #28 (Mike)
1199 - Fixed bug in Zend_Controller_Dispatcher::formatActionName(). Ticket #10 (Mike)
1200 - Change to how arrays are handled in Zend_Json_Encoder; when using numeric
1201   indices, if indices do not start with 0 and end with (count($array)-1), array
1202   will be encoded as associative array. (Matthew)
1203 - Added stream support to Zend_Mime_Part. (Gaylord)
1204 - Zend_Config has been accepted to the incubator. (Rob)
1205 - Zend_Search_Lucene can now delete documents and update segments. (Alex)
1206 - Fixed problem with oci_bind_by_name() in Zend_Db_Statement_Oracle. (Gaylord)
1207 - Fixed header port number bug in Zend_Http_Client, ticket #97. (Shahar)
1208 - Added iconv() to string processing in Zend_Search_Lucene_Field. (Alex)
1209 - Bugfixes to Zend_Mail modules to correct Sendmail transport header issues,
1210   ticket #47, ticket #42, ticket #115, changeset [540], changeset [574].
1211   (Matthew)
1212 - Fixed access mode handling in Zend_Log_Adapter_File, ticket #108. (Mike)
1213 - Fixed bug in Zend_Pdf command line demo, ticket #11. (Mike)
1214 - Fixed bug in Zend_Db_Table_Row::save(), ticket #50. (Mike)
1215 - Fixed bug in Zend_Db_Adapter_Pdo_Mysql::describeTable having NOT NULL,
1216   ticket #81, changeset [487] (Rob)
1217 - Zend_Uri_Http now uses the default Zend_Filter::isHostname() rules. (Mike)
1218 - Fixed multipart/alternative handling when other attachments present in
1219   Zend_Mail, ticket #59, changeset [583]. (Matthew)
1220 - Fixed multiple bugs in Zend_Http_Client, ticket #133. (Mike)
1221 - Added Zend_Db_Profiler documentation. (Matthew)
1222 - Zend_Config promoted to core library. (admin)
1223 - Zend_Cache promoted to core library. (admin)
1224 - Additional release notes from issue tracker: http://framework.zend.com/issues/secure/ReleaseNote.jspa?projectId=10000&styleName=Html&version=10000
1226 =RELEASE 0.1.3 / 18-Apr-2006 / based on revision 223 =
1227 - Zend_Filter is* methods return strictly TRUE or FALSE. (Chris)
1228 - Zend_InputFilter has test* methods for retrieving valid data. (Chris)
1229 - Fixed bug in Zend_View_Abstract::__isset(). Reported by James Simmons. (Mike)
1230 - Zend_Db_Adapter_Pdo_Mysql::limit() now compatible with MySQL versions prior
1231   to 4.0. Reported by Greg Neustaetter (Mike)
1232 - Fixed bug in Zend_Controller_Dispatcher_Token::setParams(). Reported by Rob
1233   Allen. (Chris)
1234 - Fixed bug in Zend_Log::log(). Reported by Mislav. (Mike)
1235 - Updated Zend_Filter::isFloat() and Zend_Filter::isInt() to respect locale.
1236   (Chris)
1237 - Improved Zend_Db_Adapter_Pdo_Mssql contributed by Rob Allen. (Mike)
1238 - Fixed bug in Zend_Controller_Dispatcher::_formatName. Reported by Arpad Ray.
1239   (Chris)
1240 - Zend::dump() now works from CLI (Rob Allen)
1241 - Improved support for XML-RPC namespaces (Mike, Chuck)
1242 - Registry can now be tested with Zend::isRegistered (Shekar C. Reddy, Mike)
1243 - Zend_Search_Lucene promoted from incubator (Alex)
1244 - Zend_Cache has been accepted to the incubator (Fabien, Mislav)
1245 - Zend_Json testing expanded; covers all major cases (Matthew)
1246 - Fixed Zend_Json encoding of empty values (Matthew, Davey)
1247 - Fixed Zend_Json encoding of associative arrays (Matthew, Davey)
1248 - Fixed Zend_Json encoding of numeric indices in associative arrays (Matthew)
1249 - Removed formatting (newlines, tabs) from Zend_Json encoding methods (Matthew)
1250 - Fixed escaping in Zend_Json_Encoder (Matthew)
1251 - Zend_HttpClient moved to Zend_Http_Client (Mike)
1252 - Zend_Console_Args in the incubator but not yet refactored (Jason Garber)
1253 - Zend_Mail enhancements in the incubator by Telekom Austria (Nico, Clez)
1254 - Zend_Service classes no longer subclass Zend_Service_Rest (Davey, Andi, et al)
1255 - Zend_Service classes now use new Zend_InputFilter (Davey)
1256 - Fixed bug in Zend_Service_Amazon::itemLookup() (Davey)
1257 - Fixed bug in Zend_Service_Flickr::userSearch() (Davey)
1258 - Fixed bug in Zend_Uri_Http::__construct(). Reported by Adrian Gheorghe. (Mike)
1259 - Improved some not well-formed PDF processing with Zend_Pdf. (Alexander)
1260 - Minor Zend_Pdf documentation fixes. (Alexander)
1261 - Fixed Zend_Pdf processing of inherited page attributes. (Alexander)
1262 - Fixed Zend_Pdf umlauts support for standard fonts. (Alexander)
1264 =RELEASE 0.1.2 / 8-Mar-2006=
1265 - Unit test suite is now included. (Mike)
1266 - Docs for Zend_Controller are now included. (Mike)
1267 - Coding standards were out of date. Reported by Steph Fox. (Mike)
1268 - Fixed default charset in Zend_Mail constructor. Reported by Jakob Buchgraber. (Mike)
1269 - Fixed several Zend_Filter methods. (Chris)
1270 - Fixed JSON datum encoding.  Reported by Edwin Vlieg. (Mike)
1271 - Fixed FormRadio Helper.  Reported by AJ Tarachanowicz. (Chris)
1272 - Fixed Zend_Uri_Http to work with new Zend_Filter. (Chris, Mike)
1273 - Docs for the Zend_Db::factory() method were incorrect.  Reported by Dinh. (Chris)
1274 - Zend::loadClass() now works inside __autoload().  Reported by Rob Allen. (Mike)
1275 - Fixed notices from Zend_Pdf_Element_Dictionary.  Reported by Ralf Eggert. (Alex)
1276 - Fixed notices from Zend_Search_Lucene_Index_SegmentWriter.  Reported by Jared Williams. (Alex)
1277 - Removed defunct Zend_Db_DataObject docs. (Mike)
1278 - Added NEWS.txt file. (Andi)
1280 =RELEASE 0.1.1 / 3-Mar-2006=
1281 - Initial public code drop