cvs: pear /Mail_Queue package.xml

[email protected] ("Till Klampaeckel") Wed, 07 May 2008 15:26:22 -0000
Newsgroups php.pear.cvs
Message-ID <cvstill1210173982@cvsserver>
till		Wed May  7 15:26:22 2008 UTC

  Modified files:              
    /pear/Mail_Queue	package.xml 
  Log:
  * added comments to the <notes /> on the release
  * bumped up date, etc.
  * removed chief and bate (inactive leads)
  * added "till"
  
  
  
http://cvs.php.net/viewvc.cgi/pear/Mail_Queue/package.xml?r1=1.41&r2=1.42&diff_format=u
Index: pear/Mail_Queue/package.xml
diff -u pear/Mail_Queue/package.xml:1.41 pear/Mail_Queue/package.xml:1.42
--- pear/Mail_Queue/package.xml:1.41	Sun May  4 08:26:45 2008
+++ pear/Mail_Queue/package.xml	Wed May  7 15:26:22 2008
@@ -16,25 +16,19 @@
 mails every few minutes) by crontab or in other way.
  </description>
 	<lead>
-		<name>Radek Maciaszek</name>
-		<user>chief</user>
-		<email>[email protected]</email>
-		<active>no</active>
-	</lead>
-	<lead>
-		<name>Marco Kaiser</name>
-		<user>bate</user>
-		<email>[email protected]</email>
-		<active>yes</active>
-	</lead>
-	<lead>
 		<name>Lorenzo Alberton</name>
 		<user>quipo</user>
 		<email>[email protected]</email>
 		<active>yes</active>
 	</lead>
-	<date>2008-03-05</date>
-	<time>12:15:00</time>
+        <lead>
+                <name>Till Klampaeckel</name>
+                <user>till</user>
+                <email>[email protected]</email>
+                <active>yes</active>
+        </lead>
+	<date>2008-05-07</date>
+	<time>17:20:00</time>
 	<version>
 		<release>1.2.2</release>
 		<api>1.2.0</api>
@@ -48,6 +42,7 @@
 - fixed bug #6330: check for lost DB connection in _preload()
 - fixed bug #12521: NOTICE: undefined index
 - fixed bug #12768: On errors, sendMail() marks mail as sent anyway
+- added additional checks for factorySendMail() returned Mail
 - better error handling in the MDB2 container
 - code cleanup
     </notes>
@@ -101,34 +96,37 @@
 	<phprelease/>
 	<changelog>
         <release>
-			<version>
-				<release>1.2.2</release>
-				<api>1.2.0</api>
-			</version>
-			<stability>
-				<release>stable</release>
-				<api>stable</api>
-			</stability>
-			<date>2008-03-05</date>
-			<license uri="http://www.php.net/license">PHP</license>
-			<notes>
+		<version>
+			<release>1.2.2</release>
+			<api>1.2.0</api>
+		</version>
+		<stability>
+			<release>stable</release>
+			<api>stable</api>
+		</stability>
+		<date>2008-05-07</date>
+		<license uri="http://www.php.net/license">PHP</license>
+        	<notes>
 - fixed bug #6330: check for lost DB connection in _preload()
 - fixed bug #12521: NOTICE: undefined index
 - fixed bug #12768: On errors, sendMail() marks mail as sent anyway
-            </notes>
-		</release>
-		<release>
-			<version>
-				<release>1.2.1</release>
-				<api>1.2.0</api>
-			</version>
-			<stability>
-				<release>stable</release>
-				<api>stable</api>
-			</stability>
-			<date>2007-09-13</date>
-			<license uri="http://www.php.net/license">PHP</license>
-			<notes>- rollout after some month of cvs commit and a new maintainer
+- added additional checks for factorySendMail() returned Mail
+- better error handling in the MDB2 container
+- code cleanup
+                </notes>
+	</release>
+	<release>
+		<version>
+			<release>1.2.1</release>
+			<api>1.2.0</api>
+		</version>
+		<stability>
+			<release>stable</release>
+			<api>stable</api>
+		</stability>
+		<date>2007-09-13</date>
+		<license uri="http://www.php.net/license">PHP</license>
+		<notes>- rollout after some month of cvs commit and a new maintainer
 - fixed bug #2911: Using an invalid db account results
   in a call to undefined function
 - the DB container doesn&apos;t use DB protected methods anymore