From: Frédéric Buclin Date: Tue, 6 Jul 2010 17:21:37 +0000 (+0200) Subject: Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8 X-Git-Tag: bugzilla-4.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0b2c0987dfd8226bb1a34c435a7a208190165ab;p=thirdparty%2Fbugzilla.git Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8 r/a=mkanat --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index d5c1fab74b..ec970a581c 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1761,7 +1761,7 @@ for that value. =item Added in Bugzilla B<3.4>. -=item Searching by C was removed in Bugzilla B<3.8>. +=item Searching by C was removed in Bugzilla B<4.0>. =back @@ -1923,8 +1923,8 @@ in them. The error message will have more details. =item Before B<3.0.4>, parameters marked as B were actually B, due to a bug in Bugzilla. -=item The C argument was added in Bugzilla B<3.8>. Before -Bugzilla 3.8, bugs were only added into Mandatory groups by this +=item The C argument was added in Bugzilla B<4.0>. Before +Bugzilla 4.0, bugs were only added into Mandatory groups by this method. =back diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm index f2b84f4d66..e13921ea6f 100644 --- a/Bugzilla/WebService/User.pm +++ b/Bugzilla/WebService/User.pm @@ -612,7 +612,7 @@ function. =item Added in Bugzilla B<3.4>. -=item C and C were added in Bugzilla B<3.8>. +=item C and C were added in Bugzilla B<4.0>. =back diff --git a/extensions/Voting/Extension.pm b/extensions/Voting/Extension.pm index 24ac4fdb54..74e3270981 100644 --- a/extensions/Voting/Extension.pm +++ b/extensions/Voting/Extension.pm @@ -75,7 +75,7 @@ sub db_schema_abstract_schema { sub install_update_db { my $dbh = Bugzilla->dbh; - # Note that before Bugzilla 3.8, voting was a built-in part of Bugzilla, + # Note that before Bugzilla 4.0, voting was a built-in part of Bugzilla, # so updates to the columns for old versions of Bugzilla happen in # Bugzilla::Install::DB, and can't safely be moved to this extension.