Confirmed users
228
edits
(Adding information to mention isOSUpdate, and its purpose) |
|||
| Line 12: | Line 12: | ||
<updates> | <updates> | ||
<update type="minor" version="1.0.4" extensionVersion="1.0.4" | <update type="minor" version="1.0.4" extensionVersion="1.0.4" | ||
detailsURL="http://www.foo.com/1.0.4/whatsnew.html"> | detailsURL="http://www.foo.com/1.0.4/whatsnew.html" isOSUpdate="true"> | ||
<patch type="partial" URL="http://www.foo.com/1.0.4-partial.mar" | <patch type="partial" URL="http://www.foo.com/1.0.4-partial.mar" | ||
hashFunction="" hashValue="" size=""/> | hashFunction="" hashValue="" size=""/> | ||
| Line 20: | Line 20: | ||
.. | .. | ||
<update type="major" version="1.1.2" extensionVersion="1.1.2" | <update type="major" version="1.1.2" extensionVersion="1.1.2" | ||
detailsURL="http://www.foo.com/1.1.2/whatsnew.html"> | detailsURL="http://www.foo.com/1.1.2/whatsnew.html" isOSUpdate="true"> | ||
<patch type="complete" URL="http://www.foo.com/1.1.2-complete.mar" | <patch type="complete" URL="http://www.foo.com/1.1.2-complete.mar" | ||
hashFunction="" hashValue="" size=""/> | hashFunction="" hashValue="" size=""/> | ||
| Line 43: | Line 43: | ||
<tr><td valign="top">'''<strike>isSecurityUpdate</strike>'''</td><td><strike><code>true</code> for security updates, to present a scarier warning to users, <code>false</code> if the update is not a security update.</strike> '''Note:''' The client is not and has not heeded this boolean value, and AUS has never set it. [https://bugzilla.mozilla.org/show_bug.cgi?id=329729#c75 See bug #329729 for details.]</td></tr> | <tr><td valign="top">'''<strike>isSecurityUpdate</strike>'''</td><td><strike><code>true</code> for security updates, to present a scarier warning to users, <code>false</code> if the update is not a security update.</strike> '''Note:''' The client is not and has not heeded this boolean value, and AUS has never set it. [https://bugzilla.mozilla.org/show_bug.cgi?id=329729#c75 See bug #329729 for details.]</td></tr> | ||
<tr><td valign="top">'''buildID'''</td><td>The BuildID of the build being offered</td></tr> | <tr><td valign="top">'''buildID'''</td><td>The BuildID of the build being offered</td></tr> | ||
<tr><td valign="top">'''isOSUpdate'''</td><td>Needed to specify that the update is to be applied as a recovery update, with the phone rebooting into recovery mode and applying the update correctly.</td></tr> | |||
</table> | </table> | ||