]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 6 Jul 2010 17:21:37 +0000 (19:21 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 6 Jul 2010 17:21:37 +0000 (19:21 +0200)
r/a=mkanat

Bugzilla/WebService/Bug.pm
Bugzilla/WebService/User.pm
extensions/Voting/Extension.pm

index d5c1fab74b277cb7a3a568182251e3e56ee13e90..ec970a581c6502da1885291a0f91318f90adbad7 100644 (file)
@@ -1761,7 +1761,7 @@ for that value.
 
 =item Added in Bugzilla B<3.4>.
 
-=item Searching by C<votes> was removed in Bugzilla B<3.8>.
+=item Searching by C<votes> 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<Defaulted> were actually
 B<Required>, due to a bug in Bugzilla.
 
-=item The C<groups> argument was added in Bugzilla B<3.8>. Before
-Bugzilla 3.8, bugs were only added into Mandatory groups by this
+=item The C<groups> argument was added in Bugzilla B<4.0>. Before
+Bugzilla 4.0, bugs were only added into Mandatory groups by this
 method.
 
 =back
index f2b84f4d66d31bae66a498deb6961e26738d6b79..e13921ea6f899c209e5fa31e21704322e34f7ac3 100644 (file)
@@ -612,7 +612,7 @@ function.
 
 =item Added in Bugzilla B<3.4>.
 
-=item C<group_ids> and C<groups> were added in Bugzilla B<3.8>.
+=item C<group_ids> and C<groups> were added in Bugzilla B<4.0>.
 
 =back
 
index 24ac4fdb546123ae7cbfe1df8d3cda01b343743b..74e3270981f9272929e3e387d6b86a36d412a3a8 100644 (file)
@@ -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.