-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2013-10967 2013-06-16 03:08:59 --------------------------------------------------------------------------------
Name : php-symfony2-EventDispatcher Product : Fedora 18 Version : 2.2.2 Release : 1.fc18 URL : http://symfony.com/doc/current/components/event_dispatcher/index.html Summary : Symfony2 EventDispatcher Component Description : The Symfony2 Event Dispatcher component implements the Observer (http://en.wikipedia.org/wiki/Observer_pattern) pattern in a simple and effective way to make all these things possible and to make your projects truly extensible. Take a simple example from the Symfony2 HttpKernel component. Once a Response object has been created, it may be useful to allow other elements in the system to modify it (e.g. add some cache headers) before it's actually used. To make this possible, the Symfony2 kernel throws an event - kernel.response. Here's how it works: * A listener (PHP object) tells a central dispatcher object that it wants to listen to the kernel.response event; * At some point, the Symfony2 kernel tells the dispatcher object to dispatch the kernel.response event, passing with it an Event object that has access to the Response object; * The dispatcher notifies (i.e. calls a method on) all listeners of the kernel.response event, allowing each of them to make modifications to the Response object. Optional dependency: HttpKernel (php-symfony2-HttpKernel) -------------------------------------------------------------------------------- Update Information: Updated to 2.2.2 Release blog post: http://symfony.com/blog/symfony-2-2-2-released Full change log: https://github.com/symfony/symfony/blob/v2.2.2/CHANGELOG-2.2.md -------------------------------------------------------------------------------- ChangeLog: * Thu Jun 13 2013 Shawn Iwinski <[email protected]> 2.2.2-1 - Updated to 2.2.2 - Removed package.xml modifications fixed usptream * Mon Apr 15 2013 Shawn Iwinski <[email protected]> 2.2.1-1 - Updated to 2.2.1 * Wed Mar 13 2013 Shawn Iwinski <[email protected]> 2.2.0-1 - Updated to 2.2.0 - Removed tests' bootstrap patch * Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 2.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jan 18 2013 Shawn Iwinski <[email protected]> 2.1.7-1 - Updated to upstream version 2.1.7 * Sun Dec 23 2012 Shawn Iwinski <[email protected]> 2.1.6-1 - Updated to upstream version 2.1.6 * Sat Dec 22 2012 Shawn Iwinski <[email protected]> 2.1.5-1 - Updated to upstream version 2.1.5 * Fri Nov 30 2012 Shawn Iwinski <[email protected]> 2.1.4-1 - Updated to upstream version 2.1.4 -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update php-symfony2-EventDispatcher' at the command line. For more information, refer to "Managing Software with yum", available at http://docs.fedoraproject.org/yum/. All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
