Skip to content

Commit e2d8ea7

Browse files
committed
- Fixed the release notes.
1 parent 31c2004 commit e2d8ea7

File tree

2 files changed

+36
-5
lines changed

2 files changed

+36
-5
lines changed

package.php

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author KUBO Atsuhiro <iteman@users.sourceforge.net>
1616
* @copyright 2003-2007 KUBO Atsuhiro <iteman@users.sourceforge.net>
1717
* @license http://www.php.net/license/3_0.txt PHP License 3.0
18-
* @version CVS: $Id: package.php,v 1.1 2007/02/20 19:03:30 kuboa Exp $
18+
* @version CVS: $Id: package.php,v 1.2 2007/02/20 19:24:46 kuboa Exp $
1919
* @since File available since Release 0.30.0
2020
*/
2121

@@ -30,12 +30,22 @@
3030
3131
This release includes a fix for the bug #9891 "dirname(__FILE__) should not be used for include/require". This can be replaced a driver with a user enhancement driver in the normal way.
3232
33-
And also this release supports many new models. See the following release notes for details.
33+
And also this release includes other fixes and supports many new models. See the following release notes for details.
3434
3535
## Defect Fixes ##
3636
3737
- Changed to not use dirname(__FILE__) for include/require. (Bug #9891)
3838
39+
### Net_UserAgent_Mobile_DoCoMo ###
40+
41+
- Changed so that an FOMA Card ID (iccXXXXXXXXXXXXXXXXXXXX) without 20 digit alphanumeric can be parsed successfully. Then getCardID() method will simply return null. (Bug #8584)
42+
- Fixed the HTML version for 882i from 5.0 to 6.0.
43+
44+
### Net_UserAgent_Mobile_Vodafone ###
45+
46+
- Removed a duplicate statement. (Bug #8806)
47+
- Fixed model version matching to get appropriate model version as JP10 for 705P/PJP10.
48+
3949
## Enhancements ##
4050
4151
### Net_UserAgent_Mobile_DoCoMo, Net_UserAgent_Mobile_DoCoMoDisplayMap ###

package2.xml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- $Id: package2.xml,v 1.2 2007/02/20 19:24:46 kuboa Exp $ -->
23
<package packagerversion="1.5.0" 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
34
http://pear.php.net/dtd/tasks-1.0.xsd
45
http://pear.php.net/dtd/package-2.0
@@ -16,7 +17,7 @@ See http://search.cpan.org/search?mode=module&amp;query=HTTP-MobileAgent</descri
1617
<active>yes</active>
1718
</lead>
1819
<date>2007-02-20</date>
19-
<time>19:02:32</time>
20+
<time>19:22:26</time>
2021
<version>
2122
<release>0.30.0</release>
2223
<api>0.30.0</api>
@@ -30,12 +31,22 @@ See http://search.cpan.org/search?mode=module&amp;query=HTTP-MobileAgent</descri
3031

3132
This release includes a fix for the bug #9891 &quot;dirname(__FILE__) should not be used for include/require&quot;. This can be replaced a driver with a user enhancement driver in the normal way.
3233

33-
And also this release supports many new models. See the following release notes for details.
34+
And also this release includes other fixes and supports many new models. See the following release notes for details.
3435

3536
## Defect Fixes ##
3637

3738
- Changed to not use dirname(__FILE__) for include/require. (Bug #9891)
3839

40+
### Net_UserAgent_Mobile_DoCoMo ###
41+
42+
- Changed so that an FOMA Card ID (iccXXXXXXXXXXXXXXXXXXXX) without 20 digit alphanumeric can be parsed successfully. Then getCardID() method will simply return null. (Bug #8584)
43+
- Fixed the HTML version for 882i from 5.0 to 6.0.
44+
45+
### Net_UserAgent_Mobile_Vodafone ###
46+
47+
- Removed a duplicate statement. (Bug #8806)
48+
- Fixed model version matching to get appropriate model version as JP10 for 705P/PJP10.
49+
3950
## Enhancements ##
4051

4152
### Net_UserAgent_Mobile_DoCoMo, Net_UserAgent_Mobile_DoCoMoDisplayMap ###
@@ -157,12 +168,22 @@ And also this release supports many new models. See the following release notes
157168

158169
This release includes a fix for the bug #9891 &quot;dirname(__FILE__) should not be used for include/require&quot;. This can be replaced a driver with a user enhancement driver in the normal way.
159170

160-
And also this release supports many new models. See the following release notes for details.
171+
And also this release includes other fixes and supports many new models. See the following release notes for details.
161172

162173
## Defect Fixes ##
163174

164175
- Changed to not use dirname(__FILE__) for include/require. (Bug #9891)
165176

177+
### Net_UserAgent_Mobile_DoCoMo ###
178+
179+
- Changed so that an FOMA Card ID (iccXXXXXXXXXXXXXXXXXXXX) without 20 digit alphanumeric can be parsed successfully. Then getCardID() method will simply return null. (Bug #8584)
180+
- Fixed the HTML version for 882i from 5.0 to 6.0.
181+
182+
### Net_UserAgent_Mobile_Vodafone ###
183+
184+
- Removed a duplicate statement. (Bug #8806)
185+
- Fixed model version matching to get appropriate model version as JP10 for 705P/PJP10.
186+
166187
## Enhancements ##
167188

168189
### Net_UserAgent_Mobile_DoCoMo, Net_UserAgent_Mobile_DoCoMoDisplayMap ###

0 commit comments

Comments
 (0)