summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/WebService/Bug.pm6
-rw-r--r--Bugzilla/WebService/Bugzilla.pm2
-rw-r--r--Bugzilla/WebService/Product.pm2
3 files changed, 5 insertions, 5 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 415681678..33c244ef7 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -1381,7 +1381,7 @@ C<summary>.
=item In Bugzilla B<4.2>, the C<is_url> return value was removed
(this attribute no longer exists for attachments).
-=item The C<size> return value was added in Bugzilla B<5.0>.
+=item The C<size> return value was added in Bugzilla B<4.4>.
=back
@@ -1533,7 +1533,7 @@ that id.
=item In Bugzilla B<4.0>, the C<author> return value was renamed to
C<creator>.
-=item C<count> was added to the return value in Bugzilla B<5.0>.
+=item C<count> was added to the return value in Bugzilla B<4.4>.
=back
@@ -2356,7 +2356,7 @@ argument.
loop errors had a generic code of C<32000>.
=item The ability to file new bugs with a C<resolution> was added in
-Bugzilla B<5.0>.
+Bugzilla B<4.4>.
=back
diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm
index 865996efa..86da535a3 100644
--- a/Bugzilla/WebService/Bugzilla.pm
+++ b/Bugzilla/WebService/Bugzilla.pm
@@ -397,7 +397,7 @@ never be stable.
=over
-=item Added in Bugzilla B<5.0>.
+=item Added in Bugzilla B<4.4>.
=back
diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm
index 07633dcaf..bce65ac04 100644
--- a/Bugzilla/WebService/Product.pm
+++ b/Bugzilla/WebService/Product.pm
@@ -704,7 +704,7 @@ The same as L</create>.
=over
-=item Added in Bugzilla B<5.0>.
+=item Added in Bugzilla B<4.4>.
=back