[ubuntu/karmic] zend-framework 1.9.0-0ubuntu1 (Accepted)

Stephan Hermann sh at sourcecode.de
Mon Aug 3 12:10:14 BST 2009


zend-framework (1.9.0-0ubuntu1) karmic; urgency=low

  * New upstream release
    + Zend_Queue and Zend_Service_Amazon_Sqs, which provide the ability to
      use local and remote messaging and queue services for offloading
      asynchronous processes. (Contributed by Justin Plock and Daniel Lo)
    + Zend_Queue_Adapter_PlatformJobQueue, a Zend_Queue adapter for Zend
      Platform's Job Queue. (Contributed by Zend Technologies)
    + Zend_Rest_Route, Zend_Rest_Controller, and
      Zend_Controller_Plugin_PutHandler, which aid in providing RESTful
      resources via the MVC layer. (Contributed by Luke Crouch, SourceForge)
    + Zend_Feed_Reader, which provides a common API to RSS and Atom feeds,
      as well as extensions to each format, caching, and a slew of other
      functionality. (Contributed by Pádraic Brady and Jurrien Stutterheim)
    + Zend_Db_Adapter_Sqlsrv, a Zend_Db adapter for Microsoft's SQL Server
      driver for PHP. (Contributed by Juozas Kaziukenas and Rob Allen)
    + Zend_Db_Table updates to allow using Zend_Db_Table as a concrete
      class by passing it one or more table definitions via the
      constructor. (Contributed by Ralph Schindler)
    + Zend_Test_PHPUnit_Db, which provides Zend_Db support for PHPUnit's
      DBUnit support, allowing developers to do functional and integration
      testing against databases using data fixtures. (Contributed by
      Benjamin Eberlei)
    + Annotation processing support for Zend_Pdf, as well as performance
      improvements. (Contributed by Alexander Veremyev)
    + Zend_Dojo custom build layer support. (Contributed by Matthew Weier
      O'Phinney)
    + Numerous Zend_Ldap improvements, including full support for CRUD
      operations, search, and manipulating tree structures. (Contributed by
      Stefan Gehrig)
    + Zend_Log_Writer_Syslog, a Zend_Log writer for writing to your system
      log. (Contributed by Thomas Gelf)
    + Zend_View_Helper_BaseUrl, a view helper for returning the current base
      URL to your application, as well as for constructing URLs to public
      resources. (Contributed by Robin Skoglund and Geoffrey Tran)
    + Zend_Date now has support for the DateTime extension. (Contributed by
      Thomas Weidner)
    + Zend_Locale has been upgraded to CLDR 1.7. (Contributed by Thomas
      Weidner)
    + Zend_Translate now has plurals support for the Gettext, Csv, and Array
      adapters. (Contributed by Thomas Weidner)
    + PHP 5.3 compatibility, including support for new features in the
      mysqli extension. All components are fully tested on both PHP 5.2.x
      and PHP 5.3.0.
    + In addition, a large number of smaller improvements were made throughout
      the framework, and around 700 issues have been resolved or closed since
      the release of 1.8.0!
      All updates from 1.8.0 to 1.9.0 you can read on:
      http://framework.zend.com/changelog/1.9.0
  * debian/patches/*:
    - removed pl184 patch

Date: Mon, 03 Aug 2009 10:49:57 +0000
Changed-By: Stephan Hermann <sh at sourcecode.de>
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/zend-framework/1.9.0-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 03 Aug 2009 10:49:57 +0000
Source: zend-framework
Binary: libzend-framework-php zend-framework-bin zend-framework
Architecture: source
Version: 1.9.0-0ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Changed-By: Stephan Hermann <sh at sourcecode.de>
Description: 
 libzend-framework-php - a simple, straightforward, open-source software framework for PHP
 zend-framework - a simple, straightforward, open-source software framework for PHP
 zend-framework-bin - a simple, straightforward, open-source software framework for PHP
Changes: 
 zend-framework (1.9.0-0ubuntu1) karmic; urgency=low
 .
   * New upstream release
     + Zend_Queue and Zend_Service_Amazon_Sqs, which provide the ability to
       use local and remote messaging and queue services for offloading
       asynchronous processes. (Contributed by Justin Plock and Daniel Lo)
     + Zend_Queue_Adapter_PlatformJobQueue, a Zend_Queue adapter for Zend
       Platform's Job Queue. (Contributed by Zend Technologies)
     + Zend_Rest_Route, Zend_Rest_Controller, and
       Zend_Controller_Plugin_PutHandler, which aid in providing RESTful
       resources via the MVC layer. (Contributed by Luke Crouch, SourceForge)
     + Zend_Feed_Reader, which provides a common API to RSS and Atom feeds,
       as well as extensions to each format, caching, and a slew of other
       functionality. (Contributed by Pádraic Brady and Jurrien Stutterheim)
     + Zend_Db_Adapter_Sqlsrv, a Zend_Db adapter for Microsoft's SQL Server
       driver for PHP. (Contributed by Juozas Kaziukenas and Rob Allen)
     + Zend_Db_Table updates to allow using Zend_Db_Table as a concrete
       class by passing it one or more table definitions via the
       constructor. (Contributed by Ralph Schindler)
     + Zend_Test_PHPUnit_Db, which provides Zend_Db support for PHPUnit's
       DBUnit support, allowing developers to do functional and integration
       testing against databases using data fixtures. (Contributed by
       Benjamin Eberlei)
     + Annotation processing support for Zend_Pdf, as well as performance
       improvements. (Contributed by Alexander Veremyev)
     + Zend_Dojo custom build layer support. (Contributed by Matthew Weier
       O'Phinney)
     + Numerous Zend_Ldap improvements, including full support for CRUD
       operations, search, and manipulating tree structures. (Contributed by
       Stefan Gehrig)
     + Zend_Log_Writer_Syslog, a Zend_Log writer for writing to your system
       log. (Contributed by Thomas Gelf)
     + Zend_View_Helper_BaseUrl, a view helper for returning the current base
       URL to your application, as well as for constructing URLs to public
       resources. (Contributed by Robin Skoglund and Geoffrey Tran)
     + Zend_Date now has support for the DateTime extension. (Contributed by
       Thomas Weidner)
     + Zend_Locale has been upgraded to CLDR 1.7. (Contributed by Thomas
       Weidner)
     + Zend_Translate now has plurals support for the Gettext, Csv, and Array
       adapters. (Contributed by Thomas Weidner)
     + PHP 5.3 compatibility, including support for new features in the
       mysqli extension. All components are fully tested on both PHP 5.2.x
       and PHP 5.3.0.
     + In addition, a large number of smaller improvements were made throughout
       the framework, and around 700 issues have been resolved or closed since
       the release of 1.8.0!
       All updates from 1.8.0 to 1.9.0 you can read on:
       http://framework.zend.com/changelog/1.9.0
   * debian/patches/*:
     - removed pl184 patch
Checksums-Sha1: 
 fdacf39c054f8634428b922101f4a7e27a29b779 1154 zend-framework_1.9.0-0ubuntu1.dsc
 4cf22ed7af6d94fc902a3ce393721e6472969b9c 6697671 zend-framework_1.9.0.orig.tar.gz
 374b7618705a05e71e77f11e32fbf112de21ef9d 8662 zend-framework_1.9.0-0ubuntu1.diff.gz
Checksums-Sha256: 
 8982cb2840cb6589c10812219b94d02bd8b9a7a89aa1457c1aac284055b1df5f 1154 zend-framework_1.9.0-0ubuntu1.dsc
 58ae4318371087c86d270060b88775d0add63d80db2ede913949cab6987a9b88 6697671 zend-framework_1.9.0.orig.tar.gz
 4ac0eb3cc77a82b13b30ca7eb751bf2091b536c4d207c4212f88c337a6b2b8e2 8662 zend-framework_1.9.0-0ubuntu1.diff.gz
Files: 
 eef92653f19e3d6ef4855c9cfca7b83f 1154 web extra zend-framework_1.9.0-0ubuntu1.dsc
 79555c23e6b0335dd514cdd383d27470 6697671 web extra zend-framework_1.9.0.orig.tar.gz
 730a1e385df5024d5eeca152e752a3d8 8662 web extra zend-framework_1.9.0-0ubuntu1.diff.gz
Original-Maintainer: Stephan Hermann <sh at sourcecode.de>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkp2xKUACgkQwYnnM8CY76gb6QCfcQiaQct2qFoVfwgSEpMK3Dnw
GaQAn0f720TKqBGMIjFjxCQQN/zqrzPq
=pNpy
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list