diff options
author | mkanat%bugzilla.org <> | 2008-05-05 05:08:22 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-05-05 05:08:22 +0000 |
commit | 7d96058fe14979b6c04d9f0236c5b210a8cb6235 (patch) | |
tree | ccdea6fa0d9f08efd5232b0dbecf20a70c9b6309 | |
parent | Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter inst... (diff) | |
download | bugzilla-7d96058fe14979b6c04d9f0236c5b210a8cb6235.tar.gz bugzilla-7d96058fe14979b6c04d9f0236c5b210a8cb6235.tar.bz2 bugzilla-7d96058fe14979b6c04d9f0236c5b210a8cb6235.zip |
Fix bustage from Bug 417531 (the relnotes bug).
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 5758dc9c7..c1854f45a 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -64,19 +64,19 @@ <h3>3.0.4</h3> <ul> - <li>Bugzilla administrators were not being correctly notified about new - releases. + <li>[% terms.Bugzilla %] administrators were not being correctly notified + about new releases. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=414726">[% terms.Bug %] 414726</a>)</li> <li>There could be extra whitespace in email subject lines. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=411544">[% terms.Bug %] 411544</a>)</li> <li>The priority, severity, OS, and platform fields were always required by - the <kbd>Bug.create</kbd> WebService function, even if they had + the <kbd>B<!-- -->ug.create</kbd> WebService function, even if they had defaults specified. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=384009">[% terms.Bug %] 384009</a>)</li> - <li>Better threading of bugmail in some email clients. + <li>Better threading of [% terms.bug %]mail in some email clients. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=376453">[% terms.Bug %] 376453</a>)</li> <li>There were many fixes to the Inbound Email Interface |