Author: caefer
Date: 2010-04-13 07:13:28 +0200 (Tue, 13 Apr 2010)
New Revision: 29097
Modified:
plugins/sfImageTransformExtraPlugin/trunk/package.xml.tmpl
Log:
updated package.xml.tmpl for new release 0.9.9
Modified: plugins/sfImageTransformExtraPlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/sfImageTransformExtraPlugin/trunk/package.xml.tmpl 2010-04-13
05:09:22 UTC (rev 29096)
+++ plugins/sfImageTransformExtraPlugin/trunk/package.xml.tmpl 2010-04-13
05:13:28 UTC (rev 29097)
@@ -59,11 +59,13 @@
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT
license</license>
- <date>2010-04-11</date>
+ <date>2010-04-13</date>
<license>MIT</license>
<notes>
* caefer: implemented sfImageSourcePropel to accept image sources
stored in the database for Propel projects
- * caefer: implemented task to remove existing thumbnail files based
on appropriate routes
+ * caefer: implemented task to remove existing thumbnail files based on
appropriate routes
+ * caefer: bugfix. getimagesize() relies on seek() and tell(). both now
implemented in the wrappers (thanks sebastien!)
+ * caefer: bugfix. for file sources glob() did match a.jpg as well as
ab.jpg. this is solved by a tightern pattern now (thanks miloslav!)
</notes>
</release>
<release>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.