Age | Commit message (Collapse) | Author | Files | Lines |
|
FreeType 2.8.1 has been released. This is mainly a maintenance release with one important change: By default, FreeType now offers high quality LCD-optimized output without resorting to ClearType techniques of resolution tripling and filtering. In this method, called Harmony, each color channel is generated separately after shifting the glyph outline, capitalizing on the fact that the color grids on LCD panels are shifted by a third of a pixel. This output is indistinguishable from ClearType with a light 3-tap filter.
|
|
|
|
|
|
mu-conference no longer has a functional upstream and is no longer
being maintained; the hosting provider gna shut down, and queries on
the jabberd2 and pkgsrc-users lists about interest did not elicit any
replies.
|
|
|
|
|
|
|
|
|
|
|
|
See https://blog.fuzzing-project.org/60-Optionsbleed-HTTP-OPTIONS-method-can-leak-Apaches-server-memory.html
Bump PKGREVISION.
|
|
Add CHECK_RELRO_SKIP for pre-built binaries.
|
|
Remove patch for Ruby 1.8.7's rdoc.
|
|
|
|
Pkgsrc changes:
* Unbound now needs flex >= 2.6.4 to build, or at least 2.6.3 is a no-go,
so depend on the pkgsrc version which is already 2.6.4.
Upstream changes:
Features:
* unbound-control dump_infra prints port number for address if not 53.
* Fix #1344: RFC6761-reserved domains: test. and invalid.
* Fix #1349: allow suppression of pidfiles (from Daniel Kahn Gillmor).
With the -p option unbound does not create a pidfile.
* Added stats for queries that have been ratelimited by domain
recursion.
* Patch to show DNSCrypt status in help output, from Carsten
Strotmann.
* Fix #1407: Add ECS options check to unbound-checkconf.
* Fix #1415: [dnscrypt] shared secret cache, patch from
Manu Bretelle.
Bug Fixes:
* fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
* First fix for zero b64 and hex text zone format in sldns.
* Better fixup of dnscrypt_cert_chacha test for different escapes.
* Fix that infra cache host hash does not change after reconfig.
* Fix python example0 return module wait instead of error for pass.
* enhancement for hardened-tls for DNS over TLS. Removed duplicated
security settings.
* Fix for unbound-checkconf, check ipsecmod-hook if ipsecmod is turned
on.
* Fix #1331: libunbound segfault in threaded mode when context is
deleted.
* Fix pythonmod link line option flag.
* Fix openssl 1.1.0 load of ssl error strings from ssl init.
* Fix 1332: Bump verbosity of failed chown'ing of the control socket.
* Redirect all localhost names to localhost address for RFC6761.
* Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).
* Fix tests to use .tdir (from Manu Bretelle) instead of .tpkg.
* upgrade aclocal(pkg.m4 0.29.1), config.guess(2016-10-02),
config.sub(2016-09-05).
* annotate case statement fallthrough for gcc 7.1.1.
* flex output from flex 2.6.1.
* snprintf of thread number does not warn about truncated string.
* squelch TCP fast open error on FreeBSD when kernel has it disabled,
unless verbosity is high.
* remove warning from windows compile.
* Fix compile with libnettle
* Fix DSA configure switch (--disable dsa) for libnettle and libnss.
* Fix #1365: Add Ed25519 support using libnettle.
* Fix #1394: mix of serve-expired and response-ip could cause a crash.
* Remove unused iter_env member (ip6arpa_dname)
* Do not reset rrset.bogus stats when called using stats_noreset.
* Do not add rrset_bogus and query ratelimiting stats per thread, these
module stats are global.
* Fix #1397: Recursive DS lookups for AS112 zones names should recurse.
* Fix #1398: make cachedb secret configurable.
* Remove spaces from Makefile.
* Fix issue on macOX 10.10 where TCP fast open is detected but not
implemented causing TCP to fail. The fix allows fallback to regular
TCP in this case and is also more robust for cases where connectx()
fails for some reason.
* Fix #1402: squelch invalid argument error for fd_set_block on windows.
* Fix to reclaim tcp handler when it is closed due to dnscrypt buffer
allocation failure.
* Fix #1415: patch to free dnscrypt environment on reload.
* iana portlist update
* Small fixes for the shared secret cache patch.
* Fix WKS records on kvm autobuild host, with default protobyname
entries for udp and tcp.
* Fix #1414: fix segfault on parse failure and log_replies.
* zero qinfo in handle_request, this zeroes local_alias and also the
qname member.
* new keys and certs for dnscrypt tests.
* fixup WKS test on buildhost without servicebyname.
* updated contrib/fastrpz.patch to apply with configparser changes.
* Fix 1416: qname-minimisation breaks TLSA lookups with CNAMEs.
* Fix #1424: cachedb:testframe is not thread safe.
* Fix #1417: [dnscrypt] shared secret cache counters, and works when
dnscrypt is not enabled. And cache size configuration option.
* Fix #1418: [ip ratelimit] initialize slabhash using
ip-ratelimit-slabs.
* Recommend 1472 buffer size in unbound.conf
* Fix #1412: QNAME minimisation strict mode not honored
* Fix #1434: Fix windows openssl 1.1.0 linking.
* Add dns64 for client-subnet in unbound-checkconf.
|
|
|
|
* lib/iCal/Parser.pm: various fixes of some reported or
unreported bugs.
|
|
|
|
2.18 Fri Mar 24 14:53:19 CDT 2017
====================================
ack 2.18 will probably be the final release in the ack 2.x series.
I'm going to be starting work on ack 3.000 in earnest. Still,
if you discover problems with ack 2, please report them to
https://github.com/petdance/ack2/issues
If you're interested in ack 3 development, please sign up
for the ack-dev mailing list and/or join the ack Slack. See
https://beyondgrep.com/community/ for details.
[INTERNALS]
Removed the abstraction of App::Ack::Resource and its subclass
App::Ack::Resource::Basic. We are abandoning the idea that we'll have
plugins.
2.17_02 Thu Mar 23 22:25:13 CDT 2017
====================================
[FIXES]
ack no longer throws an undefined variable warning if it's called
from a directory that doesn't exist. (GH #634)
[DOCUMENTATION]
Explain that filetypes must be two characters or longer. (GH #389)
[INTERNALS]
Removed dependency on File::Glob which isn't used.
|
|
|
|
0.66 Thu Aug 17 20:06:06 CEST 2017
- Apply PR#55 (@vti++)
- Dump() was modifying original data, adding a PV to numbers
- Added a test for this (TINITA++)
0.65 Thu 18 May 23:09:38 CEST 2017
- Prevent warning about unused variables (see issue#59)
- Clarify documentation about exported functions
|
|
|
|
Changes not documented.
|
|
|
|
Version 1.01: 2017-07-25
* Fix a deprecation warning about toFOLD_utf8 in 5.26 (this should also
prevent trouble when the current version is removed in 5.30).
|
|
|
|
1.14 Mon Nov 28 14:52:20 GMT 2016
- Fix typos in man page
1.15 Mon Nov 28 18:57:16 GMT 2016
- Fix spelling typos in POD
1.16 Mon Dec 5 10:58:14 GMT 2016
- Added META.json and META.yml to distribution
1.17 Thu Dec 8 11:18:24 GMT 2016
- Fix warning when calling reflow() with empty string
|
|
|
|
release announce:
Contao 4.4.5 is available 18.09.2017 10:28 by Leo Feyer
Contao version 4.4.5 is available. The bugfix release fixes several issues
including a problem with the install tool and a problem with SVG images in
Internet Explorer. In addition, the back end theme has been adjusted again
and some of the previous changes have been revised.
|
|
|
|
#------------------------------------------------------------------------
# Version 3.12
# -----------------------------------------------------------------------
* Declare minimum Perl version to be 5.10 (in Makefile.PL)
#------------------------------------------------------------------------
# Version 3.11
# -----------------------------------------------------------------------
* Enclose version number in quotes (3.10 was recognized as 3.1)
#------------------------------------------------------------------------
# Version 3.10
# -----------------------------------------------------------------------
* Fix spelling errors
* Fix rt.cpan.org#106894: Include path incorrectly determined with
coderef for INCLUDE_PATH
|
|
|
|
|
|
0.03 Mon Sep 11 23:38:29 JST 2017
push @INC "." at Makefile.PL
Thanks to xsawyerx.
|
|
|
|
|
|
Version 0.9.13 Fixed issue #33 - Desislav Kamenov
|
|
|
|
0.30 2016-02-14 NEILB
- Merged PR from MANWAR, which added MetaProvides::Package to dist.ini
|
|
|
|
1.902 Sat May 27 22:23:21 2017
- Noted the new conversion documentation in Lingua::EN::Inflexion
(thanks Lady Aleena)
|
|
|
|
4.88 August 28th, 2017
[MAINTENANCE]
- Address "." being removed from @INC by using absolute filepaths - thanks Kent Fredric!
4.87 May 14th, 2017
[MAINTENANCE]
- Update cc routine to recognize new 2 series Mastercards
|
|
4.0.0:
Features added
--------------
* The ElementPath implementation is now compiled using Cython,
which speeds up the ``.find*()`` methods quite significantly.
* The modules ``lxml.builder``, ``lxml.html.diff`` and ``lxml.html.clean``
are also compiled using Cython in order to speed them up.
* ``xmlfile()`` supports async coroutines using ``async with`` and ``await``.
* ``iterwalk()`` has a new method ``skip_subtree()`` that prevents walking into
the descendants of the current element.
* ``RelaxNG.from_rnc_string()`` accepts a ``base_url`` argument to
allow relative resource lookups.
* The XSLT result object has a new method ``.write_output(file)`` that serialises
output data into a file according to the ``<xsl:output>`` configuration.
Bugs fixed
----------
* GH-251: HTML comments were handled incorrectly by the soupparser.
Patch by mozbugbox.
* LP-1654544: The html5parser no longer passes the ``useChardet`` option
if the input is a Unicode string, unless explicitly requested. When parsing
files, the default is to enable it when a URL or file path is passed (because
the file is then opened in binary mode), and to disable it when reading from
a file(-like) object.
Note: This is a backwards incompatible change of the default configuration.
If your code parses byte strings/streams and depends on character detection,
please pass the option ``guess_charset=True`` explicitly, which already worked
in older lxml versions.
* LP-1703810: ``etree.fromstring()`` failed to parse UTF-32 data with BOM.
* LP-1526522: Some RelaxNG errors were not reported in the error log.
* LP-1567526: Empty and plain text input raised a TypeError in soupparser.
* LP-1710429: Uninitialised variable usage in HTML diff.
* LP-1415643: The closing tags context manager in ``xmlfile()`` could continue
to output end tags even after writing failed with an exception.
* LP-1465357: ``xmlfile.write()`` now accepts and ignores None as input argument.
* Compilation under Py3.7-pre failed due to a modified function signature.
Other changes
-------------
* The main module source files were renamed from ``lxml.*.pyx`` to plain
``*.pyx`` (e.g. ``etree.pyx``) to simplify their handling in the build
process. Care was taken to keep the old header files as fallbacks for
code that compiles against the public C-API of lxml, but it might still
be worth validating that third-party code does not notice this change.
|
|
|
|
0.35 -- 2016-09-01 -- Sebastien Aperghis-Tramoni (SAPER)
[Security]
- CPAN RT #116543: CVE-2016-1238: avoid loading optional modules from
default . (Tony Cook). Patch rewrote to no longer depend upon @INC.
[Documentation]
- openlog() options: mention the version of Sys::Syslog they were added.
- Update HISTORY.
- Update some broken links.
[Distribution]
- Converted the Changes file to CPAN::Changes::Spec format.
- Improved a bit the readability of the ticket numbers.
[Tests]
- GitHub PR #4: use lexical instead of global filehandles (Alex Balhatchet).
|
|
|
|
Changes in Sys::SigAction 0.23 10 September 2016
Responding to Bug: https://rt.cpan.org/Public/Bug/Display.html?id=105091
Renamed t/nested.t to t/inline_nested.t (don't execute this on arm platforms
arm perl port appear to be at fault. See t/inline_nested.t
create new tests:
t/alternatives.t
t/recursive_nested.t
Allow arm platforms, but skip t/inline_nested.t with a warning
on arm platforms.
Desupport perl 5.5 (that was soooo long ago > 12 years)... This
allows me to turn on use warnings everywhere: Prompted by the Kwalitee
folks who noticed it was not used.
Set MIN_PERL_VERSION => 5.6.0 in Makefile.PL.
Referenced the new github repository in the generated META.* files.
|
|
|
|
0.33 2016-12-13T00:37:49Z
- do not kill old worker too early (thanks to Xuanzhong Wei) #45
- allow use of `--enable-auto-restart` without an argument (thanks to Slaven Rezic) #41
|
|
|