-----------------------------------------
version 2.04 at 2015-01-20 20:31:05 +0000
-----------------------------------------
Updated for v5.21.8
-----------------------------------------
version 2.02 at 2014-12-20 17:47:20 +0000
-----------------------------------------
Updated for v5.21.7
-----------------------------------------
version 2.00 at 2014-12-08 11:50:48 +0000
-----------------------------------------
Add xz tarballs too
-----------------------------------------
version 1.98 at 2014-11-20 23:21:35 +0000
-----------------------------------------
Updated for v5.21.6
-----------------------------------------
version 1.30 at 2014-12-23 22:41:27 +0000
-----------------------------------------
- Release engineering for 1.30
- Merge pull request #18 from
dagolden/add-patchperl-version-to-patchlevel
- add Devel::PatchPerl version to list of local patches
-----------------------------------------
version 1.28 at 2014-10-03 08:37:00 +0000
-----------------------------------------
- Fix the patch for v5.18.3
-----------------------------------------
version 1.26 at 2014-10-02 20:17:19 +0000
-----------------------------------------
- Release engineering for 1.26
- Update included hints files
- Fix META.json on v5.18.3
- Merge pull request #17 from threebytesfull/fix_preprocessing
- Patch 5.6, 5.8 and 5.10 to use freestanding preprocessor
Date : 2014-09-24 17:08:10 +0000
Patch 5.6, 5.8 and 5.10 to use freestanding preprocessor
-----------------------------------------
version 1.24 at 2014-05-31 08:38:25 +0000
-----------------------------------------
Add COW speedup fix for v5.20.0
http://perl5.git.perl.org/perl.git/commit/ce861ea79
-----------------------
1.7024 2015-01-12 13:31:19 PST
[New Features]
- Includes vendor lib and arch path to search for core modules, when
installing self-contained lib by default. This behavior can be
turned off with --exclude-vendor (tartansandal) #426
1.7023 2015-01-05 07:59:52 JST
[Improvements]
- Bump Parse::PMFile to 0.34
- Bump CPAN::Meta::Requirements to 2.131
- Bump HTTP::Tiny to 0.53
- Bump Module::Metadata to 1.000025
- Bump local::lib to 2.000015
1.7022 2014-12-12 16:41:47 PST
[Improvements]
- Enabled unsafe option to parse version with PMFile to avoid
segfaults and weird errors
1.7021 2014-12-11 21:42:36 PST
[Improvements]
- Bump Parse::PMFile to 0.32
- Bump HTTP::Tiny to 0.052
1.7020 2014-12-08 17:53:18 PST
[Improvements]
- Bump Parse::PMFile to 0.31
1.7019 2014-12-04 12:51:41 PST
[Improvements]
- Bump Parse::PMFile to 0.30
1.7018 2014-11-25 14:08:41 PST
[Maintenance]
- bump $VERSION correctly in cpanm executable
1.7017 2014-11-25 14:00:40 PST
[Improvements]
- Bump fatpacked CPAN::Meta and HTTP::Tiny
- Added documentation for -M and --from in man page
1.7016 2014-11-16 11:46:32 PST
[New Features]
- Added -M and --from to set --mirror and --mirror-only at the same
time while overriding previously set mirrors (sri) #175, #417
[Improvements]
- cpanmin.us is now available under HTTPS (marcus)
0.010002 - 2014-08-16
- correctly specify perl prerequisite of 5.8 in meta files
0.010001 - 2014-03-18
- include 'lib' in @INC for packlists_containing's require() calls
The previous report 4289 was rejected as the upstream doesn't have interest in Darwin support. I created a better patch and sent it to the upstream to see if it has any chance to be merged.
---------------------
0.326 2014-11-30 08:48:29-05:00 America/New_York
fix the path fix because it was broken by a related fix in EUMM
0.325 2014-11-29 20:48:34-05:00 America/New_York
fix a path-related test failure on Win32 (thanks, A. Sinan Unur!)
0.324 2014-10-20 18:22:25-04:00 America/New_York
note that `cmd help` can take a subcommand in `cmd help help`
2015-01-18 : zyGrib Version 7.0.0
Download and display new data GFS from NOAA: grid 0.25°x0.25°
and up to 10 days forecasts.
Restriction: for long-term files, only the first 5 days are
with a grid of 0.25°, beyond the grid is 0.5°.
--------------
Version 1.26b:
--------------
- Added total execs/sec stat for afl-whatsup.
- afl-cmin now auto-selects between cp or ln. Based on feedback from
Even Huus.
- Fixed a typo. Thanks to Jakub Wilk.
- Made afl-gotcpu a bit more accurate by using getrusage instead of
times. Thanks to Jakub Wilk.
- Fixed a memory limit issue during the build process on NetBSD-current.
Reported by Thomas Klausner.
--------------
Version 1.25b:
--------------
- Introduced afl-whatsup, a simple tool for querying the status of
local synced instances of afl-fuzz.
- Added -x compiler to clang options on Darwin. Suggested by Filipe
Cabecinhas.
- Improved exit codes for afl-gotcpu.
- Improved the checks for -m and -t values in afl-cmin. Bug report
from Evan Huus.
--------------
Version 1.24b:
--------------
- Introduced afl-getcpu, an experimental tool to empirically measure
CPU preemption rates. Thanks to Jakub Wilk for the idea.
--------------
Version 1.23b:
--------------
- Reverted one change to afl-cmin that actually made it slower.
--------------
Version 1.22b:
--------------
- Reworked afl-showmap.c to support normal options, including -o, -q,
-e. Also added support for timeouts and memory limits.
- Made changes to afl-cmin and other scripts to accommodate the new
semantics.
- Officially retired AFL_EDGES_ONLY.
- Fixed another typo in afl-tmin, courtesy of Jakub Wilk.
--------------
Version 1.21b:
--------------
- Graduated minimize_corpus.sh to afl-cmin. It is now a first-class
utility bundled with the fuzzer.
- Made significant improvements to afl-cmin to make it faster, more
robust, and more versatile.
- Refactored some of afl-tmin code to make it a bit more readable.
- Made assorted changes to the doc to document afl-cmin and other stuff.
--------------
Version 1.20b:
--------------
- Added AFL_DUMB_FORKSRV, as requested by Jakub Wilk. This works only
in -n mode and allows afl-fuzz to run with "dummy" fork servers that
don't output any instrumentation, but follow the same protocol.
- Renamed AFL_SKIP_CHECKS to AFL_SKIP_BIN_CHECK to make it at least
somewhat descriptive.
- Switched to using clang as the default assembler on MacOS X to work
around Xcode issues with newer builds of clang. Testing and patch by
Nico Weber.
- Fixed a typo (via Jakub Wilk).
--------------
Version 1.19b:
--------------
- Improved exec failure detection in afl-fuzz and afl-showmap.
- Improved Ctrl-C handling in afl-showmap.
- Added afl-tmin, a handy instrumentation-enabled minimizer.
--------------
Version 1.18b:
--------------
- Fixed a serious but short-lived bug in the resumption behavior introduced
in version 1.16b.
- Added -t nn+ mode for soft-skipping timing-out paths.
--------------
Version 1.17b:
--------------
- Fixed a compiler warning introduced in 1.16b for newer versions of GCC.
Thanks to Jakub Wilk and Ilfak Guilfanov.
- Improved the consistency of saving fuzzer_stats, bitmap info, and
auto-dictionaries when aborting fuzzing sessions.
- Made several noticeable performance improvements to deterministic arith
and known int steps.
--------------
Version 1.16b:
--------------
- Added a bit of code to make resumption pick up from the last known
offset in the queue, rather than always rewinding to the start. Suggested
by Jakub Wilk.
- Switched to tighter timeout control for slow programs (3x rather than
5x average exec speed at init).
--------------
Version 1.15b:
--------------
- Added support for AFL_NO_VAR_CHECK to speed up resumption and inhibit
variable path warnings for some programs.
- Made the trimmer run even for variable paths, since there is no special
harm in doing so and it can be very beneficial if the trimming still
pans out.
- Made the UI a bit more descriptive by adding "n/a" instead of "0" in a
couple of corner cases.
--------------
Version 1.14b:
--------------
- Added a (partial) dictionary for JavaScript.
- Added AFL_NO_CPU_RED, as suggested by Jakub Wilk.
- Tweaked the havoc scaling logic added in 1.12b.
TortoiseHg 3.2.4 is a regularly scheduled bug fix release
Bug Fixes
commit: reload patch description if hash changes (fixes#3983)
filedialogs: forcibly add --hidden because hidden rev can appear in filelog
repofilter: another workaround to run selected query on Mac OS X
repowidget: fix indexes of unapplied patch actions to be enabled
------
12.0.4
------
* Issue #335: Fix script header generation on Windows.
------
12.0.3
------
* Fixed incorrect class attribute in ``install_scripts``. Tests would be nice.
------
12.0.2
------
* Issue #331: Fixed ``install_scripts`` command on Windows systems corrupting
the header.
Overview of changes leading to 0.9.38
Friday, January 23, 2015
=====================================
- Fix minor out-of-bounds access in Indic shaper.
- Change New Tai Lue shaping engine from South-East Asian to default,
reflecting change in Unicode encoding model.
- Add hb-shape --font-size. Can take up to two numbers for separate
x / y size.
- Fix CoreText and FreeType scale issues with negative scales.
- Reject blobs larger than 2GB. This might break some icu-le-hb clients
that need security fixes. See:
http://www.icu-project.org/trac/ticket/11450
- Avoid accessing font tables during face destruction, in casce rogue
clients released face data already.
- Fix up gobject-introspection a bit. Python bindings kinda working.
See README.python.
- Misc fixes.
- API additions:
hb_ft_face_create_referenced()
hb_ft_font_create_referenced()
=== 4.2.0 / 2014-12-06
* Major enhancements
* RDoc can now produce translation files for use with gettext. See
RDoc::Generator::POT for a workflow for creating translations of your
documentation. Pull request #254 by Kouhei Sutou.
* Minor enhancements
* RDoc now allows any single-word macro before a C method implementation.
Issue #722 by Hanmac.
* Now :all is a synonym for :private for RDoc::Options#visibility= to match
the --all command line option. Pull request #276 by Zachary Scott.
* Running rake for the first time now installs racc. Pull request #285 by
Kouhei Sutou.
* Added <code>-h</code> flag to also display help. Issue #300 by Ryan Davis
* search_index.js is now loaded asynchronously for improved performance.
* Allow +X::Y+ as typewriter text. Issue #319, pull request #322 by Jeremy
Evans.
* Added RDoc::RI::Task for building ri data easily through rake. Pull
request #332 by Zachary Scott.
* A gzipped search index is generated for servers configured to use
precompressed files. Pull request #334 by Zachary Scott.
* CSS files now live under /css relative to the document root. Pull request
#335 by Zachary Scott.
* Improved detection of valid ruby in verbatim sections. Pull request #333
by Jeremy Evans.
* Bug fixes
* Fixed HTML labels for cross-browser compatibility. This breaks existing
links but enables cross-browser compatibility. Pull request #330 by Jens
Wille.
* RDoc handles ASCII-incompatible encodings now. An encoding hint may need
to be added to the file for RDoc to produce correct output, though.
Issue #288 by Manuel Meurer.
* Fixed height recalculation issues when headings are hovered. Issue #289
by Dietmar H. Büto.
* RDoc now ignores its own output directories. Pull Request #306 by
Hsing-Hui Hsu, bug #305 by Ryan Davis.
* Fixed RDoc::Task no longer uselessly builds documentation when generating
non-HTML output. Bug #307 by Christina Thompson, pull request #308 by
Hsing-Hui Hsu
* Added pointer to font copyright and license information to LEGAL.rdoc.
Issue #290 by Christian Hofstaedtler.
* Fixed RDoc::Context#<=> for ruby trunk. Issue #284 by Hanmac, pull
request #287 by Aaron Patterson
* Tests no longer create directories inside test/. Pull request #286 by
Kouhei Sutou.
* Fixed documentation example in RDoc::Markup. Pull request #292 by Gregory
Brown.
* Applied typo fix to RDoc::Markup. Pull request #297 by @montanalow
* Fixed pretty_print for RDoc::MethodAttr with an alias. Pull request #324
by Hsing-Hui Hsu.
* Fixed lexing of %w"". Issue #315 by Thierry Lambert, pull request #323 by
Jeremy Evans.
* RDoc::TokenStream now removes nil tokens. Pull request #318 by Calle
Erlandsson.
* Fixed footer links to rubyforge and darkfish. Pull request #328 by
@blackwinter
* Fixed page-top link. Pull request #329 by @blackwinter
* Minitest gem activation failures are now ignored during test startup.
Issue #313 by Vít Ondruch.
* Fixed error when generating documentation from singleton classes. Issue
#311 by Vít Ondruch.
* Splat and keyword params can now be detected for documentation
completeness. Issue #321 Tom Kadwill.
* Standalone anchors in markdown documents are no longer escaped. Issue
#312 by Scott Thompson.
* Fixed RegExp matching stack overflow on Ruby 1.8.7. Issue #327 by sshao.
=== 4.1.2 / 2014-09-05
* Bug fixes
* Updated vendored jQuery to 1.6.4. Bug ruby/ruby#711 by @neuralme
patches/patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx:
Resurrected from the Attic and added some comment.
patches/patch-src_util_Alloc.cxx,
patches/patch-src_util_Alloc.hxx:
Some platforms (e.g. Darwin 9) don't have strndup(3), but the function
xstrndup() isn't used in the first place.