0.18 2016-11-13
- Using coercions with positional parameters could cause a "Modification of a
read-only value attempted" exception when the generated code tried to assign
to elements of @_. This is now fixed by making a copy if any of the types
have a coercion.
- Using Moose types with coercions in a positional params check would cause
invalid code to be generated. This could also happen with Type::Tiny if
either the type or a coercion could not be inlined.
1.48 (2016/11/14)
* (ms) [rt.cpan.org #117377] Moved PatternLayout's documentation of
DateFormat features to DateFormat.pm to avoid duplication
and keep the two parts consistent, as suggested by Max Carey.
* (ms) [rt.cpan.org #114822] Split two lines with CVS-sensitive
$Log.. variables into two parts.
* (ms) Semaphore issue fixed in Synchronized (reported by
Siarhei Kuchynski and Martin Köhler):
https://github.com/mschilli/log4perl/issues/72
* (ms) header_text now works with syswrite (reported by Tom Metro):
https://github.com/mschilli/log4perl/issues/73
Set LICENSE.
wyu 0.7 compatible with llvm+clang 3.9 is released. Major changes:
Add preliminary mappings for libc++.
Require the complete type for pointer arithmetic.
Recognize nested classes in friend declarations.
Better handling of X-macros/textual includes.
Better handling of self-checking private headers (that raise an #error if included directly).
Improve IWYU's understanding of implicit include dirs; the current source file's dirname is always a candidate now.
Add implicit include dirs for libc++ on Darwin targets.
Lots of internal cleanup based on output from clang-tidy.
Reduce logging strategically, to get more relevant output.
Changelog:
* Polly directly available in clang/opt/bugpoint
* Increased analysis coverage
* Fine-grain dependences analysis
* Update of the isl math library
* Drop CppBackend. It is removed.
Changelog:
* GCC ABI Tag
* LLVM IR: new intrinsics etc.
* Change LLVM IPO model
* Support ThinLTO
* Improve the ARM targets, ARMv8.2-A support etc.
* Improve the MIPS targets
* Improve the PowerPC target, default optim O3 to O2
* Improve the X86 target, SKylake AVX-512 etc.
* Improve the AMDGPU, better support for Mesa 12
This is a minor release after v1.7.1, mostly bugfixes.
== Release notes.
* %e and %r work again in dumb terminals (#1146, #1148)
* `-t browse` now HTML-escapes rule names (#1157)
* an edge may now have 0 explicit outputs if it has implicit outputs (#1159)
* make misc/measure.py python 3-compatible
* misc/write_fake_manifest.py now optionally writes source files, use it to
quickly produce large, buildable projects for testing (#1109, #1198)
* on newer FreeBSDs, use ppoll()
v1.9
Structs with variable-sized arrays as their last field: now we
track the length of the array after ffi.new() is called, just
like we always tracked the length of ffi.new("int[]", 42). This
lets us detect out-of-range accesses to array items. This also
lets us display a better repr(), and have the total size returned
by ffi.sizeof() and ffi.buffer(). Previously both functions
would return a result based on the size of the declared structure
type, with an assumed empty array. (Thanks andrew for starting
this refactoring.)
Add support in cdef()/set_source() for unspecified-length arrays
in typedefs: typedef int foo_t[...];. It was already supported
for global variables or structure fields.
I turned in v1.8 a warning from cffi/model.py into an error:
'enum xxx' has no values explicitly defined: refusing to guess
which integer type it is meant to be (unsigned/signed, int/long).
Now Iâm turning it back to a warning again; it seems that
guessing that the enum has size int is a 99%-safe bet. (But
not 100%, so it stays as a warning.)
Fix leaks in the code handling FILE * arguments. In CPython 3
there is a remaining issue that is hard to fix: if you pass a
Python file object to a FILE * argument, then os.dup() is used
and the new file descriptor is only closed when the GC reclaims
the Python file objectâand not at the earlier time when you
call close(), which only closes the original file descriptor.
If this is an issue, you should avoid this automatic convertion
of Python file objects: instead, explicitly manipulate file
descriptors and call fdopen() from C (...via cffi).
3.0.4
=====
* Import errors when collecting test modules now display the full traceback (`#1976`_).
Thanks `@cwitty`_ for the report and `@nicoddemus`_ for the PR.
* Fix confusing command-line help message for custom options with two or more ``metavar`` properties (`#2004`_).
Thanks `@okulynyak`_ and `@davehunt`_ for the report and `@nicoddemus`_ for the PR.
* When loading plugins, import errors which contain non-ascii messages are now properly handled in Python 2 (`#1998`_).
Thanks `@nicoddemus`_ for the PR.
* Fixed cyclic reference when ``pytest.raises`` is used in context-manager form (`#1965`_). Also as a
result of this fix, ``sys.exc_info()`` is left empty in both context-manager and function call usages.
Previously, ``sys.exc_info`` would contain the exception caught by the context manager,
even when the expected exception occurred.
Thanks `@MSeifert04`_ for the report and the PR.
* Fixed false-positives warnings from assertion rewrite hook for modules that were rewritten but
were later marked explicitly by ``pytest.register_assert_rewrite``
or implicitly as a plugin (`#2005`_).
Thanks `@RonnyPfannschmidt`_ for the report and `@nicoddemus`_ for the PR.
* Report teardown output on test failure (`#442`_).
Thanks `@matclab`_ or the PR.
* Fix teardown error message in generated xUnit XML.
Thanks `@gdyuldin`_ or the PR.
* Properly handle exceptions in ``multiprocessing`` tasks (`#1984`_).
Thanks `@adborden`_ for the report and `@nicoddemus`_ for the PR.
* Clean up unittest TestCase objects after tests are complete (`#1649`_).
Thanks `@d_b_w`_ for the report and PR.
--------------------------------
2016-05-07 Florent Rougon <f.rougon@free.fr>
Release 3.4.0
README.rst: link to the blessings library, add link to ncurses home page
2016-05-07 Florent Rougon <f.rougon@free.fr>
Add 'week_start' common option, mapped to dialog's --week-start option
* The value may be an integer or a string (cf. dialog's man page for
more details).
* Using this requires dialog 1.3-20160126 or later.
2016-05-07 Florent Rougon <f.rougon@free.fr>
Update copyright notices and demo version
Fix typo
2016-05-07 Florent Rougon <f.rougon@free.fr>
Doc build: suppress warnings about :option:`--unknown-option` references
* The documentation contains many references to dialog options. These
are not defined in the pythondialog Manual, which with recent Sphinx
(>= 1.3 or something like that) causes a lot of warnings. Fortunately,
these can be suppressed (specifically for unknown option references)
with 'suppress_warnings' in conf.py starting from Sphinx 1.4.0.
* This is what this commit does. Alternatively, the option references
could be replaced with dumb markup such as ``--unknown-option``.
2016-05-07 Florent Rougon <f.rougon@free.fr>
Add demo example for Dialog.editbox_str()
2016-05-06 Florent Rougon <f.rougon@free.fr>
Add Dialog.editbox_str()
* dialog.py (Dialog.editbox_str): new method. It is a convenience
wrapper around Dialog.editbox() that automatically creates and deletes a
temporary file containing the initial box contents which is passed as a
string (Dialog.editbox() needs it in a file).
2016-01-28 Florent Rougon <f.rougon@free.fr>
Fix bug in demo.py when /etc/passwd is inexistent
* examples/demo.py (MyApp.editbox_demo): display a message when
/etc/passwd is inexistent instead of raising an exception (trying to
display the result, which doesn't exist).
Upstream changes:
1.045 2016-11-11 21:52:46-06:00 America/Chicago
- No changes from previous (trial) release 1.044
1.044 2016-11-06 15:30:35-06:00 America/Chicago (TRIAL RELEASE)
[Fixed]
- Imported log object can now be called anything instead of just
`$log`. This means `use Log::Any '$LOG'` or `use Log::Any '$foo'`
now work.
1.043 2016-11-03 21:31:18-05:00 America/Chicago (TRIAL RELEASE)
[Fixed]
- Objects that overload stringification are now stringified
correctly (instead of run through Data::Dumper). Thanks @mephinet!
CMake now supports Cross Compiling for Android with simple toolchain files.
The “Ninja” generator learned to conditionally support Fortran when using a “ninja” tool that has the necessary features. See generator documentation for details.
The “if()” command gained new boolean comparison operations “LESS_EQUAL”, “GREATER_EQUAL”, “STRLESS_EQUAL”, “STRGREATER_EQUAL”, “VERSION_LESS_EQUAL”, and “VERSION_GREATER_EQUAL”.
The “try_compile()” command source file signature now honors configuration-specific flags (e.g. “CMAKE_<LANG>_FLAGS_DEBUG”) in the generated test project. Previously only the default such flags for the current toolchain were used. See policy “CMP0066”.
“Toolchain files” may now set “CMAKE_EXE_LINKER_FLAGS_INIT”, “CMAKE_SHARED_LINKER_FLAGS_INIT”, and “CMAKE_MODULE_LINKER_FLAGS_INIT” variables to initialize the “CMAKE_EXE_LINKER_FLAGS”, “CMAKE_SHARED_LINKER_FLAGS”, and “CMAKE_MODULE_LINKER_FLAGS” cache entries the first time a language is enabled in a build tree.
CTest now supports test fixtures through the new “FIXTURES_SETUP”, “FIXTURES_CLEANUP” and “FIXTURES_REQUIRED” test properties. When using regular expressions or “–rerun-failed” to limit the tests to be run, a fixture’s setup and cleanup tests will automatically be added to the execution set if any test requires that fixture.
We no longer provide Linux i386 binaries for download from “cmake.org” for new versions of CMake.
Vim support files “cmake-indent.vim”, “cmake-syntax.vim”, and “cmake-help.vim” have been removed in favor of the files now provided from the vim-cmake-syntax project.
Support for building CMake itself with some compilers was dropped:
Visual Studio 7.1 and 2005 — superseded by VS 2008 and above
MinGW.org mingw32 — superseded by MSYS2 mingw32 and mingw64
CMake still supports generating build systems for other projects using these compilers.
- The Python 2 backport has been updated to this version.
- Add method Dialog.editbox_str(). This is a convenience wrapper around
Dialog.editbox() that automatically creates and deletes a temporary
file containing the initial box contents, which is passed as a string
(Dialog.editbox() needs it in a file).
- Add the week_start common option, mapped to dialog's --week-start
option (it is useful with the calendar widget). The value may be an
integer or a string (cf. dialog's manual page for more details).
- When testing PURE_PYTHON environments under tox, avoid poisoning the
user's global wheel cache.
- Drop support for Python 2.6 and 3.2.
- Add support for Python 3.5.
- moved existing config file parsing logic into DefaultConfigFileParser,
and added YAMLConfigFileParser. The config file format can now be
selected by setting the config_file_parser_class constructor arg
to one of these Parser classes.
- fixes for various bugs mostly related to config file parsing
2.11.1
Bugfixes
- Fixed a bug when using ``iter_content`` with ``decode_unicode=True``
for streamed bodies would raise ``AttributeError``. This bug was
introduced in 2.11.
- Strip Content-Type and Transfer-Encoding headers from the header block
when following a redirect that transforms the verb from POST/PUT to GET.
2.11.0
Improvements
- Added support for the ``ALL_PROXY`` environment variable.
- Reject header values that contain leading whitespace or newline
characters to reduce risk of header smuggling.
Bugfixes
- Fixed occasional ``TypeError`` when attempting to decode a JSON
response that occurred in an error case. Now correctly returns
a ``ValueError``.
- Requests would incorrectly ignore a non-CIDR IP address in the
``NO_PROXY`` environment variables: Requests now treats it as
a specific IP.
- Fixed a bug when sending JSON data that could cause us to encounter
obscure OpenSSL errors in certain network conditions (yes, really).
- Added type checks to ensure that ``iter_content`` only accepts
integers and ``None`` for chunk sizes.
- Fixed issue where responses whose body had not been fully consumed
would have the underlying connection closed but not returned to
the connection pool, which could cause Requests to hang in situations
where the ``HTTPAdapter`` had been configured to use a blocking
connection pool.
Miscellaneous
- Updated bundled urllib3 to 1.16.
- Some previous releases accidentally accepted non-strings as acceptable
header values. This release does not.
* Clear up dependencies, enable test target.
5.01
- Doc fixes
5.00
- This version adds Elasticsearch 5.x compatibility, and makes it
the default.
- It also adds deprecation logging which logs to STDERR by default.
- The Hijk backend will not work with Elasticsearch 5.x until this bug
is fixed: https://rt.cpan.org/Ticket/Display.html?id=118425
BREAKING CHANGES:
- The 0.90, 1.x, and 2.x compatible clients no longer ship by default.
You should install one of the following:
* Search::Elasticsearch::Client::2_0
* Search::Elasticsearch::Client::2_0::Async
* Search::Elasticsearch::Client::1_0
* Search::Elasticsearch::Client::1_0::Async
* Search::Elasticsearch::Client::0_90
* Search::Elasticsearch::Client::0_90::Async
- The code has been reorganised so that all client-related modules
are under the S::E::API_VERSION::Client namespace.
This includes S::E::Bulk and S::E::Scroll.
- Plugin authors note: the format for the API in ...Role::API has changed.
- S::E::Cxn::HTTP has been rolled into S::E::Cxn as Elasticsearch
no longer supports other protocols.
Send Log::Any logs to a subroutine.
This adapter lets you specify callback subroutine to be called by
Log::Any's logging methods (like $log->debug(), $log->error(), etc) and
detection methods (like $log->is_warning(), $log->is_fatal(), etc.).
-------------------------------------------
1.028003 23.10.16
* Removed AutoPrereqs from dist.ini (Mickey)
1.028002 23.10.16
* GH #53 a few small dist.ini tweaks (Karen Etheridge)
* Even more dist.ini tweaks (Mickey, thanks to Grinnz)
1.028001 22.10.16
* GH #51 Adds eumm_version to dist.ini (Olaf Alders)
* GH #52 Stop excluding cpanfile from being copied to
build (Olaf Alders)
1.028000 21.10.16
* GH #50 Remove hard-deps for HTTP::Tiny::Mech and
WWW::Mechanize::Cached (Paul Howarth)
* dist.ini: don't automatically update cpanfile (Mickey)
1.027000 20.10.16
* GH #49 Convert values of JSON::PP::Boolean objects in output
so they are not skipped when expeting scalars (Mickey)
1.026001 19.10.16
* Fixed version range for Search::Elasticsearch (Mickey)
1.026000 19.10.16
* Moved distini prereqs to cpanfile (Mickey)
* Limit Search::Elasticsearch version to 2.02 (Mickey)
* Updated docs (Thomas Sibley)
(pkgsrc changes)
- Add BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01
------------------------------------
1.124 2016-11-05
- avoid an uninitialized warning when array_each() compares to a
non-reference (thanks, Максим Вуец!, Maxim Vuets)
-------------------------------------
1.35 2016-11-03
- readline-7.0 support
new function
rl_clear_visible_line
rl_tty_set_echoing
rl_pending_signal
new variable
rl_persistent_signal_handlers
- Gnu.xs: fix a bug of rl_readline_state variable causing on a
big-endian, sizeof(int)==4, and sizeof(long)==8 platform
with the GNU Readline Library 7.0. [rt.cpan.org #118371]
------------------------------
0.31 2016-11-05
- The stack trace contained by Specio::Exception objects no longer includes a
stack frames for the Specio::Exception package.
- Made the inline_environment() and description() methods public on type and
coercion objects.
TortoiseHg 4.0
TortoiseHg 4.0 is a quarterly feature release
Improvements
graph: make annotate/history graph work with a shallow (remotefilelog) repo
repoagent: light-weight suspend of repository monitor while running commands
repofilter: adjust branch combo to content every time model changed
repofilter: do not calculate width of revset combo from contents (fixes#4035)
hgext:
extension: rename the extension from 'lighthg' to 'thg'
extension: restrict to only 'view' as a command name
light-ui: update the windows name to mention TortoiseHg and reponame
v28.8.0
-------
* #629: Per the discussion, refine the sorting to use version
value order for more accurate detection of the latest
available version when scanning for packages. See also
#829.
* #837: Rely on the config var "SO" for Python 3.3.0 only
when determining the ext filename.
3.6.0 - 2016-10-31
This release reverts Hypothesis to its old pretty printing of lambda
functions based on attempting to extract the source code rather
than decompile the bytecode. This is unfortunately slightly inferior
in some cases and may result in you occasionally seeing things like
lambda x: <unknown> in statistics reports and strategy reprs.
This removes the dependencies on uncompyle6, xdis and spark-parser.
The reason for this is that the new functionality was based on
uncompyle6, which turns out to introduce a hidden GPLed dependency
- it in turn depended on xdis, and although the library was licensed
under the MIT license, it contained some GPL licensed source code
and thus should have been released under the GPL.
My interpretation is that Hypothesis itself was never in violation
of the GPL (because the license it is under, the Mozilla Public
License v2, is fully compatible with being included in a GPL licensed
work), but I have not consulted a lawyer on the subject. Regardless
of the answer to this question, adding a GPLed dependency will
likely cause a lot of users of Hypothesis to inadvertently be in
violation of the GPL.
As a result, if you are running Hypothesis 3.5.x you really should
upgrade to this release immediately.
Add missing test dependencies.
0.17 2016-11-04
- When using positional parameters, parameters with a default are now
optional. For named parameters, this was already the case.
0.16 2016-11-03
- Moose and Specio types (and coercions) which provide variables to close over
when being inlined did not always compile properly. Most notable, this was
not being handled at all for Moose types, and not completely handled for
Specio coercions.
0.15 2016-11-03
- Previously, using a default with a positional parameter would result in an
error when compiling the validator subroutine. Defaults now work with
positional parameters. Implemented by Greg Oschwald. Based on PR #5.
0.14 2016-11-02
- Added a "named_to_list" option to support returning only the parameter
values from a named parameter validator rather than the key-value
pairs. Implemented by Greg Oschwald. Based on PR #4.
- Errors from calls to validation_for() now use croak so as to show up at the
call site, rather than in the internals
Loading this plugin causes your tests to fail if there any warnings
while they run. Each warning generates a new failing test and the
warning content is outputted via diag.
Rich set of tools, plugins, bundles, etc built upon the Test2
testing library. If you are interested in writing tests, this is
the distribution for you.
This module acts as a layer between Exporter and modules which
consume exports. It is feature-compatible with Exporter, plus some
much needed extras. You can use this to import symbols from any
exporter that follows Exporters specification. The exporter modules
themselves do not need to use or inherit from the Exporter module,
they just need to set @EXPORT and/or other variables.
Slightly based on wip/flex by Makoto Fujiwara and Juraj Lutter.
* version 2.6.2 released 2016-10-24
** flex internals
*** a segfalt involving yyrestart(NULL) has been fixed
*** flex should now handle quoting when mixed with m4 processing correctly
*** flex handles `[[' and `]]' correctly
*** flex no longer generates non-ANSI code
*** more compilation warnings were squashed in generated scanners
*** prevented a buffer overflow that could occur when input buffers were the exact wrong size
** test suite
*** input filenames on MSWindows are now calculated correctly
*** general code cleanups in a number of tests now make the test suite compile much more cleanly
** build system
*** the xz archive has been replaced with an lzip archive
*** a new option to configure --enable-warnings to encapsulate passing
of warning-related flags which is useful in testing flex
*** make indent now works for out of source builds
*** Portability warnings when generating Makefile.in files are now suppressed; they were just noise and the use of GNU extensions in Makefile.{am,in,} was intentional and well known.
** bugs
*** resolved gh#67
** new sv translation from the translation project
* version 2.6.1 released 2016-03-01
** flex resources
*** The flex project is now hosted at github. Consider this a "period of transition". In particular, you should start at https://github.com/westes/flex for the flex codebase, issue tracking and pull requests.
*** New releases of flex are to be found at https://github.com/westes/flex/releases.
** flex internals
*** Flex now uses more modern and more standard names for variable types. There's more work to be done on that front yet, though.
*** A number of compiler warnings have been remedied.
*** Line directives should now work as expected and be absent when that is expected.
** test suite
*** When running the test suite, c++ files are compiled with the c++ header inside the flex distribution, rather than relying on the build system's flex header , which might not be installed yet or which might be out of date with respect to what flex tests expect.
*** Some portability fixes in the test suite such as opening files for reading in binary mode
** Building flex
*** The file src/scan.c asdistributed with flex source is now built with the current version of flex. Occasionally this had to be done manually to pick up new flex features. It's now just a part of flex's build system.
*** The pdf version of the manual is no longer distributed with flex, although if you have the texinfo package installed, you can still build it.
*** lots of general build system cleanup
*** the build system tries a bit harder to find libtoolize and texi2dvi.
*** When help2man and texi2dvi are missing, the error messages are now much more helpful.
** bug fixes
*** resolved github issues #53, #54, #55, #61.
*** Resolved sf bugs #128, #129, #155, #160, #184, #187, #195.
Provided by Kai-Uwe Eckhardt <kuehro@posteo.de> in private mail.
Changes in 1.18:
Overview
========
18 new packages in 14 modules
32 changed packages in 22 modules
24 internally changed packages in 18 modules
357 unchanged packages in 97 modules
438 packages, total in 126 modules, total
New in tcllib 1.18
==================
Module Package New Version Comments
--------------- ------------------- ------------- ----------
dicttool dicttool 1.0
--------------- ------------------- ------------- ----------
httpd httpd 4.0
httpd::content 4.0
httpd::dispatch 4.0
scgi::app 0.1
--------------- ------------------- ------------- ----------
httpwget http::wget 0.1
markdown Markdown 1.0
math math::exact 1.0
nns nameserv::cluster 0.2.3
oodialect oo::dialect 0.3
--------------- ------------------- ------------- ----------
oometa oo::meta 0.4.1
oo::option 0.3
--------------- ------------------- ------------- ----------
processman processman 0.3
tool tool 0.5
tool_datatype tool::datatype 0.1
try throw 1
yaml huddle::json 0.1
zip zipfile::mkzip 1.2
--------------- ------------------- ------------- ----------
Changes from tcllib 1.17 to 1.18
================================
tcllib 1.17 tcllib 1.18
Module Package Old Version New Version Comments
----------- ------------------------- ------------- ------------- ----------
cron cron 1.1 1.2.1 B EF
csv csv 0.8 0.8.1 B
----------- ------------------------- ------------- ------------- ----------
debug debug 1.0.5 1.0.6 B D EF
debug::caller 1 1.1 EF
----------- ------------------------- ------------- ------------- ----------
docstrip docstrip::util 1.3 1.3.1 B D
dtplite dtplite 1.2 1.3 B EF
----------- ------------------------- ------------- ------------- ----------
fileutil fileutil 1.14.10 1.15 B D EF T
fileutil::traverse 0.5 0.6 B D T
----------- ------------------------- ------------- ------------- ----------
ftp ftp::geturl 0.2.1 0.2.2 B
ftpd ftpd 1.2.6 1.3 B EF
htmlparse htmlparse 1.2.1 1.2.2 D EF T
imap4 imap4 0.5.2 0.5.3 D EF
irc picoirc 0.5.1 0.5.2 B D
map map::slippy::fetcher 0.3 0.4 D EF
----------- ------------------------- ------------- ------------- ----------
math math::calculus::symdiff 1.0 1.0.1 B T
math::constants 1.0.1 1.0.2 B D
math::statistics 0.9.3 B EF
math::statistics 1.0 B EF
----------- ------------------------- ------------- ------------- ----------
nettool nettool 0.4 0.5.1 B EF I
ooutil oo::util 1.2.1 1.2.2 B D T
----------- ------------------------- ------------- ------------- ----------
pt pt::pe::op 1 1.0.1 B D T
pt::peg::to::tclparam 1.0.2 1.0.3 B D T
pt::rde 1.0.3 1.1 B D I T
pt::rde::oo 1.0.3 1.1 D I
pt::util 1 1.1 B
----------- ------------------------- ------------- ------------- ----------
rest rest 1.0.1 1.0.2 B D
tie tie::std::rarray 1.0 1.0.1 B D T
uri uri 1.2.5 1.2.6 D EF T
uuid uuid 1.0.4 1.0.5 B I
----------- ------------------------- ------------- ------------- ----------
yaml huddle 0.1.5 0.2 D I T
yaml 0.3.7 0.3.9 D I T
----------- ------------------------- ------------- ------------- ----------
zip zipfile::decode 0.6.1 0.7 EF I
zipfile::encode 0.3 0.4 B D
----------- ------------------------- ------------- ------------- ----------
Changes in 1.17:
Overview
========
6 new packages in 5 modules
66 changed packages in 39 modules
46 internally changed packages in 31 modules
293 unchanged packages in 74 modules
418 packages, total in 118 modules, total
New in tcllib 1.17
==================
Module Package New Version Comments
------------ -------------------------------- ------------- ----------
cron cron 1.1
nettool nettool 0.4
oauth oauth 1
processman odie::processman 0.3
------------ -------------------------------- ------------- ----------
pt pt::cparam::configuration::tea 0.1
pt::util 1
------------ -------------------------------- ------------- ----------
Changes from tcllib 1.16 to 1.17
================================
tcllib 1.16 tcllib 1.17
Module Package Old Version New Version Comments
----------------------- ------------------------------------ ------------- ------------- ----------
aes aes 1.1.1 1.2.1 I P
amazon-s3 S3 1.0.0 1.0.3 B D P
bibtex bibtex 0.5 0.6 B EF
cmdline cmdline 1.3.3 1.5 D EF I T
comm comm 4.6.2 4.6.3.1 B D
----------------------- ------------------------------------ ------------- ------------- ----------
coroutine coroutine 1.1 1.1.3 B D
coroutine::auto 1.1.1 1.1.3 B D
----------------------- ------------------------------------ ------------- ------------- ----------
crc cksum 1.1.3 1.1.4 B D I
crc32 1.3.1 1.3.2 B D I
sum 1.1.0 1.1.2 B D I T
----------------------- ------------------------------------ ------------- ------------- ----------
debug debug 1.0.2 1.0.5 B D EF
----------------------- ------------------------------------ ------------- ------------- ----------
dns dns 1.3.3 1.3.5 B D I
ip 1.2.2 1.3 D EF I T
----------------------- ------------------------------------ ------------- ------------- ----------
doctools doctools 1.4.17 1.4.19 B D I
doctools::idx 1.0.4 1.0.5 B D I
doctools::idx 2 2 B D I
doctools::toc 1.1.3 1.1.4 B D I
doctools::toc 2 2 B D I
----------------------- ------------------------------------ ------------- ------------- ----------
doctools2idx doctools::idx 1.0.4 1.0.5 B D I
doctools::idx 2 2 B D I
----------------------- ------------------------------------ ------------- ------------- ----------
doctools2toc doctools::toc 1.1.3 1.1.4 B D I
doctools::toc 2 2 B D I
----------------------- ------------------------------------ ------------- ------------- ----------
dtplite dtplite 1.1 1.2 D I
----------------------- ------------------------------------ ------------- ------------- ----------
fileutil fileutil 1.14.6 1.14.10 B D T
fileutil::traverse 0.4.3 0.5 B D T
----------------------- ------------------------------------ ------------- ------------- ----------
ftp ftp 2.4.12 2.4.13 B D
html html 1.4 1.4.4 B D T
inifile inifile 0.2.5 0.3 D EF I T
----------------------- ------------------------------------ ------------- ------------- ----------
json json 1.3.2 1.3.3 B D T
json::write 1.0.2 1.0.3 B D T
----------------------- ------------------------------------ ------------- ------------- ----------
log logger 0.9.3 0.9.4 B D T
----------------------- ------------------------------------ ------------- ------------- ----------
math math::bigfloat 1.2.2 1.2.2 B T
math::bigfloat 2.0.1 2.0.2 B T
math::calculus 0.7.2 0.8.1 B D EF T
math::linearalgebra 1.1.4 1.1.5 B D T
math::optimize 1.0 1.0.1 B T
math::special 0.2.2 0.3.0 D EF T
math::statistics 0.9 0.9.3 B D EF T
----------------------- ------------------------------------ ------------- ------------- ----------
md4 md4 1.0.5 1.0.6 B D I
ncgi ncgi 1.4.2 1.4.3 B D T
ooutil oo::util 1.2 1.2.1 B D T
----------------------- ------------------------------------ ------------- ------------- ----------
pt char 1 1.0.1 D I T
pt::cparam::configuration::critcl 1.0.1 1.0.2 B D I T
pt::parse::peg 1 1.0.1 B I T
pt::pe 1 1.0.2 B D EF I
pt::peg::from::peg 1.0.2 1.0.3 D EF
pt::peg::interp 1 1.0.1 D EF
pt::peg::to::cparam 1.0.1 1.1.3 B D EF
pt::peg::to::param 1 1.0.1 B
pt::peg::to::peg 1.0.1 1.0.2 D EF
pt::peg::to::tclparam 1 1.0.2 B D EF
pt::pgen 1.0.2 1.0.3 EF T
pt::rde 1.0.2 1.0.3 B D EF
pt::rde::oo 1.0.2 1.0.3 B
pt::tclparam::configuration::snit 1.0.1 1.0.2 D EF
pt::tclparam::configuration::tcloo 1.0.3 1.0.4 D EF
----------------------- ------------------------------------ ------------- ------------- ----------
report report 0.3.1 0.3.2 D EF
----------------------- ------------------------------------ ------------- ------------- ----------
ripemd ripemd128 1.0.4 1.0.5 B D I
ripemd160 1.0.4 1.0.5 B D I
----------------------- ------------------------------------ ------------- ------------- ----------
sha1 sha1 1.1.0 1.1.1 B I T
sha1 2.0.3 2.0.3 B I T
----------------------- ------------------------------------ ------------- ------------- ----------
string string::token::shell 1.1 1.2 D EF T
struct struct::pool 1.2.1 1.2.3 D I T
tar tar 0.9 0.10 B D T
tepam tepam 0.5.0 0.5 I
textutil textutil::adjust 0.7.1 0.7.3 B D T
----------------------- ------------------------------------ ------------- ------------- ----------
uri uri 1.2.4 1.2.5 B D T
uri::urn 1.0.2 1.0.3 B D I T
----------------------- ------------------------------------ ------------- ------------- ----------
uuid uuid 1.0.2 1.0.4 B D I
valtype valtype::iban 1.4 1.5 B D EF T
virtchannel_transform tcl::transform::zlib 1 1.0.1 B
websocket websocket 1.3 1.4 B D EF
yaml yaml 0.3.6 0.3.7 B D T
zip zipfile::decode 0.4 0.6.1 B D EF
----------------------- ------------------------------------ ------------- ------------- ----------
Changes in 1.16:
Overview
========
11 new packages in 7 modules
45 changed packages in 26 modules
288 internally changed packages in 100 modules
61 unchanged packages in 11 modules
411 packages, total in 114 modules, total
New in tcllib 1.16
==================
Module Package New Version Comments
----------- ---------------------- ------------- ----------
debug debug 1.0.2
debug::caller 1
debug::heartbeat 1
debug::timestamp 1
----------- ---------------------- ------------- ----------
dtplite dtplite 1.1
pt pt::rde::oo 1.0.2
sasl SASL::SCRAM 0.1
----------- ---------------------- ------------- ----------
string string::token 1
string::token::shell 1.1
----------- ---------------------- ------------- ----------
tepam tepam::doc_gen 0.1.1
websocket websocket 1.3
----------- ---------------------- ------------- ----------
Changes from tcllib 1.15 to 1.16
================================
tcllib 1.15 tcllib 1.16
Module Package Old Version New Version Comments
------------------ ------------------------------------ ------------- ------------- ----------
aes aes 1.1 1.1.1 B D T
coroutine coroutine::auto 1.1 1.1.1 B D
dns ip 1.2 1.2.2 B D T
------------------ ------------------------------------ ------------- ------------- ----------
doctools doctools 1.4.14 1.4.17 B D T
doctools::changelog 1 1.1 D
------------------ ------------------------------------ ------------- ------------- ----------
fileutil fileutil 1.14.5 1.14.6 B D T
fileutil::decode 0.1 0.2 B
------------------ ------------------------------------ ------------- ------------- ----------
ftp ftp 2.4.11 2.4.12 B D
grammar_fa grammar::fa 0.4 0.5 B D
imap4 imap4 0.4 0.5.2 B D EF
jpeg jpeg 0.4.0 0.5 B D T
json json 1.1.2 1.3.2 D EF T
------------------ ------------------------------------ ------------- ------------- ----------
math math::calculus 0.7.1 0.7.2 B D
math::decimal 1.0.2 1.0.3 B D
math::geometry 1.1.2 1.1.3 B D
math::interpolate 1.0.3 1.1 B D T
math::statistics 0.8.0 0.9 D EF T
------------------ ------------------------------------ ------------- ------------- ----------
mime mime 1.5.6 1.6 D EF T
ncgi ncgi 1.4.1 1.4.2 B D T
ooutil oo::util 1.1 1.2 D EF
------------------ ------------------------------------ ------------- ------------- ----------
pt pt::peg::from::peg 1 1.0.2 B D T
pt::peg::op 1 1.0.1 B D
pt::peg::to::peg 1 1.0.1 B D T
pt::pgen 1.0.1 1.0.2 B D
pt::tclparam::configuration::tcloo 1.0.2 1.0.3 D T
------------------ ------------------------------------ ------------- ------------- ----------
rest rest 1.0 1.0.1 B D
------------------ ------------------------------------ ------------- ------------- ----------
sasl SASL 1.3.2 1.3.3 B D T
SASL::NTLM 1.1.1 1.1.2 B D T
------------------ ------------------------------------ ------------- ------------- ----------
struct struct::list 1.8.2 1.8.3 B D T
struct::matrix 1.2.1 1.2.1 D
struct::matrix 2.0.2 2.0.3 D
struct::queue 1.4.4 1.4.5 B D T
------------------ ------------------------------------ ------------- ------------- ----------
tar tar 0.7.1 0.9 B D T
tepam tepam 0.4.0 0.5.0 B D T
------------------ ------------------------------------ ------------- ------------- ----------
term term::ansi::code 0.1 0.2 B D
term::ansi::code::ctrl 0.1.2 0.2 B D
term::ansi::send 0.1 0.2 B D
------------------ ------------------------------------ ------------- ------------- ----------
textutil textutil 0.7.1 0.8 D EF
textutil::string 0.7.1 0.8 D EF T
------------------ ------------------------------------ ------------- ------------- ----------
uri uri 1.2.2 1.2.4 B D T
valtype valtype::iban 1.1 1.4 D EF T
------------------ ------------------------------------ ------------- ------------- ----------
virtchannel_base tcl::chan::memchan 1.0.2 1.0.3 B D
tcl::chan::string 1.0.1 1.0.2 B D
tcl::chan::variable 1.0.2 1.0.3 B D
------------------ ------------------------------------ ------------- ------------- ----------
zip zipfile::decode 0.2 0.4 B D
zipfile::encode 0.1 0.3 B D
------------------ ------------------------------------ ------------- ------------- ----------
-----------------------------------------------
0.14 - 2016-10-31
- stop relying on . being in @INC
- switch to ExtUtils::HasCompiler to detect presence of a compiler
-------------------------------------------
version 2.98 at 2016-10-20 15:53:14 +0000
Updated for v5.25.6
version 2.96 at 2016-10-12 23:51:51 +0000
Updated for v5.22.3-RC4 and v5.24.1-RC4