Closed
Bug 282796
Opened 20 years ago
Closed 20 years ago
update rv and Firefox version numbers (as seen from About > Help)
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: dbaron)
Details
(Keywords: fixed-aviary1.0.1)
Attachments
(2 files)
324 bytes,
patch
|
jay
:
review+
dveditz
:
superreview+
dveditz
:
approval-aviary1.0.1+
|
Details | Diff | Splinter Review |
336 bytes,
patch
|
mscott
:
review+
dveditz
:
superreview+
dveditz
:
approval-aviary1.0.1+
|
Details | Diff | Splinter Review |
I was looking at the Help > About dialog for the 2005021706-1.0.1 firefox builds
on Windows and Mac and saw the following info in the version/user-agent string:
rv: 1.7.5
Firefox/1.0
shouldn't these be updated to rv: 1.7.6 and Firefox/1.0.1?
Assignee | ||
Comment 1•20 years ago
|
||
I just updated the rv: from 1.7.5 to 1.7.6.
I'm a little more concerned about the FF version strings and their influence on
Update, extensions, etc.
Assignee | ||
Comment 2•20 years ago
|
||
So I guess the key question is, what does the following patch change, and is it
what we want?
Index: version.txt
===================================================================
RCS file: /cvs/mozilla/browser/config/version.txt,v
retrieving revision 1.1.4.7
diff -p -u -1 -2 -r1.1.4.7 version.txt
--- version.txt 27 Oct 2004 03:57:24 -0000 1.1.4.7
+++ version.txt 19 Feb 2005 02:16:21 -0000
@@ -1 +1 @@
-1.0
+1.0.1
Assignee | ||
Comment 3•20 years ago
|
||
So I talked to Ben, and we found that app.extensions.version in firefox.js on
the branch is already fixed at 1.0, so bumping this should be OK.
Assignee | ||
Comment 4•20 years ago
|
||
Attachment #174757 -
Flags: superreview?(dveditz)
Attachment #174757 -
Flags: review?(bugs)
Attachment #174757 -
Flags: approval-aviary1.0.1?
Assignee | ||
Updated•20 years ago
|
Flags: blocking-aviary1.0.1+
Assignee | ||
Updated•20 years ago
|
Attachment #174757 -
Attachment description: patch → firefox patch
Assignee | ||
Comment 5•20 years ago
|
||
thunderbird also has the extensions version fixed in all-thunderbird.js. If
we're even considering a thunderbird 1.0.1 off the
AVIARY_1_0_1_20050124_BRANCH, we should get this in sooner rather than later.
Attachment #174758 -
Flags: superreview?(dveditz)
Attachment #174758 -
Flags: review?(mscott)
Updated•20 years ago
|
Attachment #174758 -
Flags: review?(mscott) → review+
Comment 6•20 years ago
|
||
Attachment #174757 -
Flags: review?(bugs) → review+
Assignee | ||
Updated•20 years ago
|
Attachment #174758 -
Flags: approval-aviary1.0.1?
Comment 7•20 years ago
|
||
Comment on attachment 174757 [details] [diff] [review]
firefox patch
sr/a=dveditz
Attachment #174757 -
Flags: superreview?(dveditz)
Attachment #174757 -
Flags: superreview+
Attachment #174757 -
Flags: approval-aviary1.0.1?
Attachment #174757 -
Flags: approval-aviary1.0.1+
Comment 8•20 years ago
|
||
Comment on attachment 174758 [details] [diff] [review]
thunderbird patch
sr/a=dveditz
Where does the Gecko rv: get bumped?
Attachment #174758 -
Flags: superreview?(dveditz)
Attachment #174758 -
Flags: superreview+
Attachment #174758 -
Flags: approval-aviary1.0.1?
Attachment #174758 -
Flags: approval-aviary1.0.1+
Assignee | ||
Comment 9•20 years ago
|
||
The rv: is in config/milestone.txt, which I already landed.
Just checked in the other two.
Comment 10•20 years ago
|
||
Verified Fixed. Version looks good:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050221
Firefox/1.0.1
Bug 283181 has been logged to rev the version number in the installer.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•