Closed
Bug 907984
Opened 12 years ago
Closed 12 years ago
Release Mozmill 2.0rc5
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [mozmill-2.0])
Attachments
(1 file, 1 obsolete file)
10.54 KB,
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
We want to release the current state of Mozmill as version 2.0rc5 on PyPI. This should be the final release candidate before the official release.
As of now we are waiting for fixes for the two bugs in the dependency list. Once done we should create the new hotfix-2.0 branch, which will be the base for this release.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #795922 -
Flags: review?(dave.hunt)
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 795922 [details] [diff] [review]
Patch v1
Review of attachment 795922 [details] [diff] [review]:
-----------------------------------------------------------------
::: jsbridge/jsbridge/extension/install.rdf
@@ +16,4 @@
> <Description>
> <em:id>toolkit@mozilla.org</em:id>
> <em:minVersion>10.0</em:minVersion>
> + <em:maxVersion>30.*</em:maxVersion>
hm, I wonder if we should bump to the next ESR instead, which will be 31.
Comment 3•12 years ago
|
||
Comment on attachment 795922 [details] [diff] [review]
Patch v1
Review of attachment 795922 [details] [diff] [review]:
-----------------------------------------------------------------
Wow, what a lot of changes! Looks great, thanks Henrik.
::: jsbridge/jsbridge/extension/install.rdf
@@ +16,4 @@
> <Description>
> <em:id>toolkit@mozilla.org</em:id>
> <em:minVersion>10.0</em:minVersion>
> + <em:maxVersion>30.*</em:maxVersion>
Makes sense, but this could also wait for the official release (or next candidate)
Attachment #795922 -
Flags: review?(dave.hunt) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Before we forget about this version bump, lets do it now. It's safer. :)
Attachment #795922 -
Attachment is obsolete: true
Attachment #795941 -
Flags: review+
Assignee | ||
Comment 5•12 years ago
|
||
Landed on master:
https://github.com/mozilla/mozmill/commit/a1a917b0b67ff1eda4127f6919a750cd8b54986e
Tagged as 2.0rc5:
https://github.com/mozilla/mozmill/commits/2.0rc5
Uploading to pypi:
Submitting dist/jsbridge-3.0rc5.tar.gz to http://pypi.python.org/pypi
Server response (200): OK
Submitting dist/mozmill-2.0rc5.tar.gz to http://pypi.python.org/pypi
Server response (200): OK
We are done! Lets hope that no major issues will raise and that we can release the final by next week!
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•12 years ago
|
||
Also I have created the hotfix-2.0 branch now:
https://github.com/mozilla/mozmill/tree/hotfix-2.0
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•