Files
perl-Getopt-Long/perl-Getopt-Long.changes

154 lines
4.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Aug 13 05:10:37 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.51
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
Changes in version 2.51
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=122068.
* Fix bug https://rt.perl.org/Ticket/Display.html?id=134352.
* Fix warnings when getting options after calling Getopt::Long->VERSION.
Thanks to Dan Book.
* Fix issue https://rt.cpan.org/Ticket/Display.html?id=124789.
-------------------------------------------------------------------
Sun May 28 05:46:34 UTC 2017 - coolo@suse.com
- updated to 2.50
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
Changes in version 2.50
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=120231.
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=120300.
Unfortunately, this withdraws a small part of fix 114999.
GNU getopt_long() does not accept the (optional)
argument to be passed to the option without = sign.
We do, since not doing so breaks existing scripts.
* Provide a default value for options (gnu_compat mode).
Thanks to Andrew Gregory.
Changes in version 2.49.1
-------------------------
* Emergency fix Makefile.PL for non-GNUmake.
-------------------------------------------------------------------
Sun Jun 12 13:07:20 UTC 2016 - coolo@suse.com
- updated to 2.49
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
Changes in version 2.49
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=114999
Thanks Roy Ivy III for finding and fixing this.
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=113748
Thanks Tom Wyant for finding and fixing this.
-------------------------------------------------------------------
Fri Nov 6 09:59:21 UTC 2015 - coolo@suse.com
- updated to 2.48
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
Changes in version 2.48
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=39052.
Thanks to Roy Ivy III for digging this out and providing patches.
-------------------------------------------------------------------
Thu Jun 18 17:46:44 UTC 2015 - coolo@suse.com
- updated to 2.47
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
Changes in version 2.47
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=89513.
Should have done that earlier :)
This changes the format for accepted float numbers:
<optional sign>
<optional mantissa>
<optional dec.point and fraction>
<optional "e" and exponent>
Mantissa and decimal fraction may not both be omitted.
Underscores are permissible virtually anywhere in numbers for clarity.
-------------------------------------------------------------------
Sun Jun 7 08:34:26 UTC 2015 - coolo@suse.com
- updated to 2.46
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
Changes in version 2.46
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=104842
Kudo's to EDAVIS for finding this very obscure bug.
* Some small changes/additions to the test suite and examples.
-------------------------------------------------------------------
Fri Apr 17 08:14:35 UTC 2015 - coolo@suse.com
- updated to 2.45
see /usr/share/doc/packages/perl-Getopt-Long/CHANGES
Changes in version 2.45
-----------------------
* Revert behaviour of the combination of <> and pass_through to what
is was in 2.42.
Thanks to Wilson Snyder to provide enhancements to the documentation
to clarify why <> and pass_through generally is a bad idea.
It is, however, very unfortunate to hear from users that their
programs *depend* on the undocumented pre-2.43 behaviour.
Changes in version 2.44
-----------------------
* Be gentle to the user community and turn fix 92462 into a warning.
This may be changed back to error in some future release.
Changes in version 2.43
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=92462
* Implement enhancement
https://rt.cpan.org/Public/Bug/Display.html?id=101237
* Fix the Getopt::Long part of bug
https://rt.cpan.org/Ticket/Display.html?id=100335
-------------------------------------------------------------------
Wed Jun 25 14:28:55 UTC 2014 - coolo@suse.com
- initial package 2.42
* created by cpanspec 1.78.08