cvs: pear /Net_UserAgent_Mobile package.php package.xml

[email protected] ("KUBO Atsuhiro")
Newsgroups php.pear.cvs
Message-ID <cvskuboa1209826934@cvsserver>
kuboa		Sat May  3 15:02:14 2008 UTC

  Modified files:              
    /pear/Net_UserAgent_Mobile	package.php package.xml 
  Log:
  - Prepared release 1.0.0RC1.
kuboa-20080503150214.txt (text/plain, 10.3 KB)
http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/package.php?r1=1.4&r2=1.5&diff_format=u
Index: pear/Net_UserAgent_Mobile/package.php
diff -u pear/Net_UserAgent_Mobile/package.php:1.4 pear/Net_UserAgent_Mobile/package.php:1.5
--- pear/Net_UserAgent_Mobile/package.php:1.4	Sun Feb 10 11:46:17 2008
+++ pear/Net_UserAgent_Mobile/package.php	Sat May  3 15:02:13 2008
@@ -15,7 +15,7 @@
  * @author     KUBO Atsuhiro <[email protected]>
  * @copyright  2003-2008 KUBO Atsuhiro <[email protected]>
  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: package.php,v 1.4 2008/02/10 11:46:17 kuboa Exp $
+ * @version    CVS: $Id: package.php,v 1.5 2008/05/03 15:02:13 kuboa Exp $
  * @since      File available since Release 0.30.0
  */
 
@@ -23,41 +23,32 @@
 
 PEAR::staticPushErrorHandling(PEAR_ERROR_CALLBACK, create_function('$error', 'var_dump($error); exit();'));
 
-$releaseVersion = '0.31.0';
+$releaseVersion = '1.0.0RC1';
 $releaseStability = 'beta';
 $apiVersion = '0.30.0';
 $apiStability = 'beta';
 $notes = 'A new release of Net_UserAgent_Mobile is now available.
 
-What\'s New in Net_UserAgent_Mobile 0.31.0
+What\'s New in Net_UserAgent_Mobile 1.0.0RC1
 
- * Updated DoCoMo Support: A lot of new models since the release 0.30.0 have been supported. Thanks to yosuke for providing a patch.
- * Some useful interfaces by the Net_UserAgent_Mobile class: The new methods isMobile() and isDoCoMo()/isEZweb()/isSoftBank()/isWillcom() can be used directly to check whether or not the user agent is mobile/DoCoMo/EZweb/SoftBank/Willcom.
- * Enhanced parsers: The Net_UserAgent_Mobile class and the SoftBank parser support SoftBank emulators. And the DoCoMo parser supports Yahoo!\'s Web Crawler. Thanks to Hiroaki Kawai for feature requests and providing patches.
+ * UID support: Getting subscriber IDs (UIDs) by getUID() has been supported.
+ * Updated DoCoMo Support: 14 new models since the release 0.31.0 have been supported. And also DeNA\'s Web Crawler has been supported.
+ * Two defect fixes: Two minor defects (#13128 and #13129) have been fixed.
 
 See the following release notes for details.
 
 Enhancements
 ============
 
-- Added support for a lot of models. (Net_UserAgent_Mobile_DoCoMo, Net_UserAgent_Mobile_DoCoMoDisplayMap)
-- Changed the behavior of singleton() so that it creates a cache for each user-agent. (Net_UserAgent_Mobile)
-- Added the method isSoftBank() to check whether an agent is SoftBank or not. (Net_UserAgent_Mobile_Common)
-- Renamed the class name from Net_UserAgent_Mobile_Vodafone to Net_UserAgent_Mobile_SoftBank.
-- Added the methods isMobile() and isDoCoMo()/isEZweb()/isSoftBank()/isWillcom() to check whether or not the user agent is mobile/DoCoMo/EZweb/SoftBank/Willcom by a given user agent string or by the HTTP header in an environment. (Net_UserAgent_Mobile)
-- Added the method isWillcom() to check whether an agent is Willcom or not. (Net_UserAgent_Mobile_Common)
-- Renamed the class name from Net_UserAgent_Mobile_AirHPhone to Net_UserAgent_Mobile_Willcom.
-- Added $_model/$_rawModel properties and getModel()/getRawModel() methods. (Net_UserAgent_Mobile_Common)
-- Removed getDeviceID(). (Net_UserAgent_Mobile_NonMobile)
-- Added support some emulators. (Request #12877) (Net_UserAgent_Mobile, Net_UserAgent_Mobile_SoftBank)
-- Added support for Yahoo!\'s Web Crawler. (Request #13061) (Net_UserAgent_Mobile_DoCoMo)
+- Added support for DeNA\'s Web Crawler. (Request #13130) (Net_UserAgent_Mobile_DoCoMo)
+- Added support for getting subscriber IDs (UIDs) by getUID().
+- Added support for NM705i, L705iX, F883iESS, SH705i, SH705i2, SO905iCS, F905iBiz, P905iTV, P705i, N705imyu, P705imyu, SO705i, P705iCL, F884i. (Net_UserAgent_Mobile_DoCoMo, Net_UserAgent_Mobile_DoCoMoDisplayMap)
 
 Defect Fixes
 ============
 
-- Fixed the model name from N506ISII to N506IS2. (Net_UserAgent_Mobile_DoCoMoDisplayMap)
-- Fixed a defect that caused supported HTML versions for some user agents that support HTML version 6.0 or greater to be detected as 5.0. (Net_UserAgent_Mobile_DoCoMo)
-- Fixed invalid width and height of some models. (Net_UserAgent_Mobile_DoCoMoDisplayMap)';
+- Added error control operators to all $_SERVER[\'HTTP_USER_AGENT\'] to avoid PHP notices. (Bug #13128) (Net_UserAgent_Mobile)
+- Fixed a defect that the user agent string is not included in an error message raised from noMatch(). (Bug #13129) (Net_UserAgent_Mobile_Common)';
 
 $package = new PEAR_PackageFileManager2();
 $package->setOptions(array('filelistgenerator' => 'cvs',
http://cvs.php.net/viewvc.cgi/pear/Net_UserAgent_Mobile/package.xml?r1=1.37&r2=1.38&diff_format=u
Index: pear/Net_UserAgent_Mobile/package.xml
diff -u pear/Net_UserAgent_Mobile/package.xml:1.37 pear/Net_UserAgent_Mobile/package.xml:1.38
--- pear/Net_UserAgent_Mobile/package.xml:1.37	Sun Feb 10 11:46:17 2008
+++ pear/Net_UserAgent_Mobile/package.xml	Sat May  3 15:02:13 2008
@@ -15,10 +15,10 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2008-02-10</date>
- <time>20:45:04</time>
+ <date>2008-05-04</date>
+ <time>00:01:02</time>
  <version>
-  <release>0.31.0</release>
+  <release>1.0.0RC1</release>
   <api>0.30.0</api>
  </version>
  <stability>
@@ -28,35 +28,26 @@
  <license uri="http://www.opensource.org/licenses/php.php">PHP License</license>
  <notes>A new release of Net_UserAgent_Mobile is now available.
 
-What&apos;s New in Net_UserAgent_Mobile 0.31.0
+What&apos;s New in Net_UserAgent_Mobile 1.0.0RC1
 
- * Updated DoCoMo Support: A lot of new models since the release 0.30.0 have been supported. Thanks to yosuke for providing a patch.
- * Some useful interfaces by the Net_UserAgent_Mobile class: The new methods isMobile() and isDoCoMo()/isEZweb()/isSoftBank()/isWillcom() can be used directly to check whether or not the user agent is mobile/DoCoMo/EZweb/SoftBank/Willcom.
- * Enhanced parsers: The Net_UserAgent_Mobile class and the SoftBank parser support SoftBank emulators. And the DoCoMo parser supports Yahoo!&apos;s Web Crawler. Thanks to Hiroaki Kawai for feature requests and providing patches.
+ * UID support: Getting subscriber IDs (UIDs) by getUID() has been supported.
+ * Updated DoCoMo Support: 14 new models since the release 0.31.0 have been supported. And also DeNA&apos;s Web Crawler has been supported.
+ * Two defect fixes: Two minor defects (#13128 and #13129) have been fixed.
 
 See the following release notes for details.
 
 Enhancements
 ============
 
-- Added support for a lot of models. (Net_UserAgent_Mobile_DoCoMo, Net_UserAgent_Mobile_DoCoMoDisplayMap)
-- Changed the behavior of singleton() so that it creates a cache for each user-agent. (Net_UserAgent_Mobile)
-- Added the method isSoftBank() to check whether an agent is SoftBank or not. (Net_UserAgent_Mobile_Common)
-- Renamed the class name from Net_UserAgent_Mobile_Vodafone to Net_UserAgent_Mobile_SoftBank.
-- Added the methods isMobile() and isDoCoMo()/isEZweb()/isSoftBank()/isWillcom() to check whether or not the user agent is mobile/DoCoMo/EZweb/SoftBank/Willcom by a given user agent string or by the HTTP header in an environment. (Net_UserAgent_Mobile)
-- Added the method isWillcom() to check whether an agent is Willcom or not. (Net_UserAgent_Mobile_Common)
-- Renamed the class name from Net_UserAgent_Mobile_AirHPhone to Net_UserAgent_Mobile_Willcom.
-- Added $_model/$_rawModel properties and getModel()/getRawModel() methods. (Net_UserAgent_Mobile_Common)
-- Removed getDeviceID(). (Net_UserAgent_Mobile_NonMobile)
-- Added support some emulators. (Request #12877) (Net_UserAgent_Mobile, Net_UserAgent_Mobile_SoftBank)
-- Added support for Yahoo!&apos;s Web Crawler. (Request #13061) (Net_UserAgent_Mobile_DoCoMo)
+- Added support for DeNA&apos;s Web Crawler. (Request #13130) (Net_UserAgent_Mobile_DoCoMo)
+- Added support for getting subscriber IDs (UIDs) by getUID().
+- Added support for NM705i, L705iX, F883iESS, SH705i, SH705i2, SO905iCS, F905iBiz, P905iTV, P705i, N705imyu, P705imyu, SO705i, P705iCL, F884i. (Net_UserAgent_Mobile_DoCoMo, Net_UserAgent_Mobile_DoCoMoDisplayMap)
 
 Defect Fixes
 ============
 
-- Fixed the model name from N506ISII to N506IS2. (Net_UserAgent_Mobile_DoCoMoDisplayMap)
-- Fixed a defect that caused supported HTML versions for some user agents that support HTML version 6.0 or greater to be detected as 5.0. (Net_UserAgent_Mobile_DoCoMo)
-- Fixed invalid width and height of some models. (Net_UserAgent_Mobile_DoCoMoDisplayMap)</notes>
+- Added error control operators to all $_SERVER[&apos;HTTP_USER_AGENT&apos;] to avoid PHP notices. (Bug #13128) (Net_UserAgent_Mobile)
+- Fixed a defect that the user agent string is not included in an error message raised from noMatch(). (Bug #13129) (Net_UserAgent_Mobile_Common)</notes>
  <contents>
   <dir baseinstalldir="/" name="/">
    <dir name="Mobile">
@@ -193,6 +184,40 @@
  <changelog>
   <release>
    <version>
+    <release>1.0.0RC1</release>
+    <api>0.30.0</api>
+   </version>
+   <stability>
+    <release>beta</release>
+    <api>beta</api>
+   </stability>
+   <date>2008-05-04</date>
+   <license uri="http://www.opensource.org/licenses/php.php">PHP License</license>
+   <notes>A new release of Net_UserAgent_Mobile is now available.
+
+What&apos;s New in Net_UserAgent_Mobile 1.0.0RC1
+
+ * UID support: Getting subscriber IDs (UIDs) by getUID() has been supported.
+ * Updated DoCoMo Support: 14 new models since the release 0.31.0 have been supported. And also DeNA&apos;s Web Crawler has been supported.
+ * Two defect fixes: Two minor defects (#13128 and #13129) have been fixed.
+
+See the following release notes for details.
+
+Enhancements
+============
+
+- Added support for DeNA&apos;s Web Crawler. (Request #13130) (Net_UserAgent_Mobile_DoCoMo)
+- Added support for getting subscriber IDs (UIDs) by getUID().
+- Added support for NM705i, L705iX, F883iESS, SH705i, SH705i2, SO905iCS, F905iBiz, P905iTV, P705i, N705imyu, P705imyu, SO705i, P705iCL, F884i. (Net_UserAgent_Mobile_DoCoMo, Net_UserAgent_Mobile_DoCoMoDisplayMap)
+
+Defect Fixes
+============
+
+- Added error control operators to all $_SERVER[&apos;HTTP_USER_AGENT&apos;] to avoid PHP notices. (Bug #13128) (Net_UserAgent_Mobile)
+- Fixed a defect that the user agent string is not included in an error message raised from noMatch(). (Bug #13129) (Net_UserAgent_Mobile_Common)</notes>
+  </release>
+  <release>
+   <version>
     <release>0.31.0</release>
     <api>0.30.0</api>
    </version>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.