Age | Commit message (Collapse) | Author | Files | Lines |
|
Security issues fixed:
CVE-2017-9233, CVE-2016-9063, improve fix for CVE-2016-5300
fixed regression from fix to CVE-2016-0718
Cleanup: Drop AmigaOS 4.x, Borland C++ Builder, OpenVMS, Open Watcom,
Visual Studio 6.0 and Pre-X Mac OS support
|
|
|
|
* Fix orientations 5 and 7. (@truist)
|
|
|
|
-------------------------------------------------------
2.000023 - 2017-06-07
- fix use of 'note' in test for compatibilty with old Test::More
2.000022 - 2017-06-07
- releasing as stable
2.000_021 - 2017-04-23
- account for an empty SHELL variable when detecting shell
- author test cleanups
- bootstrapping option --no-manpages now affects bootstrapping process, not
just later module installs
- cope with home directories with spaces when bootstrapping with old CPAN.pm
2.000_020 - 2016-10-18
- fix handling of inc_version_list
- don't load strict or warnings outside author mode
- load and use Cwd when we're printing and exiting
- use loaded Cwd/Win32::Cwd if it's available
- handle relative paths in current executable
- don't try to run current executable in embedded perl
- handle relative directories better
- fix shell test for powershell 1 and group policy restricted environments
- avoid user init files in shell test
- use safer format to check environment in shell test
- many test cleanups
|
|
|
|
--------------------------------------
1.26 2017-05-11 12:04:49Z
- bump Test::More prereq for (fully) working subtests
- properly detect the xt/ caller condition when running kwalitee_ok
directly (RT#120824)
|
|
|
|
----------------------------------------------------
0.015 2017-06-16 23:37:46Z
- do not create an extra, unused ClassName type (this fixes a problem
observed with MooseX::Types and Sub::Defer; see RT#119534)
|
|
|
|
---------------------------------
2.2005 2017-05-03
[OTHER]
- increased minimum required version of Test::More, to ensure a reliable
subtest.
|
|
|
|
---------------------------------------------
0.006 2017-05-22
- add support for vendorapp_cfg_dir
- add .perltidyrc for common style (repository ...)
|
|
|
|
---------------------------------------------
0.008 2017-05-23
- ensure all tests run and report instead of swallowing issues
- make tests passing with perl 5.26
- add import shortcuts config_prefixes and config_hashmergeloaded
- ensure reasonable code quality by adding author tests against
Perl::Critic and Perl::Tidy
|
|
|
|
---------------------------------
1.015 2017-04-13
- Fix RT#120722 (Reason for Module::Signature dependency unclear since 2008)
- "require" a non-broken version of Digest::SHA
- remove other crypto related "recommends"
- Switch from Module::Install to ExtUtils::MakeMaker
- avoids the hassle with Module::Install for Perl without "." in @INC
- add some resources cf META.json
1.014 2016-12-18
- Fix RT#119224: "Issue about Can't locate loadable object for module"
drop "use" statements in PAR/Heavy.pm added in edf5f24d
- Fix RT#119010: "Wrong license link"
always refer to the included LICENSE file
- generate hello.par in Makefile target "pure_all"
1.013 2016-11-27
- Fix a crucial typo, hopefully fixes RT#118981 "Tests fail (with PAR 1.012?)"
- Build t/hello.par at "make" time
1.012 2016-11-25
- Guard against concurrent extraction attempts of zip into "inc"
- use a file lock to protect the extraction of the complete zip into "inc"
- _run_member_*(), _tempfile(), _dl_extract():
make the "persistent" filename only visible when the file
has been completely written
- Make build and test work if @INC does not include "."
- Upgrade to Module::Install 1.17
|
|
|
|
changes in sbcl-1.3.18 relative to sbcl-1.3.17:
* minor incompatible change: existing values of CFLAGS, ASFLAGS,
CPPFLAGS, and LINKFLAGS will be incorporated into C compiler
invocations when building from source.
* minor incompatible change: the result of WRITE-TO-STRING may be
a BASE-STRING if all characters written are of type BASE-CHAR.
* minor incompatible change: the broadcast stream with no output
streams is a singleton object. That object satisfies OPEN-STREAM-P
regardless of how many times CLOSE is invoked on it.
* enhancement: x86[-64] backends contain an experimental feature
which aids in demonstrating reachability of any object starting
from a tenured object or a thread stack by producing a proof
as a sequence of pointers to follow.
The file "tests/traceroot.test.sh" contains an example usage.
* enhancement: if the alien symbol "gc_coalesce_string_literals" is
set to 1 prior to SAVE-LISP-AND-DIE, then similar string constants
loaded from different fasl files may be collapsed to one object.
If the variable is set to 2, then additionally strings which are
STRING= in code resulting from COMPILE can be coalesced.
For instance, two functions returning the literal string "HI"
might return EQ strings after collapsing, which may be undesired
in a particular use. The flag pertains to gencgc only.
* enhancement: SXHASH values on pathnames are better distributed
* bug fix: MAKE-PATHNAME removes empty strings as components of a
directory, as is permitted: "Whenever a pathname is constructed
the components may be canonicalized if appropriate."
* optimization: various printer and FORMAT performance enhancements.
* bug fix: GET-FOREGROUND no longer fails in case all other interactive
threads exit (lp#1682671, reported by Syll)
* bug fix: RELEASE-FOREGROUND always removes the current thread from the
list of interactive threads. (lp#1682867, reported by Syll)
|
|
|
|
|
|
|
|
|
|
instead of forcing 8M+ element character array literals through the
compiler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the configure phase.
|
|
necessary.
|
|
|
|
|
|
|
|
|
|
|
|
and prints it to stdout, adding a pymsgauth token in the header if needed.
Patch has been submitted upstream. Bump PKGREVISION.
|
|
-----------------------------------------------
version 0.90: Wed 14 Jun 14:47:03 CEST 2017
Improvements:
- spell-fix rt.cpan.org#96464 [Gregor Herrmann, Debian]
- add output encoding (encodeFor)
- add complex keys
|
|
|
|
---------------------------------- re
1.38 2017-06-20
- Cleanups (get rid of smartmatch, inentation, documentation, tests)
- Also handle =head[2-4] tags when processing pod (#47)
- Subcommands (based on work by Yanick Champoux)
|
|
|
|
-----------------------------------------------
0.36 2017-05-09 23:08:27Z
- update distribution tooling (should fix RT#114060)
|
|
|
|
-----------------------------------
1.06 Wed Jun 14 2017
- First Release In Over 15 Years,
How's That For Long-Term Stability?!? :-)
- Bug Fix, Unescaped Left Curly Braces { In Regular Expressions,
Fatal Since Perl v5.25.1, Minor Changes In YappParse.yp & Parse.pm
- Typo Fixes, POD Spelling & Syntax
- Copyright Assignment Documents, Desarmenien To Braswell
|
|
|