Author: boutell Date: 2010-05-07 19:41:39 +0200 (Fri, 07 May 2010) New Revision: 29392
Modified: plugins/sfSyncContentPlugin/trunk/package.xml.tmpl Log: Version 1.0 packaging notes Modified: plugins/sfSyncContentPlugin/trunk/package.xml.tmpl =================================================================== --- plugins/sfSyncContentPlugin/trunk/package.xml.tmpl 2010-05-07 17:38:31 UTC (rev 29391) +++ plugins/sfSyncContentPlugin/trunk/package.xml.tmpl 2010-05-07 17:41:39 UTC (rev 29392) @@ -1,9 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?> -<package packagerversion="1.5.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> - <name>sfSyncContentPlugin</name> - <channel>pear.symfony-project.com</channel> - <summary>A Symfony sync command for content (databases, uploads, etc)</summary> - <description> +<?xml version="1.0"?> +<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.5.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> + <name>sfSyncContentPlugin</name> + <channel>pear.symfony-project.com</channel> + <summary>A Symfony sync command for content (databases, uploads, etc)</summary> + <description> Symfony makes it easy to sync code between your development, staging and production servers. But what about content? Deploying content to other servers typically does not happen on the same schedule as the deployment @@ -12,50 +12,84 @@ copying database dumps and data files around during the early stages of deploying a site. sfSyncContentPlugin to the rescue! </description> - <lead> - <name>Tom Boutell</name> - <user>boutell</user> - <email>[email protected]</email> - <active>yes</active> - </lead> - <lead> - <name>Alex Gilbert</name> - <user>agilbert</user> - <email>[email protected]</email> - <active>yes</active> - </lead> - <date>2009-10-08</date> - <time>14:00:00</time> - <version> - <release>0.9.1</release> - <api>0.9.1</api> - </version> - <stability> - <release>beta</release> - <api>beta</api> - </stability> - <license uri="http://www.symfony-project.com/license">MIT license</license> - <notes>-</notes> - <contents> + <lead> + <name>Tom Boutell</name> + <user>boutell</user> + <email>[email protected]</email> + <active>yes</active> + </lead> + <lead> + <name>Alex Gilbert</name> + <user>agilbert</user> + <email>[email protected]</email> + <active>yes</active> + </lead> + <date>2010-05-06</date> + <time>09:40:00</time> + <version> + <release>1.0.0</release> + <api>1.0.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.symfony-project.com/license">MIT license</license> + <notes>-</notes> + <contents> ##CONTENTS## </contents> - <dependencies> - <required> - <php> - <min>5.0.0</min> - </php> - <pearinstaller> - <min>1.4.1</min> - </pearinstaller> - <package> - <name>symfony</name> - <channel>pear.symfony-project.com</channel> - <min>1.2.0</min> - <max>1.4.0</max> - <exclude>1.4.0</exclude> - </package> - </required> - </dependencies> - <phprelease /> - <changelog /> + <dependencies> + <required> + <php> + <min>5.0.0</min> + </php> + <pearinstaller> + <min>1.4.1</min> + </pearinstaller> + <package> + <name>symfony</name> + <channel>pear.symfony-project.com</channel> + <min>1.2.0</min> + <max>2.0.0</max> + <exclude>2.0.0</exclude> + </package> + </required> + </dependencies> + <phprelease/> + <changelog> + <release> + <version> + <release>1.0.0</release> + <api>1.0.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://www.apostrophenow.com/home/license">MIT license</license> + <date>2010-05-06</date> + <notes> + * Correctly packaged as stable and 1.4 compatible. + * Database tasks performed via mysql-load and mysql-dump tasks which are executd both locally and remotely via ssh. This eliminates the need for buggy re-parsing of databases.yml and cuts down on the number of password prompts required. Support for specifying a different database connection by name was removed as this has never been well-tested. In the future we'll look at the possibility of syncing multiple databases. + * ssh on a nonstandard port number is now supported (via the usual properties.ini setting). + * rsync options are now friendly to setups that use group permissions (although that is somewhat pointless with Symfony because it 777's everything for you on a regular basis). + </notes> + </release> + <release> + <version> + <release>0.9.1</release> + <api>0.9.1</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <license uri="http://www.apostrophenow.com/home/license">MIT license</license> + <date>2009-08-10</date> + <notes> + Boring and stable, just not released as such + </notes> + </release> + </changelog> </package> -- 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.
