You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
32
32
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.
34
34
35
35
## Defect Fixes ##
36
36
37
37
- Changed to not use dirname(__FILE__) for include/require. (Bug #9891)
38
38
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.
@@ -16,7 +17,7 @@ See http://search.cpan.org/search?mode=module&query=HTTP-MobileAgent</descri
16
17
<active>yes</active>
17
18
</lead>
18
19
<date>2007-02-20</date>
19
-
<time>19:02:32</time>
20
+
<time>19:22:26</time>
20
21
<version>
21
22
<release>0.30.0</release>
22
23
<api>0.30.0</api>
@@ -30,12 +31,22 @@ See http://search.cpan.org/search?mode=module&query=HTTP-MobileAgent</descri
30
31
31
32
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.
32
33
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.
34
35
35
36
## Defect Fixes ##
36
37
37
38
- Changed to not use dirname(__FILE__) for include/require. (Bug #9891)
38
39
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.
@@ -157,12 +168,22 @@ And also this release supports many new models. See the following release notes
157
168
158
169
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.
159
170
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.
161
172
162
173
## Defect Fixes ##
163
174
164
175
- Changed to not use dirname(__FILE__) for include/require. (Bug #9891)
165
176
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.
0 commit comments