Files
perl-utf8-all/perl-utf8-all.changes

158 lines
6.0 KiB
Plaintext

-------------------------------------------------------------------
Tue Jan 9 07:33:48 UTC 2018 - coolo@suse.com
- updated to 0.024
see /usr/share/doc/packages/perl-utf8-all/Changes
0.024 2018-01-05
* Adapted force_global test to work when the perl unicode flag is active
[gh-48; HayoBaan]
-------------------------------------------------------------------
Tue May 30 07:06:06 UTC 2017 - coolo@suse.com
- updated to 0.023
see /usr/share/doc/packages/perl-utf8-all/Changes
0.023 2017-05-29
* Global effects (e.g. adding UTF-8 to STD* layers) now only enabled when
utf8::all is used from the main package. Options exist to override this
default behaviour [gh-47; HayoBaan]
-------------------------------------------------------------------
Sun Apr 23 07:09:43 UTC 2017 - coolo@suse.com
- updated to 0.022
see /usr/share/doc/packages/perl-utf8-all/Changes
0.022 2017-04-22
* Adpated to changes in Encode v2.89 [HayoBaan]
-------------------------------------------------------------------
Wed Aug 17 06:14:50 UTC 2016 - coolo@suse.com
- updated to 0.021
see /usr/share/doc/packages/perl-utf8-all/Changes
0.021 2016-08-16
* Fixed: Not encoding readdir DIRHANDLE argument [gh-35; HayoBaan]
* Fixed: Enforcing LEAVE_SRC on $utf8::all::UTF_CHECK [HayoBaan]
* Skipping thread test on Perl<=v5.10.0 (threads unstable there) [HayoBaan]
-------------------------------------------------------------------
Fri Aug 12 06:21:03 UTC 2016 - coolo@suse.com
- updated to 0.020
see /usr/share/doc/packages/perl-utf8-all/Changes
0.020 2016-08-11
- Always using PerlIO::utf8_strict as I/O conversion [gh-44; schwern]
- Fixed "UTF-16 surrogate 0xd800" error in some builds [HayoBaan]
-------------------------------------------------------------------
Thu Aug 11 06:23:34 UTC 2016 - coolo@suse.com
- updated to 0.019
see /usr/share/doc/packages/perl-utf8-all/Changes
0.019 2016-08-10
* Removed Build.PL, require >= v0.009 of PluginBundle [HayoBaan]
0.018 2016-08-10
- Now choosing a utf-8 encoding that will not break threads [gh-43; schwern]
- Handling utf-8 encoding/decoding errors [gh-35; HayoBaan]
- New maintainer: [HayoBaan]
-------------------------------------------------------------------
Sat Nov 14 10:31:57 UTC 2015 - coolo@suse.com
- updated to 0.017
see /usr/share/doc/packages/perl-utf8-all/Changes
0.017 2015-11-13
- Tests now correctly handle the PERL_UNICODE env variable
and the -C perl command-line flag. [gh-40; HayoBaan]
- Implemented "no utf8::all" [gh-33; HayoBaan]
- Corrected a number of tests [HayoBaan]
- Added wrapper for readlink [gh-21; HayoBaan]
- Added test for readpipe, qx, and backtick operator [HayoBaan]
- Rewrote documentation [HayoBaan]
-------------------------------------------------------------------
Mon Apr 13 18:19:27 UTC 2015 - coolo@suse.com
- updated to 0.016
see /usr/share/doc/packages/perl-utf8-all/Changes
0.016 2015-01-08
- Not decoding @ARGV when perl is run with -CA [gh-32; HayoBaan]
Thank you [saulery] for the tip!
- Fixed exclusion of Windows platform [HayoBaan]
- Excluding DOS and OS/2 platforms [HayoBaan]
- Moved utf-8 aware implementation of File::Find and Cwd to their
own module (File::Find::utf8 and Cwd::utf8) [HayoBaan]
0.015 2014-08-28
- Fixed changelog for 0.014
- Removed overly optimistic use of v5.20.0 syntax
0.014 2014-08-27
- Skip locale tests on systems without locale support [gh-27; Hugmeir]
- Added wrapper for: [HayoBaan]
- glob [HayoBaan]
- File::Find::find, File::Find::finddepth, [HayoBaan]
- Cwd::cwd Cwd::fastcwd Cwd::getcwd Cwd::fastgetcwd [HayoBaan]
- Cwd::abs_path Cwd::realpath Cwd::fast_abs_path [HayoBaan]
0.013 2014-08-19
- Warn instead of bailing out of the test suite when
autodie is old [gh-26, gh-22]
- Only decoding @ARGV when called from the main package [gh-18] [HayoBaan]
0.012 2014-08-03
- Disable wrapping readdir on Windows [gh-17]
- Don't ship files with names that aren't portable to Windows [gh-17]
0.011 2013-08-03
- Only decode readdir entries if utf8::all is in effect [leont]
- Support direct dirhandles in readdir [leont]
0.010 2013-02-02
- Don't depend on localizable error strings
0.009 2012-10-27
- Don't depend on filesystem ordering [leont, GH #14]
0.008 2012-10-24
- Enable unicode_strings (see perldoc feature) [GH #2]
- Enable unicode_eval (see perldoc feature) [GH #2]
- Enable fc (see perldoc fc) [GH #2]
- Wrap CORE::readdir to provide UTF-8 filenames [GH #11]
0.007 2012-08-01
- Use version.pm for comparing versions in the test suite
- Better detection of warnings in t/FATAL_utf8.t
- Don't fail the test suite if autodie is too old
0.006 2012-07-29
- Be less strict with detecting fatal UTF-8 error in test suite [GH #12]
0.005 2012-07-29
- Use Import::Into instead of home-grown "solution" [GH #10]
- Don't permit running with autodie < 2.12, due to RT #54777 [GH #7]
- Promote utf8 warnings to fatal errors [GH #1]
-------------------------------------------------------------------
Sun Jun 24 16:34:54 UTC 2012 - pascal.bleser@opensuse.org
- update to 0.004:
* fix test suite for less current versions of Perl
* internal refactoring
* load charnames
-------------------------------------------------------------------
Thu Sep 29 08:38:45 CET 2011 - pascal.bleser@opensuse.org
- initial version (0.002)