8
0

- update to 1.997

* Document actual behaviour of from_xxx() methods. [perl #85334] (Peter John
     Acklam)
   * Make bmuladd() able to handle third arg properly. [perl #85482] (Peter John
     Acklam)
   * Add sign function bsgn() as a complement to babs(). (Peter John Acklam)
   * Fix objectify()'s handling of "foreign objects". (RT #16221 and #52124)
     (Peter John Acklam)
   * Rewrap some verbatim pod in Math::BigInt. (Father Chrysostomos)
   * Correct links to sections. (Alexandr Ciornii)
   * Remove incorrect formatting inside verbatim paragraphs. (Alexandr Ciornii)
   * Upgrade bundled modules in "inc" to latest version. (Peter John Acklam)
   * Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are
     generated by the distribution author at packaging time, MYMETA.* are
     generated by the end user at configure time after any dynamic dependencies
     are known. (Peter John Acklam)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2011-11-18 12:32:20 +00:00
committed by Git OBS Bridge
parent e4ae64ff9d
commit bb109ead4f
3 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Nov 18 12:31:43 UTC 2011 - coolo@suse.com
- update to 1.997
* Document actual behaviour of from_xxx() methods. [perl #85334] (Peter John
Acklam)
* Make bmuladd() able to handle third arg properly. [perl #85482] (Peter John
Acklam)
* Add sign function bsgn() as a complement to babs(). (Peter John Acklam)
* Fix objectify()'s handling of "foreign objects". (RT #16221 and #52124)
(Peter John Acklam)
* Rewrap some verbatim pod in Math::BigInt. (Father Chrysostomos)
* Correct links to sections. (Alexandr Ciornii)
* Remove incorrect formatting inside verbatim paragraphs. (Alexandr Ciornii)
* Upgrade bundled modules in "inc" to latest version. (Peter John Acklam)
* Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are
generated by the distribution author at packaging time, MYMETA.* are
generated by the end user at configure time after any dynamic dependencies
are known. (Peter John Acklam)
-------------------------------------------------------------------
Fri Apr 29 07:35:32 UTC 2011 - coolo@opensuse.org