diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-10 23:51:38 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-10 23:51:38 +0100 |
commit | 3ce5a41d0593e97692d89c9a6f553053edfda4dc (patch) | |
tree | da77876812abdac39a6110d3e74d75161725a07a /Bugzilla/WebService | |
parent | e7fb5b6ba75cc488d5fa155593546244334dec23 (diff) | |
download | bugs-3ce5a41d0593e97692d89c9a6f553053edfda4dc.tar bugs-3ce5a41d0593e97692d89c9a6f553053edfda4dc.tar.gz bugs-3ce5a41d0593e97692d89c9a6f553053edfda4dc.tar.bz2 bugs-3ce5a41d0593e97692d89c9a6f553053edfda4dc.tar.xz bugs-3ce5a41d0593e97692d89c9a6f553053edfda4dc.zip |
Bug 716726: Fix the documentation of WebServices that the next major version is 4.4, not 5.0
r=dkl a=LpSolit
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 6 | ||||
-rw-r--r-- | Bugzilla/WebService/Bugzilla.pm | 2 | ||||
-rw-r--r-- | Bugzilla/WebService/Product.pm | 2 |
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 |