diff options
author | mkanat%bugzilla.org <> | 2009-11-05 13:15:29 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-11-05 13:15:29 +0100 |
commit | d5538659b71f7b2b6ea92b59714c7fb1f3d6c183 (patch) | |
tree | 371352d1c0998213f04bcd7fd7d94862358433d0 /template/en/default/pages/release-notes.html.tmpl | |
parent | a11c67b765790d7e8d5c1bb8651b0496a043311a (diff) | |
download | bugzilla-d5538659b71f7b2b6ea92b59714c7fb1f3d6c183.tar.gz bugzilla-d5538659b71f7b2b6ea92b59714c7fb1f3d6c183.tar.xz |
Add bug 525025 to the 3.4.3 release notes.
Diffstat (limited to 'template/en/default/pages/release-notes.html.tmpl')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index be427e432..718b5e19c 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -70,6 +70,12 @@ with mangled names. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=328628">[% terms.Bug %] 328628</a>) </li> + <li>Creating custom fields with Unicode in their database column name + is now no longer allowed, as it would break Bugzilla. If you created + such a custom field, you should delete it by first marking it obsolete + and then clicking "Delete" in the custom field list, using editfields.cgi. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=525025">[% terms.Bug %] 525025</a>) + </li> <li>Clicking "submit only my comment" on the "mid-air collisions" page was leading to a "Suspicious Action" warning. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=514378">[% terms.Bug %] 514378</a>) |