------------------
0.001007 2015-02-16 09:12:08-05:00 America/New_York
- fix some badly cp'd pod (RT 91955)
- add missing test time dependency on Test::Fatal (RT 101971)
--------------
1.16 2015-02-16
- Canonicalize paths using File::Spec->canonpath; this addresses
failures on Windows where /-separated paths were stored in the
origins hash, due to Cwd::abs_path returning them
Updated devel/p5-autobox-Core to 1.28
Updated devel/p5-autodie to 2.26
Updated devel/p5-circular-require to 0.11
Updated devel/p5-experimental to 0.013
Updated devel/p5-indirect to 0.33
Updated devel/p5-lib-abs to 0.93
Updated devel/p5-namespace-autoclean to 0.24
-------------------
0.24 2015-01-03 20:44:36Z
- re-release to fix problematic $VERSION declaration (RT#101095)
0.23 2014-12-27 04:07:03Z
- be more lenient in optional Mouse tests to handle edge cases in older and
pure perl versions
0.22 2014-11-04 06:19:54Z
- fix an erroneous change in 0.21
0.21 2014-11-04 05:24:36Z
- drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better
overload handling
------------------
2.000015 - 2014-12-12
- Avoid using += in Makefile when bootstrapping for portability (RT#100797)
- adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0,
and bump our EUMM prereq to 7.0.
- fix shell test for shells where we can't prevent some rc files from being
loaded, like zsh (RT#99819).
-------------------
0.33 2014-09-29 20:20 UTC
+ Fix : [RT #99083] : Breaks eval in an END block in Win32 pseudo-forks.
Thanks Graham Knop for reporting.
+ Fix : Segfaults during global destruction of a thread or a
pseudo-fork.
0.32 2014-09-21 20:15 UTC
+ Add : Support for the PERL_OP_PARENT optional feature introduced in
perl 5.21.2.
+ Fix : [RT #92806] : Tests that use run_perl() fail on Android
Thanks Brian Fraser for the patch.
+ Fix : indirect constructs will no longer segfault while inside
the empty package on perl 5.8.x. This fix may also prevent
some segfaults during global destruction.
0.31 2013-09-05 16:45 UTC
+ Fix : [RT #88428] : no indirect in eval can trigger for direct calls
on __PACKAGE__
Thanks Graham Knop for reporting.
+ Tst : Author tests are no longer bundled with this distribution.
They are only made available to authors in the git repository.
* BUGFIX / INCOMPAT: Remove "fileno" and "umask" from the list of
CORE subs protected by autodie and Fatal.
When they return undef, it is not a failure.
* BUGFIX: Fixed an error that could occur during global destruction of
the form "(in cleanup) Can't use an undefined value as an ARRAY
reference at .../autodie/Scope/GuardStack.pm line 48 during global
destruction" (Thanks to Dave Rolsky).
* BUGFIX: The open-pragma is now properly ignored when open is
given an explicit layer. This brings autodie protected
open in sync with open. Thanks to Gregory Oschwald and
Graham Knop for the report + test case and the patch.
(GH#52 + GH#53)
* BUGFIX: Hide the "SCALAR" (buffer) argument in the string
representation of autodie::exception for the read,
sysread and syswrite CORE subs. This is to avoid
a dump of binary data to the screen/log when a
(sys)read or syswrite fails.
* FEATURE: Let autodie::exception work in equality tests and
string comparison via "overload fallback".
(Thanks to Michael G. Schwern)
* DOC: Mention that "kill" is in the ":ipc" category. It has
been there since autodie v2.14.
(Thanks to Felipe Gasper for reporting it, RT#97320).
* INTERNAL: Use "parent" instead of "base" for inheritance. Also
avoid some @ISA relationships that were redundant.
Either truly redundant ones or by importing "import"
from Exporter v5.57.
- This change implies that perl 5.8 users must now
also fetch "parent" from cpan.
(Thanks to Olivier Mengue (Mengué), GH#59)
* DEVEL / TEST: The autodie module now accepts an undefined Fatal
version, assuming it to be development version.
Test cases that require versions are now either
skipped or considered "release" test.
* TEST / INTERNAL: Enabled travis-ci for Perl 5.20
* TEST: Close temp file before re-opening in t/truncate.t.
(Thanks to Craig A. Berry, RT#96609)
* TEST: Pass O_TRUNC with O_CREAT to sysopen in t/utf8_open.t.
(Thanks to Craig A. Berry, RT#87237)
* TEST: Clean up temp file in t/truncate.t.
(Thanks to Dave Mitchell, RT#100688)
------------------
1.28
Misc
- Make crypt() test optional for platforms without it (thanks Hugmeir)
1.27
Misc
- new version just to creage a new .tar.gz. a './' owned by root
apparently got added to the tar at some point after 'make dist'.
1.26
Fix
- remove 'use feature' from t/synopsis.t. this lets older perls perl.
1.25 Wed Jun 12 14:45:54 CDT 2013
Fix
- remove 'use feature' from t/synopsis.t. that was cut and paste from the
docs but wasn't actually necessary there.
1.24 Sun Jul 15 11:05:11 PDT 2012
Misc
- MANIFEST no longer includes previous distribution tar balls (Jacinta
Richardson)
1.23 Thu Jul 12 18:05:46 PDT 2012
Docs
- Minor corrections (Jacinta Richardson)
1.22 Thu Jul 12 17:16:06 PDT 2012
New Features
- %hash->each is now guaranteed to iterate through the complete hash,
unlike each(%hash). [github 7]
- defined()
Distribution Changes
- Added Test::More 0.88 as a pre-req (Jacinta Richardson)
- Added license for new versions of EMM
Docs
- Expanded module synopsis (Jacinta Richardson)
- Wrote documentation for all (or most) functions
- Tidied book extract (Jacinta Richardson)
Incompatible changes (Jacinta Richardson)
- Removed functions
- rand - bxor - gt - ne - mlt
- times - div - le - meq - mne
- add - eq - lshift - mge - rshift
- band - flip - mult - mgt - sub
- bor - ge - mcmp - mle - autobox::Core::CODE::map
Bug Fixes
- xor uses xor instead of ^ (Jacinta Richardson)
1.21 Mon Sep 26 16:15:19 PDT 2011
New Features
- $string->reverse will now always reverse the string regardless of context.
(Technically an incompatible change, but the list behavior of $string->reverse
was clearly useless).
Distribution Changes
- fix MANIFEST (thanks Steffen Mueller (Müller) ).
- move POD History section into standard Changes file (chocolateboy).
- look, a change log!
Misc
- removed unnecessary prototypes on methods (schwern)
- updated dependency on autobox
--------------
2.83 Sun Feb 1 21:34:01 2015
- RT #100247: fix assertion failures on 5.21.x perls with -DDEBUGGING
(thanks, ilmari and Father Chrysostomos)
- RT #100717: don't hide autobox::universal from PAUSE (thanks, ppisar)
- RT #89754: INSTALLDIRS fix (thanks, Kent Fredric)
---------------------
0.011 2014-08-30 03:17:07Z
- documentation amendments (thanks, Demian Riccardi!)
- add missing prereq declaration
0.010 2014-02-16 22:02:29Z
- fixed if eval problem in "use if" in 0.009
0.009 2014-02-16 21:57:00Z
- only clean namespaces when MooseX::Types is new enough that our declared
types are installed as methods
0.008 2014-02-16 21:20:46Z
- new Paths, AbsPaths types, for coercable ArrayRefs
0.007 2013-12-22 00:44:49Z
- add missing authority data to module and metadata
-------------------
0.18 2014-12-17
- RIBASUSHI++ reminded me that to be a usable directory in @INC we need
to check -d && -r && -x.
0.17 2014-12-17
- Fixed RT#96433: ignore directories in @INC which don't exist.
Apologies to ETHER++ for over-thinking this one,
and taking so long to fix it.
0.16 2014-12-13
- Added TODO.md with an initial todo list for the module
0.15 2014-10-14
- Doing a foreach $dir (@INC) and then resolving symblinks on $dir
was changing the entries in @INC. HAARG++ for pull request with fix.
- Changed author email address to be my CPAN email address.
0.14 2014-08-16
- Added Travis config, using cpanfile and cpanm to ensure all dependencies
are installed before running tests with prove.
Thanks to DAGOLDEN.
- Improved the first paragraph of DESCRIPTION, so search results give
a better summary of the module.
Changes:
* Fix build on DragonFly due to pidfile changes.
* Add support for TECH_LOONGSON, TECH_ROCKCHIP, and TECH_GENERIC. Taken from
pkgsrc, submitted-by: Leonardo Taccari, original patches by Jared D. McNeill.
unexpected error from c library during 'pthread_mutex_unlock': operation not permitted
based on patch from FreeBSD ports via Stephen Black in PR 49671.
Fix some pkglint while here.
Bump PKGREVISION.
Updated devel/p5-Tie-Cache to 0.21
Updated devel/p5-Tie-Cache-LRU-Expires to 0.55
Updated devel/p5-Tie-IxHash to 1.23
Updated devel/p5-Tie-LLHash to 1.004
Updated devel/p5-Tie-RegexpHash to 0.17
-------------------
0.17
- Fix the serialisation procedures following changes to the
stringification of Regex "refs" in 5.14
0.16
- Reformatted Changes file to CPAN::Changes::Spec (Robert
Rothenberg)
- Removed SIGANTURE and Build.PL from distribution (Robert
Rothenberg)
-------------------
No Entry for 0.55 in ChangeLog, but the only difference is LICENSE
file is included now, which is the same as 'artistic'
(so the LICENSE= is changed to that).
-------------------
$MODULE = "Tie::Cache"; $VERSION = .21; $DATE = '05/19/2014';
+ fixed internal $VERSION number
$MODULE = "Tie::Cache"; $VERSION = .19; $DATE = '02/23/2012';
+ added cleaner ref() checking for data size calculations when
using a MaxBytes cache, to address bug
https://rt.cpan.org/Public/Bug/Display.html?id=69976
+ updated test.pl to "use Tie::Cache" to prevent test conflicts with Cache.pm
Updated inputmethod/mozc-renderer to 2.16.2037.102
Updated inputmethod/mozc-tool to 2.16.2037.102
Updated inputmethod/mozc-elisp to 2.16.2037.102
Updated inputmethod/uim-mozc to 2.16.2037.102
Changelog:
r510 2015-01-25 2.16.2037.102 - r494 2015-01-24 2.16.2021.102
Summary of changes between 2.16.2021.102 (r494) and 2.16.2037.102 (r510).
DEPS changes:
none
Build related changes:
libc++ is used by default to build Android target binaries.
Clang 3.5 is now required to build Mozc for Android, NaCl, and Linux. See Issue 276 for the motivation behind this change.
Visual C++ 2013 is required to build Mozc for Windows.
Major changes:
Mozc for Windows now requires Windows Vista SP2 and later. Mozc 2.16.2034.102 (r507) is the last version that can run on Windows XP and Windows 2003 Server. See Issue 277 .
Known issues:
Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)
Compilation errors in Android arm64 and mips64 build (Issue 273)
Fixed issues:
FIX: Inconsistency between suggestion candidates and conversion candidates ( Issue 274 )
FIX: Learning algorithm is sometimes too aggressive when punctuation is committed ( Issue 275 )
FIX: Require Clang to build Linux host binaries ( Issue 276 )
FIX: Discontinue the support of Windows XP / 2003 Server ( Issue 277 )
Commit summary:
r510: Remove a workaround code for Visual C++ 2010 (KB813540)
r509: Require Visual C++ 2013 to build Mozc for Windows
r508: Require Windows Vista SP2 or later
r507: Remove build_tools command from build_mozc.py
r506: Require Clang to build Linux host binaries
r505: Switch from stlport to libcxx in Android build
r504: Remove mozc::DetachedThread as it is no longer used
r503: Fix build failur of unit tests when libcxx is used on Android
r502: Fix test failure in release build with Visual C++ 2013
r501: Make the conditions to learn candidates with a punctuation mark more strict
r500: Apply the same hack as conversion to prediction for transition cost from history node
r499: Remove an unused member field
r498: As-is import of NaCl Mozc for Chromium OS
r497: Remove platform-dependent mozc::Encryptor part 3
r496: Fix style violations in header include guards part 4
r495: Remove unused variables
r494: Fix a typo in reading strings of Unicode Emoji data
r486 2015-01-18 2.16.2020.102 - r474 2015-01-01 2.16.2008.102
Summary of changes between 2.16.2008.102 (r474) and 2.16.2020.102 (r486).
DEPS changes:
protobuf: bba83652e1be610bdb7ee1566ad18346d98b843c -> 172019c40bf548908ab09bfd276074c929d48415 (downgrading)
Build related changes:
Ubuntu 14.04 is used as the reference build/test environment for Android, NaCl, and Linux. Hereafter we will not make sure that Mozc can be built on Ubuntu 12.04.
Known issues:
Voiced sound marks on the key pad is not placed at correct position in Android (Issue 263)
Compilation errors in Android arm64 and mips64 build (Issue 273)
Fixed issues:
FIX: All resources are not released in Service.onDestory ( Issue 265 )
FIX: Many emojis are suggested from space ( Issue 266 )
FIX: Noisy candidate "itsumo" due to language aware conversion ( Issue 267 )
FIX: BuildInDocker fails when building for Android ( Issue 269 )
FIX: Runtime CHECK failure on Windows: protobuf/src/google/protobuf/descriptor.cc:1018 ( Issue 271 )
FIX: AssertionError in gen_zip_code_seed.py ( Issue 272 )
Commit summary:
r486: Unsupport Ubuntu 12.04 as a build environment
r485: Update copyright year in source header comments
r484: Update copyright year in the about dialog to 2015
r483: Update special rules for KEN_ALL.CSV
r482: Revert r438 "Update Protocol Buffers to 2.6.1" and r444 "Suppress compiler warnings for Protocol Buffers 2.6.1"
r481: Revert r477 "Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh""
r480: Call CalculatorInterface::CalculateString even for x86 Android testing
r479: Suppress LangAwareRewriter to suggest the raw text if the query is in the dictionary as a key
r478: Handle emojis that have multiple readings correctly
r477: Revert r247 "Explicity invoke bash for make-standalone-toolchain.sh"
r476: Several coding style fixes
r475: Improve classic skins for Android
r474: Fix resource leak on onDestroy
2015-02-04 version 0.5.11:
* Fixed Encoding::CompatibilityError error when serializing a long string
longer than write_reference_threshold (5KB by default) and whose encoding
is not ASCII-8BIT.
* Fix read_(map|array)_header (@funny-falcon++).
* Internally, rename msgpack_unpacker_{init,reset,destroy} functions
so that we can load msgpack-c in the same process (@miihael++)