Closed
Bug 660531
(bz-release-402)
Opened 14 years ago
Closed 13 years ago
Release Bugzilla 4.1.3, 4.0.2, 3.6.6 and 3.4.12
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: LpSolit, Assigned: mkanat)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
We currently have 5 security bugs which are being fixed these days, so it makes sense to do security releases in the coming days or weeks (I would say within 2-3 weeks), see bug 660528 for details. Also, we have some hard blockers for 4.0.2: bug 655912 and bug 656769, which must also be fixed before we release anything.
Flags: blocking4.2+
Flags: blocking4.0.2+
Flags: blocking3.6.6+
Flags: blocking3.4.12+
Reporter | ||
Comment 1•14 years ago
|
||
Oh, I also would like these releases being available before we branch for 4.2, because it's a pain to commit on several branches, especially security bugs!
Assignee | ||
Updated•14 years ago
|
Alias: bz-release-402
Blocks: bz-release
Reporter | ||
Comment 4•13 years ago
|
||
Comment on attachment 550537 [details] [diff] [review] Website Updates, v1 >=== modified file 'Bugzilla/DB/Schema.pm' >+ id => {TYPE => 'MEDIUMSERIAL', NOTNULL => 1, >+ PRIMARYKEY => 1}, Hum...
Attachment #550537 -
Flags: review?(LpSolit) → review-
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #550537 -
Attachment is obsolete: true
Attachment #550865 -
Flags: review?(LpSolit)
Reporter | ||
Comment 6•13 years ago
|
||
Comment on attachment 550865 [details] [diff] [review] Website Updates, v2 You should update the RC date at http://www-stage.bugzilla.org/releases/4.2/. Otherwise looks good. r=LpSolit
Attachment #550865 -
Flags: review?(LpSolit) → review+
Assignee | ||
Comment 9•13 years ago
|
||
Fix the 4.1.2 paragraph.
Attachment #550909 -
Attachment is obsolete: true
Attachment #550909 -
Flags: review?(LpSolit)
Attachment #550911 -
Flags: review?(LpSolit)
Reporter | ||
Comment 10•13 years ago
|
||
Comment on attachment 550911 [details]
Release Announcement, v2
r=LpSolit
Attachment #550911 -
Flags: review?(LpSolit) → review+
Reporter | ||
Comment 11•13 years ago
|
||
Diff files about 3.6.6, e.g. bugzilla-3.6.*-to-3.6.6-nodocs.diff.gz look wrong to me. There are > 100 Kb and contain the removal of files in lib/CGI/. I don't think lib/CGI/ should appear in these diffs.
Assignee | ||
Comment 13•13 years ago
|
||
Website updated, announcements sent. Release is done. :-)
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 14•13 years ago
|
||
(In reply to Frédéric Buclin from comment #11) > Diff files about 3.6.6, e.g. bugzilla-3.6.*-to-3.6.6-nodocs.diff.gz look > wrong to me. There are > 100 Kb and contain the removal of files in > lib/CGI/. I don't think lib/CGI/ should appear in these diffs. So, I looked into this, and there is something very bad about the way diff's --exclude parameter works--it does not match paths, only singular file names. As a result, I can't find a way to exclude the base lib/ dir without the docs/lib dir being excluded. :-/
You need to log in
before you can comment on or make changes to this bug.
Description
•