Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 01:48:32 UTC Now

2019-06-18 15:19:37 UTC MAIN commitmail json YAML

Remove net/nicovideo-dl

This package seems not to work with recent nicovideo.jp anymore.

(ryoon)

2019-06-18 15:19:20 UTC MAIN commitmail json YAML

znc: Rename sasl option to sasl-cyrus.

This option is somewhat confusing currently. This does /not/ control
support for logging in to IRC servers using SASL, which happily works
without the dependency.

(nia)

2019-06-18 15:12:43 UTC MAIN commitmail json YAML

Updated textproc/py-Unidecode, audio/py-audioread, audio/py-acoustid

(adam)

2019-06-18 15:11:56 UTC MAIN commitmail json YAML

py-acoustid: updated to 1.1.7

1.1.7
Include a LICENSE file.

1.1.6
In submission, avoid an error on non-integer durations. A new function, get_submission_status, abstracts the API endpoint for monitoring submissions using the (new) result from the submit function.

1.1.5
Fix compatibility with Python 3 in the submit function. Errors in submit are now also handled correctly (i.e., they raise an informative WebServiceError instead of a TypeError).

1.1.4
Fix an error on versions of the fpcalc tool that report the duration as a fractional number.

1.1.3
Accept bytearray objects in addition to other bytes-like types.

1.1.2
Fix a possible crash on Unicode text in Python 2 in a non-Unicode locale. Look for version “1” of the Chromaprint shared library file.

1.1.1
Fix a possible setup error on Python 3.

1.1.0
Include fpcalc.py script in source distributions. Add Python 3 support

(adam)

2019-06-18 14:59:46 UTC MAIN commitmail json YAML

py-audioread: updated to 2.1.8

2.1.8
Fix an unhandled OSError when FFmpeg is not installed.

2.1.7
Properly close some filehandles in the FFmpeg backend. The maddec backend now always produces bytes objects, like the other backends. Resolve an audio data memory leak in the GStreamer backend. You can now optionally specify which specific backends audio_open should try. On Windows, avoid opening a console window to run FFmpeg.

(adam)

2019-06-18 14:41:10 UTC MAIN commitmail json YAML

2019-06-18 14:40:48 UTC MAIN commitmail json YAML

py-Unidecode: updated to 1.1.0

unidecode 1.1.0
* Add more Latin letter variants in U+1F1xx page.
* Make it possible to use the Unidecode command-line utility via
  "python -m unidecode"
* General clean up of code and documentation

(adam)

2019-06-18 14:29:46 UTC MAIN commitmail json YAML

Updated graphics/gimp to 2.10.12

(ryoon)

2019-06-18 14:29:20 UTC MAIN commitmail json YAML

Update to 2.10.12

Changelog:
Overview of Changes from GIMP 2.10.10 to GIMP 2.10.12
=====================================================

Core:

  - Add an "Incremental" option to the Dodge/Burn tool, which,
    similarly to the Paintbrush, Pencil, and Eraser tools, applies the
    effect incrementally as the pointer moves.
  - Curves now have a concept of smooth vs corner points: smooth
    points produce a smooth curve, while corner points produce a sharp
    curve (previously, all points were smooth).
  - Search the user font directory path on Windows (since Windows 10,
    non-admin users have the ability to install fonts). This is only a
    temporary hack until fontconfig adds proper upstream support:
    https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/144
  - In gimp_brush_core_get_paint_buffer(), when allocating a new paint
    buffer, clear the old buffer *before* allocating the new one, to
    reduce the amount of simultaneously allocated memory.
  - In GimpPaintbrush, avoid refilling the paint buffer at each dab if
    the paint color/pixmap hasn't changed, hence allowing faster
    painting in some specific cases.
  - Add hygon cpu detection and enable MMX/SSE support.
  - Add a GimpSymmetry::get_transform() virtual function and a
    corresponding gimp_symmetry_get_transform() function which return
    the brush transform corresponding to a given symmetry stroke in
    terms of the rotation angle and reflection flag (in contrast to
    gimp_symmetry_get_operation() which returns the same transforation
    in terms of a GeglNode). This allows us to simplify, fix (artifact
    bugs, etc.), and improve the painting-code performance for several
    symmetry painting cases.
  - New gimp-brush-pipe-spacing parasite set by core code to preserve
    GIH brush's spacing across reloads.
  - Add a new Offset filter tool, as a front-end to gimp:offset. The
    tool replaces, and provides the same interface as the drawable-
    offset dialog while also providing live preview and on-canvas
    interaction.

Plug-ins:

  - Exported profile and data format strategy updated in several file
    plug-ins.

    * When not saving a profile, we always export as sRGB data, as most
      viewers would not display the image properly otherwise.
    * When saving a profile:
        * If a profile was manually assigned, we always export to the
          assigned format, hence pixel data is converted accordingly,
  whatever the work format.
        * If no profile was assigned:
            * If the export format support high-bit depth, we export the
              work format as-is.
            * If the export format is 8-bit max, we convert the work
              format to sRGB, except if the work format is 8-bit linear.

    The following plug-ins were updated: JPEG, PNG, TIFF and WebP.

  - TIFF plug-in now supports layer export.
  - Add accelerator on "Save color _profile" item in JPEG export so
    that all items in the dialog have keyboard accelerators.
  - Add a "Save color profile" checkbox in WebP export and remove the
    "Advanced Options" expander (all metadata and profile writing
    options are now directly visible).
  - Process cases of non-conformant TIFF file with extra channels
    while ExtraSamples is not set by assuming the first extra channel
    is a non-premultiplied alpha channel and outputting a warning. In
    the future, this should be updated further by a dialog asking what
    to do with the non-defined dialog (consider as premultiplied or
    non-premultiplied alpha channel, or just save as extra channels).

Tools:

  - Add input/output spin-buttons to the Curves tool, which allow
    setting the selected point's coordinates numerically. When the image
    precision is greater than 8-bpc, use a 0.00-100.00 range for the
    point-coordinate spin-buttons instead of a 0-255 range.
  - In the Curves tool, allow changing the curve's point types (cf. new
    curve corner points in Core section). Corner points are displayed
    with a diamond shape instead of a circle.
  - Free Select tool now creates a selection as soon as the polygon is
    closed. This selection is updated when the polygon, or the relevant
    tool-options, change, similarly to GimpRectangleSelectTool.
  - Derive GimpEraser from GimpPaintbrush, instead of directly from
    GimpBrushCore.
    This allows GimpEraser to reuse the paint-buffer content across
    dabs, improving performance.
  - Allow moving an intersecting pair of guides with the Move tool.

User interface:

  - In GimpCurveView, when dragging an existing curve point, don't
    immediately move the point to the cursor position upon button
    press, but rather move it relative to its current position as the
    cursor moves. This allows selecting a point without moving it, and
    adjusting its position more easily.
  - when the cursor hovers above a point in GimpCurveView, or when
    dragging a point, have the coordinate indicator show the point's
    position, rather than the cursor's.
  - In GimpCurveView, when holding down Ctrl while adding/dragging a
    point, snap the y-coordinate to the original curve (at the start
    of the drag). This is particularly useful for adding points along
    the curve.
  - In GimpDashboard, don't show legend for groups with no meter.
  - Add a tile-alloc-total variable to the dashboard's memory and misc
    groups, showing the total amount of memory used by the tile
    allocator.
  - Add a "Save Keyboard Shortcuts Now" button to the Configure
    Keyboard Shortcuts dialog.

Installers:

  - Windows: enable InnoSetup "unofficial" translations. Otherwise we
    had a bunch of wasted work from our translators of several
    languages whose translations were never used in the installer.

Translations:

  - 12 translations were updated: Catalan, Chinese, French, German,
    Hungarian, Indonesian, Italian, Polish, Russian, Spanish, Swedish
    and Turkish.

(ryoon)

2019-06-18 14:27:23 UTC MAIN commitmail json YAML

Updated graphics/gegl to 0.4.16

(ryoon)

2019-06-18 14:26:59 UTC MAIN commitmail json YAML

Update to 0.4.16

Changelog:
GEGL-0.4.16
Not available

GEGL-0.4.15

Build

Added gitlab continuous integration.

Core

Platform specific build fixes for both win32 and OSX.

Avoid in-place processing for cached nodes.

Indentation consitency improvements.

Permit more detailed specifying/overriding of OpenCL device through the
GEGL_USE_OPENCL environment variable.

New call gegl_update_anim_time for applying the animation curves of
properties.

Buffer

Swapped behavior of cubic interpolation from cubic to mithcell
coefficients, leading to crisper results in all uses of the cubic
sampler.

Permit tiles to be unreffed after GEGL shut-down without crash, which
is likely when using bindings to dynamic languages.

Use malloc_trim when compiled with glibc to possibly decrease the
resident size of progress when buffers are destroyed.

Improved deadlock prevention in gegl_buffer_copy() when using copy on
write.

Operations

Use indirect buffer inputs on main thread during multi-processed
processing for point-filters/composers and tranform base classes.

Smaller required/invalided ROI for map-absolute/relative when using
nearest neighbor.

tiff-save and jpg-save fixed dimensions when buffer saved has non-zero
origin

Added missing descriptions of properties for cubism, mosaic,
tile-paper, color, mantiuk06 and vignette operations.

ff-load fix some of the deprecation warnings.

ff-save avoid crashing if audio or video codec fails to initialize.

cache, parent class changed - it is no longer a point operations, also
speed up processing and permit copy on write handling of tiles.

opacity and invert - crash for 8bpc buffers, reimplemented logic for
(non-)associated alpha OpenCL kernel selection.

Tools

Drop direct dependency on exiv2 - we now only transiently depend on it
through the gexiv2 abstraction.

commandline tool/gui

Store per image editing chains in .gegl folder instead of sidecars.

Set window title, permit interaction with opened .lui documents, fixed
playback of audio for opened videos - it now works; if the video is
decoding, scaling and display is fast enough to leave spare cycles.

Support for nearest neighbor scaling of imagry; aiding video playback
without dropping audio frames.

Support for custom collection order and per-file key-value metadata.

(ryoon)

2019-06-18 14:24:41 UTC MAIN commitmail json YAML

Updated graphics/babl to 0.1.66

(ryoon)

2019-06-18 14:24:03 UTC MAIN commitmail json YAML

Update to 0.1.66

Changelog:
2019-06-12 babl-0.1.66
Added API call, babl_space_get_rgb_luminance,
Make most SIMD code-paths optional again on i686.

2019-05-25 babl-0.1.64
Support for Hygon Dhyana, and Y~aA formats for symmetric completeness.
Code consistency, gitlab CI, autotools and meson build improvements.

(ryoon)

2019-06-18 13:31:22 UTC MAIN commitmail json YAML

Updated graphics/GraphicsMagick, graphics/p5-GraphicsMagick

(adam)

2019-06-18 13:30:53 UTC MAIN commitmail json YAML

{p5-}GraphicsMagick: updated to 1.3.32

1.3.32:

Special Issues:

It has been discovered that the 'ICU' library (a perhaps 30MB C++ library) which is now often a libxml2 dependendency causes huge process initialization overhead. This is noticed as unexpected slowness when GraphicsMagick utilities are used to process small to medium sized files. The time to initialize is often longer than the time to read the input file, process the image, and write the output file. If the 'ICU' dependency can not be avoided, then make sure to use the modules build. Please lobby the 'ICU' library developers to change their implementation to avoid long start-up times due to merely linking with the library.
Security Fixes:

GraphicsMagick is now participating in Google's oss-fuzz project due to the contributions and assistance of Alex Gaynor. Since February 4 2018, 343 issues have been opened by oss-fuzz and 331 of those issues have been resolved. The issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list under search term "graphicsmagick". Issues are available for anyone to view and duplicate if they have been in "Verified" status for 30 days, or if they have been in "New" status for 90 days. There are too many fixes to list here. Please consult the GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz issues list for details.
BMP reader: Fix heap overflow in 32-bit build due to arithmetic overflow. Only happens if limits are changed from defaults.
BMP reader/writer: Improve buffer-size calculations to guard against buffer overflows.
DIB reader: Reject files which claim more than 8-bits per pixel but also claim to be colormapped.
DIB reader/writer: Improve buffer-size calculations to guard against buffer overflows.
MIFF reader: Detect end of file while reading RLE packets.
MIFF reader: Fix heap overflow (for some files using RLE compression) caused by a typo in the code.
MAT writer: Added missing error handling to avoid heap overflow.
MNG reader: Fixed a small heap buffer overflow.
SVG reader: Fixed a stack buffer overflow.
TGA writer: Fix heap overflow when image rows/columns are larger than 65535.
TIFF reader: Rationalize tile width/height to reject large tile sizes which are much larger than the image dimensions.
TIFF reader: Apply memory resource limits to strip and tile allocations.
WMF reader: Fixed a division by zero problem.
XWD reader: Many heap buffer overflows and uses of uninitialized data were fixed.
Pixel cache: Now apply resource limits to pixel nexus allocations using the same limits (total pixels, width, height, memory) as applied to the whole image since some requests are directly influenced by the input file. More tests are added for arithmetic overflow. Care was taken to minimize performance impact due to the many extra checks.

Bug fixes:

See above note about oss-fuzz fixes.
Fixed include order of magick/api.h vs wand/wand_symbols.h.
WriteImage(): Eliminate use of just-freed memory in clone_info->magick when throwing exception due to no support for format.
Magick++/lib/Magick++/Drawable.h: Fix use of clang diagnostic syntax.
DIB: Preserve PseudoClass opaque representation if ICO mask is opaque.
JPEG reader: Restore ability to access detailed image properties while in 'ping' mode.
JPEG reader: Base test for "Unreasonable dimensions" on original JPEG dimensions and not the scaled dimensions.
JPEG reader: Allow input files to have a compression ratio as high as 2500. Extremely compressed files were being rejected.
FreeType renderer: Fixed a memory leak.
PDF writer: Fixed a memory leak.
PDF writer: Fixed a thread safety problem.
PICT reader: Fix a thread safety problem.
Exception reporting: Throwing an exception was not thread safe. Now it is.
Exception reporting: Handle the case where some passed character strings refer to existing exception character strings.
Command-line parser now does not attempt to read a list of filenames from a file in '@name' syntax if the path '@name' exists. Previously it would attempt to read a list of file names from 'name' even if '@name' did exist.
Rendering: Short-circuit path parsing and return and error immediately if an error occurs.

New Features:

Added support for writing the Braille image format (by Samuel Thibault).
WebP writer: Support WebP 'use_sharp_yuv' option ("if needed, use sharp (and slow) RGB->YUV conversion") via -define webp:use-sharp-yuv=true.
The version command output now reports the OpenMP specification number rather than just the integer version identifier.

API Updates:

ReallocateImageColormap() added to re-allocate an existing colormap.
Some improperly-exposed globals are now static as they should have been.

(adam)

2019-06-18 13:05:14 UTC MAIN commitmail json YAML

glib2: Ensure libintl is pulled in on SunOS.

Fixes issue in packages that depend on glib2 where libintl was no longer an
explicit dependency as it was pre-meson.

(jperkin)

2019-06-18 12:42:26 UTC MAIN commitmail json YAML

(ham/hackrf) Add missing tool (USE_TOOLS= pkg-config)

The error was:
  -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  CMake Error at /usr/pkg/share/cmake-3.13/Modules/FindPkgConfig.cmake:505 (message):
    pkg-config tool not found

(mef)

2019-06-18 12:40:55 UTC MAIN commitmail json YAML

Remove gxine from TODO.

(nia)

2019-06-18 12:40:22 UTC MAIN commitmail json YAML

2019-06-18 12:38:46 UTC MAIN commitmail json YAML

doc: Updated multimedia/gxine to 0.5.910

(nia)

2019-06-18 12:38:36 UTC MAIN commitmail json YAML

gxine: Update to 0.5.910. Fix build.

pkgsrc changes:

* Use newer spidermonkey instead of ancient firefox 3.6 xulrunner.
* Use gtk3 by default.

0.5.910: 2017-12-28
* Improve Gtk3 support. (still not enabled by default, use --with-gtk3).
* Fix running under Wayland.
* Improve portability.
* Improve build system. Require automake 1.11.
* Fix memory and resource leaks.
0.5.909: 2017-07-18
* Dust removal. Support for recent glib and gtk+ versions.
* Require glib 2.32 or later.
* Require gtk+ 2.18 or later.
* Portability improvements.
* Linkage fixes.
* #include fixes.
* Fix memory and resource leaks.
* Initial support for gtk+ 3.
* Call XInitThreads even with XCB. (Fixes some video output methods.)

0.5.908: 2014-05-10
* Add input support for xineliboutput.
* Use libgudev when available (HAL is obsolete).
* Linkage fixes.
* GLib #include fixes.
* Stop g_remove_source() error spew.

0.5.907: 2012-02-21
* Fix compilation with that nice stable API in libmozjs.
  - There's a jsval change in Firefox 9.
  - Firefox 10 drops JSFloat64 (looks like cleanup).
* Fix a build failure which occurs when how to retrieve certain HAL
  properties isn't known. (Observed on Debian hurd-i386.)
* Quiet build (with automake 1.11 or later).
  Also silence inlining complaints (from libmozjs headers).
* Playlist segmentation fault fix.
* input_menu() works again.

0.5.906: 2011-08-11
* Reset pointer shape on stream stop/eject.
* Use re-entrant versions of xine-lib's XML parser functions
  (if available).
* gxine.desktop now says that gxine can accept files or URLs.
* Handle gamma, sharpness and noise reduction controls (if supported
  by the selected video output driver).
* Add vo_*.available (whether a given control is available).
* Handle iconisation of the video window by preventing hiding &
  re-showing while the window is iconised.
* Portability changes (pthreads, console redirection).
* Czech translation update.
* More GDK functions over X11:
  - prefer GDK for cursors and setting windows focus
  - prefer X11 for system tray and GTK video window
* Windows port of GTK video widget.
* Handle relative paths in m3u playlists.
* Fix focus grabbing (in the absence of Xinerama).

(nia)

2019-06-18 12:37:35 UTC MAIN commitmail json YAML

zoneminder: fix typo in comment.

(wiz)

2019-06-18 12:36:59 UTC MAIN commitmail json YAML

security/zoneminder: Update example apache config to 24

(gdt)

2019-06-18 12:33:43 UTC MAIN commitmail json YAML

security/zoneminder: Depend on p5-Net-SFTP-Foreign

Add comment about adding dependencies on perl modules that are maybe
loaded depending on the configuration.

(gdt)

2019-06-18 11:05:56 UTC MAIN commitmail json YAML

net/p5-Net-SFTP-Foreign: Drop PLIST

(PLIST is generated automatically.)

(gdt)

2019-06-18 10:36:04 UTC MAIN commitmail json YAML

gettext-lib: Revert previous.

Adding gettext libraries unconditionally can cause issues in a small number of
packages which deliberately try to build multilib, where the non-default arch
ends up failing as the gettext libraries are the wrong ELF class.

This will instead be fixed directly in glib2 which appears to be the root cause
of the recent fallout.

(jperkin)

2019-06-18 10:21:37 UTC MAIN commitmail json YAML

znc: Fix CVE-2019-12816

This is an remote code execution and privilege escalation vulnerability.

It requires an already-existing unprivileged ZNC user.

This is znc-1.7.3nb2.

(nia)

2019-06-18 08:45:10 UTC MAIN commitmail json YAML

Updated devel/py-virtualenv, databases/py-apsw

(adam)

2019-06-18 08:44:54 UTC MAIN commitmail json YAML

py-apsw: updated to 3.28.0

3.28.0-r1
Added constant:
SQLITE_DBCONFIG_WRITABLE_SCHEMA

(adam)

2019-06-18 08:38:51 UTC MAIN commitmail json YAML

py-virtualenv: updated to 16.6.1

v16.6.1:

Bugfixes
- Raise an error if the target path contains the operating systems path separator (using this would break our activation scripts)
- Fix an additional issue with 1339, where the user specifies --python
  pointing to a venv redirector executable.

(adam)

2019-06-18 08:02:52 UTC MAIN commitmail json YAML

Updated devel/py-wrapt, www/py-django-extensions

(adam)

2019-06-18 08:02:35 UTC MAIN commitmail json YAML

py-django-extensions: updated to 2.1.9

2.1.9
Changes:
- Fix: show_urls, fix for traceback on multi language sites
- Improvement: reset_db, fix typo's in help test

2.1.8
Changes:
- New: HexValidator, validate hex strings
- Improvement: reset_db, move settings to `django_settings.settings` which makes it easier to override.
- Improvement: AutoSlugField, extend support for custom slugify function
- Fix: runprofileserver, fix autoreloader for newer Django versions

(adam)

2019-06-18 08:00:34 UTC MAIN commitmail json YAML

py-wrapt: updated to 1.11.2

Version 1.11.2
Bugs Fixed
Fix possible crash when garbage collection kicks in when invoking a destructor of wrapped object.

(adam)

2019-06-18 05:54:03 UTC MAIN commitmail json YAML

mnemosyne: comment out troublesome py-matplotlib dependency.

This is already marked BROKEN.

(wiz)

2019-06-18 05:52:30 UTC MAIN commitmail json YAML

gnuradio-utils: comment out troublesome py-matplotlib dependency.

This is already marked BROKEN.

(wiz)

2019-06-18 00:31:35 UTC MAIN commitmail json YAML

net: +p5-Net-SFTP-Foreign

(gdt)

2019-06-18 00:30:50 UTC MAIN commitmail json YAML

doc: Added net/p5-Net-SFTP-Foreign version 1.90

(gdt)

2019-06-18 00:30:29 UTC MAIN commitmail json YAML

net/p5-Net-SFTP-Foreign: Add version 1.90

SFTP stands for SSH File Transfer Protocol and is a method of
transferring files between machines over a secure, encrypted
connection (as opposed to regular FTP, which functions over an
insecure connection). The security in SFTP comes through its
integration with SSH, which provides an encrypted transport layer over
which the SFTP commands are executed.

Net::SFTP::Foreign is a Perl client for the SFTP version 3 as
defined in the SSH File Transfer Protocol IETF draft, which can be
found at http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt

This implementation uses an external OpenSSH-compatible program.

Packaged in wip by Angel M. Adames.

(gdt)

2019-06-17 22:28:20 UTC MAIN commitmail json YAML

Update PLIST for new version

(morr)

2019-06-17 22:18:02 UTC MAIN commitmail json YAML

Update to newest patch 1566.

Changes:
8.1.1005  test fails because t_F2 is not set
8.1.1006  repeated code in quickfix support
8.1.1007  using closure may consume a lot of memory
8.1.1008  MS-Windows: HAVE_STDINT_H only defined for non-debug version
8.1.1009  MS-Windows: some text is not baseline aligned
8.1.1010  Lua interface leaks memory
8.1.1011  indent from autoindent not removed from blank line
8.1.1012  memory leak with E461
8.1.1013  MS-Windows: Scrolling fails when dividing the screen
8.1.1014  MS-Windows: /analyze only defined for non-debug version
8.1.1015  quickfix buffer shows up in list, can't get buffer number
8.1.1016  MS-Windows: No color in shell when using "!" in 'guioptions
8.1.1017  off-by-one error in filetype detection
8.1.1018  window cleared when entering Terminal-Normal twice
8.1.1019  Lua: may garbage collect function reference in use
8.1.1020  compiler warning for Python3 interface
8.1.1021  pyeval() and py3eval() leak memory
8.1.1022  may use NULL pointer when out of memory
8.1.1023  may use NULL pointer when indexing a blob
8.1.1024  stray log calls in terminal code
8.1.1025  checking NULL pointer after addition
8.1.1026  unused condition
8.1.1027  memory usage test sometimes fails
8.1.1028  MS-Windows: memory leak when creating terminal fails
8.1.1029  DirectWrite doesn't take 'linespace' into account
8.1.1030  quickfix function arguments are inconsistent
8.1.1031  memory usage test may still fail
8.1.1032  warnings from clang static analyzer
8.1.1033  memory usage test may still fail on some systems
8.1.1034  too many #ifdefs
8.1.1035  prop_remove() second argument is not optional
8.1.1036  quickfix function arguments are inconsistent
8.1.1037  memory usage test may still fail on some systems
8.1.1038  Arabic support excludes Farsi
8.1.1039  MS-Windows build fails
8.1.1040  FEAT_TAG_ANYWHITE is not enabled in any build
8.1.1041  test for Arabic no longer needed
8.1.1042  the paste test doesn't work properly in the Windows console
8.1.1043  Lua interface does not support Blob
8.1.1044  no way to check the reference count of objects
8.1.1045  E315 ml_get error when using Python and hidden buffer
8.1.1046  the "secure" variable is used inconsistently
8.1.1047  WINCH signal is not tested
8.1.1048  minor issues with tests
8.1.1049  when user tries to exit with CTRL-C message is confusing
8.1.1050  blank srceen when DirectWrite failed
8.1.1051  not all ways to switch terminal mode are tested
8.1.1052  test for CTRL-C message sometimes fails
8.1.1053  warning for missing return statement
8.1.1054  not checking return value of ga_grow()
8.1.1055  CTRL-G U in Insert mode doesn't work for shift-Left
8.1.1056  no eval function for Ruby
8.1.1057  nsis config is too complicated
8.1.1058  memory usage test may still fail on some systems
8.1.1059  MS-Windows: PlatformId() is called unnecessarily
8.1.1060  MS-Windows: get_cmd_args() is no longer needed
8.1.1061  when substitute string throws error, substitute happens anyway
8.1.1062  quickfix code is repeated
8.1.1063  insufficient testing for wildmenu completion
8.1.1064  no test for output conversion in the GTK GUI
8.1.1065  no test for using and deleting menu in the GUI
8.1.1066  VIMDLL isn't actually used
8.1.1067  issues added on github are unstructured
8.1.1068  cannot get all the information about current completion
8.1.1069  source README file doesn't look nice on github
8.1.1070  issue templates are not good enough
8.1.1071  cannot get composing characters from the screen
8.1.1072  extending sign and foldcolumn below the text is confusing
8.1.1073  space in number column is on wrong side with 'rightleft' set
8.1.1074  Python test doesn't wipe out hidden buffer
8.1.1075  function reference count wrong in Python code
8.1.1076  file for Insert mode is much too big
8.1.1077  reg_executing() is reset by calling input()
8.1.1078  when 'listchars' is set a composing char on a space is wrong
8.1.1079  no need for a separate ScreenLinesUtf8() test function
8.1.1080  when a screendump test fails, moving the file is a hassle
8.1.1081  MS-Windows: cannot use some fonts
8.1.1082  "Conceal" match is mixed up with 'hlsearch' match.
8.1.1083  MS-Windows: hang when opening a file on network share
8.1.1084  cannot delete a match from another window
8.1.1085  compiler warning for possibly uninitialized variable
8.1.1086  too many curly braces
8.1.1087  tag stack is incorrect after CTRL-T and then :tag
8.1.1088  height of quickfix window not retained with vertical split
8.1.1089  tutor does not check $LC_MESSAGES
8.1.1090  MS-Windows: modify_fname() has problems with some 'encoding'
8.1.1091  MS-Windows: cannot use multi-byte chars in environment var
8.1.1092  setting 'guifont' when maximized resizes the Vim window
8.1.1093  support for outdated tags format slows down tag parsing
8.1.1094  long line in tags file causes error
8.1.1095  MS-Windows: executable() fails on very long filename
8.1.1096  MS-Windows: cannot distinguish BS and CTRL-H
8.1.1097  Motif build fails
8.1.1098  quickfix code duplication
8.1.1099  the do_tag() function is too long
8.1.1100  tag file without trailing newline no longer works
8.1.1101  signals test may fail in the GUI
8.1.1102  Win32 exe file contains unused code
8.1.1103  MS-Windows: old API calls are no longer needed
8.1.1104  MS-Windows: not all environment variables can be used
8.1.1105  long escape sequences may be split up
8.1.1106  no test for 'writedelay'
8.1.1107  no test for 'visualbell'
8.1.1108  test for 'visualbell' doesn't work
8.1.1109  deleted file still in list of distributed files
8.1.1110  composing chars on space wrong when 'listchars' is set
8.1.1111  it is not easy to check for infinity
8.1.1112  duplicate code in quickfix file
8.1.1113  making an autocommand trigger once is not so easy
8.1.1114  confusing overloaded operator "." for string concatenation
8.1.1115  cannot build with older C compiler
8.1.1116  cannot enforce a Vim script style
8.1.1117  build failure without the +eval feature
8.1.1118  a couple of conditions are hard to understand
8.1.1119  no support for Windows on ARM64.
8.1.1120  cannot easily get directory entry matches
8.1.1121  test for term_gettitle() was disabled
8.1.1122  char2nr() does not handle composing characters
8.1.1123  no way to avoid filtering for autocomplete function
8.1.1124  insert completion flags are mixed up
8.1.1125  libvterm does not handle the window position report
8.1.1126  build failure with +terminal but without tgetent
8.1.1127  getwinpos() doesn't work in terminal on MS-Windows console
8.1.1128  getwinpos() test does not work on MS-Windows
8.1.1129  when making a new screendump test have to create the file
8.1.1130  MS-Windows: warning for unused variable
8.1.1131  getwinpos() does not work in the MS-Windows console
8.1.1132  getwinpos() test fails on MS-Windows
8.1.1133  compiler warning for uninitialized struct member
8.1.1134  buffer for quickfix window is reused for another file
8.1.1135  build failure for small version
8.1.1136  decoding of mouse click escape sequence is not tested
8.1.1137  xterm mouse wheel escape sequence is not tested
8.1.1138  plugins don't get notified when the popup menu changes
8.1.1139  no test for what is fixed in patch 8.1.0716
8.1.1140  not easy to find out what neighbors a window has
8.1.1141  terminal winpos test fails with very large terminal
8.1.1142  no test for dragging the window separators with the mouse
8.1.1143  may pass weird strings to file name expansion
8.1.1144  too strict checking of the 'spellfile' option
8.1.1145  compiler warning for unused function
8.1.1146  in MS-Windows console colors in a terminal window are wrong
8.1.1147  desktop file translations are requiring manual updates
8.1.1148  CTRL-L with 'incsearch' does not pick up char under cursor
8.1.1149  building desktop files fails with older msgfmt
8.1.1150  generating desktop files not tested on Travis
8.1.1151  build fails when using shadow directory
8.1.1152  compiler warning with VS2019
8.1.1153  msgfmt complains about missing LINGUAS file
8.1.1154  getting a newer msgfmt on Travis is too complicated
8.1.1155  termcodes tests can be improved
8.1.1156  Unicode emoji and other image characters not recognized
8.1.1157  Unicode tables are out of date
8.1.1158  json encoded string is sometimes missing the final NUL
8.1.1159  MS-Windows: with a silent (un)install $VIM/_vimrc is removed
8.1.1160  termcodes test would fail in a very big terminal
8.1.1161  unreachable code
8.1.1162  incorrect coverage information; typo in color name
8.1.1163  codecov does not report all the coverage information
8.1.1164  gettitle test is failing when server name differs
8.1.1165  no test for mouse clicks in the terminal tabpage line
8.1.1166  gettitle test can still fail when another Vim is running
8.1.1167  no test for closing tab by click in tabline
8.1.1168  not all screen update code of terminal is executed in tests
8.1.1169  writing coverage info in a separate dir is not needed
8.1.1170  terminal ANSI color test does not cover all colors
8.1.1171  statusline test could fail in large terminal
8.1.1172  cursor properties were not fully tested
8.1.1173  suspend test has duplicated lines
8.1.1174  cannot build with Ruby 1.8
8.1.1175  no test for dragging a tab and double click for new tab
8.1.1176  test for dragging a tab is flaky
8.1.1177  .ts files are recognized as xml, typescript is more common
8.1.1178  when mouse click tests fails value of 'ttytype' is unknown
8.1.1179  no test for mouse clicks in the fold column
8.1.1180  Vim script debugger tests are old style
8.1.1181  tests for mouse clicks are a bit flaky
8.1.1182  some function prototypes are outdated
8.1.1183  typos in VisVim comments
8.1.1184  undo file left behind after running test
8.1.1185  mapping for CTRL-X is inconsistent
8.1.1186  readdir() allocates list twice
8.1.1187  cannot recognize Pipfile
8.1.1188  not all Vim variables require the v: prefix
8.1.1189  mode is not cleared when leaving Insert mode
8.1.1190  has('vimscript-3') does not work
8.1.1191  not all debug commands are covered by a test
8.1.1192  mode is not cleared when leaving Insert mode with mapped Esc
8.1.1193  typos and small problems in test files
8.1.1194  typos and small problems in source files
8.1.1195  Vim script debugger functionality needs cleanup
8.1.1196  parallel build may fail
8.1.1197  when starting with multiple tabs file messages is confusing
8.1.1198  bracketed paste may remain active after Vim exists
8.1.1199  no test for :abclear
8.1.1200  old style comments in debugger source
8.1.1201  output of :command is hard to read
8.1.1202  always get regexp debugging logs when building with -DDEBUG
8.1.1203  some autocmd tests are old style
8.1.1204  output of :command with address completion is not nice
8.1.1205  a BufReadPre autocommand may cause the cursor to move
8.1.1206  user command parsing and listing not properly tested
8.1.1207  some compilers give warning messages
8.1.1208  links to repository use wrong file name
8.1.1209  clever compiler warns for buffer being too small
8.1.1210  support for user commands is spread out
8.1.1211  not all user command code is tested
8.1.1212  signal PWR is not tested
8.1.1213  "make clean" in top dir does not cleanup indent test output
8.1.1214  old style tests
8.1.1215  "make clean" does not remove generated src/po files
8.1.1216  mouse middle click is not tested
8.1.1217  MS-Windows: no space reserved for font quality name
8.1.1218  cannot set a directory for a tab page
8.1.1219  not checking for NULL return from alloc()
8.1.1220  build fails on MS-Windows
8.1.1221  filtering does not work when listing marks
8.1.1222  build still fails on MS-Windows
8.1.1223  middle mouse click test fails without a clipboard
8.1.1224  MS-Windows: cannot specify font weight
8.1.1225  cannot create a pty to use with :terminal on FreeBSD
8.1.1226  {not in Vi} remarks get in the way of useful help text
8.1.1227  duplicate entries in the generate .desktop files
8.1.1228  not possible to process tags with a function
8.1.1229  warning for posix_openpt() not declared
8.1.1230  a lot of code is shared between vim.exe and gvim.exe
8.1.1231  asking about existing swap file unnecessarily
8.1.1232  can't build on MS-Windows
8.1.1233  cannot build tiny version
8.1.1234  swap file test fails on MS-Windows
8.1.1235  compiler warnings for using STRLEN() value
8.1.1236  sjiscorr.c not found in shadow directory
8.1.1237  error for using "compl", reserved word in C++
8.1.1238  MS-Windows: compiler warning for sprintf() format
8.1.1239  key with byte sequence containing CSI does not work
8.1.1240  runtime desktop files are overwritten by build
8.1.1241  Ex command info contains confusing information
8.1.1242  no cmdline redraw when tabpages have different 'cmdheight'
8.1.1243  compiler warnings for incomplete switch statement
8.1.1244  no tests for CTRL-mouse-click
8.1.1245  ":copen 10" sets height in full-height window
8.1.1246  cannot handle negative mouse coordinate from urxvt
8.1.1247  urxvt mouse codes are not tested
8.1.1248  no test for dec mouse
8.1.1249  compiler warning for uninitialized variable
8.1.1250  no test for netterm mouse
8.1.1251  no test for completion of mapping keys
8.1.1252  not all mapping completion is tested
8.1.1253  mapping completion test fails
8.1.1254  mapping completion contains dead code
8.1.1255  building desktop files fails on FreeBSD
8.1.1256  cannot navigate through errors relative to the cursor
8.1.1257  MSVC: name of object directory now always right
8.1.1258  the "N files to edit" message can not be surpressed
8.1.1259  crash when exiting early
8.1.1260  comparing with pointer instead of value
8.1.1261  no error for quickfix commands with negative range
8.1.1262  cannot simulate a mouse click in a test
8.1.1263  mouse clicks in WinBar not tested
8.1.1264  crash when closing window from WinBar click
8.1.1265  when GPM mouse support is enabled double clicks do not work
8.1.1266  winbar test doesn't test enough
8.1.1267  cannot check if GPM mouse support is working
8.1.1268  map completion test fails in GUI
8.1.1269  MS-Windows GUI: multibyte chars with a 0x80 byte do not work
8.1.1270  cannot see current match position
8.1.1271  compiler warnings for use of STRNCPY()
8.1.1272  click on WinBar of other window not tested
8.1.1273  compiler warning in direct write code
8.1.1274  after :unmenu can still execute the menu with :emenu
8.1.1275  cannot navigate to errors before/after the cursor
8.1.1276  cannot combine text properties with syntax highlighting
8.1.1277  missing screenshot update
8.1.1278  missing change for "combine" field
8.1.1279  cannot set 'spellang' to "sr@latin"
8.1.1280  remarks about functionality not in Vi clutters the help
8.1.1281  cannot specify a count with :chistory
8.1.1282  running make in src/po leaves LINGUAS file behind
8.1.1283  delaying half a second after the top-bot message
8.1.1284  detecting *.tmpl as htmlcheetah is outdated
8.1.1285  test17 is old style
8.1.1286  running tests leaves XTest_tabpage_cmdheight file behind
8.1.1287  cannot build with +eval but without +mouse
8.1.1288  search stats don't show for mapped command
8.1.1289  may not have enough space to add "W" to search stats
8.1.1290  .hgignore and .gitignore are either distributed or in git
8.1.1291  not easy to change directory and restore
8.1.1292  invalid command line arguments not tested
8.1.1293  MSVC files are no longer useful
8.1.1294  MS-Windows: Some fonts return wrong average char width
8.1.1295  when vimrun.exe does not exist external command may fail
8.1.1296  crash when using invalid command line argument
8.1.1297  invalid argument test fails without GTK
8.1.1298  invalid argument test fails without X clipboard
8.1.1299  "extends" from 'listchars' is used when 'list' is off
8.1.1300  in a terminal 'ballooneval' does not work right away
8.1.1301  when compiled with VIMDLL some messages are not shown
8.1.1302  v:beval_text is not tested in Visual mode
8.1.1303  not possible to hide a balloon
8.1.1304  MS-Windows: compiler warning for unused value
8.1.1305  there is no easy way to manipulate environment variables
8.1.1306  Borland support is outdated and doesn't work
8.1.1307  cannot reconnect to the X server after it restarted
8.1.1308  the Normal highlight is not defined when compiled with GUI
8.1.1309  test for Normal highlight fails on MS-Windows GUI
8.1.1310  named function arguments are never optional
8.1.1311  aborting an autocmd with an exception is not tested
8.1.1312  Coverity warning for using uninitialized variable
8.1.1313  warnings for using localtime() and ctime()
8.1.1314  MSVC makefile is not nicely indented
8.1.1315  there is always a delay if a termrequest is never answered
8.1.1316  duplicated localtime() call
8.1.1317  output from Travis can be improved
8.1.1318  code for text changes is in a "misc" file
8.1.1319  computing function length name in many places
8.1.1320  it is not possible to track changes to a buffer
8.1.1321  no docs or tests for listener functions
8.1.1322  Cygwin makefile is not nicely indented
8.1.1323  'mouse' option is reset when using GPM mouse
8.1.1324  stray comma in VMS makefile
8.1.1325  cannot build with +eval but without +channel and +timers
8.1.1326  no test for listener with partial
8.1.1327  unnecessary scroll after horizontal split
8.1.1328  no test for listener with undo operation
8.1.1329  plans for popup window support are spread out
8.1.1330  using bold attribute in terminal changes the color
8.1.1331  test 29 is old style
8.1.1332  cannot flush listeners without redrawing, mix of changes
8.1.1333  text properties don't always move after changes
8.1.1334  when buffer is hidden "F" in 'shortmess' is not used
8.1.1335  listener callback is called after inserting text
8.1.1336  some eval functionality is not covered by tests
8.1.1337  get empty text prop when splitting line just after text prop
8.1.1338  hang when concealing the '>' shown for half of wide char
8.1.1339  installer needs to product name et al.
8.1.1340  attributes from 'cursorline' overwrite textprop
8.1.1341  text properties are lost when joining lines
8.1.1342  using freed memory when joining line with text property
8.1.1343  text properties not adjusted for Visual block mode delete
8.1.1344  Coverity complains about possibly using a NULL pointer
8.1.1345  stuck in sandbox with ":s/../\=Function/gn"
8.1.1346  error for Python exception does not show useful info
8.1.1347  fractional scroll position not restored after closing window
8.1.1348  running tests may cause the window to move
8.1.1349  if writing runs into conversion error backup file is deleted
8.1.1350  "W" for wrapping not shown when more than 99 matches
8.1.1351  text property wrong after :substitute
8.1.1352  undofile() reports wrong name
8.1.1353  undo test fails on Mac
8.1.1354  getting a list of text lines is clumsy
8.1.1355  obvious mistakes are accepted as valid expressions
8.1.1356  some text in heredoc assignment ends the text
8.1.1357  test 37 is old style
8.1.1358  cannot enter character with a CSI byte
8.1.1359  text property wrong after :substitute with backslash
8.1.1360  buffer left 'nomodifiable' after :substitute
8.1.1361  Python setuptools don't work with Python 3
8.1.1362  code and data in tests can be hard to read
8.1.1363  ":vert options" does not make a vertical split
8.1.1364  design for popup window support needs more details
8.1.1365  source command doesn't check for the sandbox
8.1.1366  using expressions in a modeline is unsafe
8.1.1367  can set 'modelineexpr' in modeline
8.1.1368  modeline test fails with python but without pythonhome
8.1.1369  get E484 when using system() during GUI startup
8.1.1370  not using the new github feature for donations
8.1.1371  cannot recover from a swap file
8.1.1372  when evaluating 'statusline' the current window is unknown
8.1.1373  "[p" in Visual mode puts in wrong line
8.1.1374  check for file changed triggers too often
8.1.1375  without "TS" in 'shortmess' get a hit-enter prompt often
8.1.1376  warnings for size_t/int mixups
8.1.1377  MS-Windows GUI uses wrong shell command for bash
8.1.1378  delete() can not handle a file name that looks like a pattern
8.1.1379  filechanged test hangs
8.1.1380  MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not set
8.1.1381  MS-Windows: missing build dependency
8.1.1382  error when editing test file
8.1.1383  warning for size_t/int mixup
8.1.1384  using "int" for alloc() often results in compiler warnings
8.1.1385  signed/unsigned compiler warning
8.1.1386  unessesary type casts for lalloc()
8.1.1387  calling prop_add() in an empty buffer doesn't work
8.1.1388  errors when calling prop_remove() for an unloaded buffer
8.1.1389  changes are not flushed when end and start overlap
8.1.1390  search stats are off when using count or offset
8.1.1391  no popup window support
8.1.1392  build failure in tiny version
8.1.1393  unnecessary type casts
8.1.1394  not restoring t_F2 in registers test
8.1.1395  saving for undo may access invalid memory
8.1.1396  'wincolor' does not apply to lines below the buffer
8.1.1397  build fails in tiny version
8.1.1398  duplicate line in MSVC build file
8.1.1399  popup windows not adjusted when switching tabs
8.1.1400  using global pointer for tab-local popups is clumsy
8.1.1401  misspelled mkspellmem as makespellmem
8.1.1402  "timer" option of popup windows not supported
8.1.1403  cannot build without the timer feature
8.1.1404  cannot change the patch level when building with NSIS
8.1.1405  "highlight" option of popup windows not supported
8.1.1406  popup_hide() and popup_show() not implemented yet
8.1.1407  popup_create() does not support text properties
8.1.1408  PFL_HIDDEN conflicts with system header file
8.1.1409  Coverity warns for using uninitialized memory
8.1.1410  popup_move() is not implemented yet
8.1.1411  Coverity warns for divide by zero
8.1.1412  test 30 is old style
8.1.1413  error when the drive of the swap file was disconnected
8.1.1414  alloc() returning "char_u *" causes a lot of type casts
8.1.1415  build error in MS-Windows GUI
8.1.1416  popup_getposition() not implemented yet
8.1.1417  MS-Windows: resolve() does not resolve all components of path
8.1.1418  win_execute() is not implemented yet
8.1.1419  listener callbacks may be called recursively
8.1.1420  popup window size only uses first line length
8.1.1421  drawing "~" line in popup window
8.1.1422  popup_getoptions() not implemented yet
8.1.1423  popup windows use options from current window and buffer
8.1.1424  crash when popup menu is deleted while waiting for char
8.1.1425  win_execute() does not set window pointers properly
8.1.1426  no test for syntax highlight in popup window
8.1.1427  popup window screenshot test fails
8.1.1428  popup_atcursor() not implemented yet
8.1.1429  "pos" option of popup window not supported yet
8.1.1430  popup window option "wrap" not supported
8.1.1431  popup window listed as "Scratch"
8.1.1432  can't build with eval feature
8.1.1433  win_execute() may leave popup window focused
8.1.1434  test 3 is old style
8.1.1435  memory usage test is a bit too flaky
8.1.1436  writefile test fails when run under /tmp
8.1.1437  code to handle callbacks is duplicated
8.1.1438  some commands cause trouble in a popup window
8.1.1439  json_encode() is very slow for large results
8.1.1440  win_execute() test fails
8.1.1441  popup window filter not yet implemented
8.1.1442  popup windows not considered when the Vim window is resized
8.1.1443  popup window padding and border not implemented yet
8.1.1444  not using double line characters for popup border
8.1.1445  popup window border highlight not implemented yet
8.1.1446  popup window callback not implemented yet
8.1.1447  not allowed to create an empty popup
8.1.1448  statusline is sometimes drawn on top of popup
8.1.1449  popup text truncated at end of screen
8.1.1450  popup window positioning wrong when using padding or borders
8.1.1451  CTRL-L does not clear screen with a popup window
8.1.1452  line and col property of popup windows not properly checked
8.1.1453  popup window "moved" property not implemented yet
8.1.1454  build failure without the conceal feature
8.1.1455  popup_atcursor() not completely implemented
8.1.1456  WinBar not redrawn after scrolling one line
8.1.1457  cannot reuse a buffer when loading a screen dump
8.1.1458  crash when using gtags
8.1.1459  popup window border looks bad when 'ambiwidth' is "double"
8.1.1460  popup window border characters may be wrong
8.1.1461  tests do not run or are not reliable on some systems
8.1.1462  MS-Windows: using special character requires quoting
8.1.1463  gcc warns for uninitialized variable
8.1.1464  only 4-digit rgb termresponse is recognized
8.1.1465  allocating wrong amount of memory
8.1.1466  not updating priority on existing sign
8.1.1467  cscope test fails
8.1.1468  the generated desktop files may be invalid
8.1.1469  no test for checking the cursor style response
8.1.1470  new Unicode character U32FF missing from double-width table
8.1.1471  'background' not correctly set for 2-digit rgb termresponse
8.1.1472  add_termcap_entry() is not tested
8.1.1473  new resolve() implementation causes problem for plugins
8.1.1474  'ttybuiltin' is not tested
8.1.1475  search string not displayed when 'rightleft' is set
8.1.1476  no statistics displayed after running tests
8.1.1477  test summary fails in the tiny version
8.1.1478  still an error when running tests with the tiny version
8.1.1479  change included for debugging only
8.1.1480  desktop file check doesn't run on CI
8.1.1481  length for two-digit rgb termresponse is off by one
8.1.1482  no test for wincol() depending on the 'number' option
8.1.1483  skipped tests are not properly listed
8.1.1484  some tests are slow
8.1.1485  double free when garbage_collect() is used in autocommand
8.1.1486  a listener change is merged even when it adds a line
8.1.1487  older msgfmt cannot generate proper .desktop file
8.1.1488  summary of tests has incorrect failed count
8.1.1489  sign order wrong when priority was changed
8.1.1490  when a single test fails the exit code is not set
8.1.1491  when skipping over code a function call may cause trouble
8.1.1492  MS-Windows: when "!" is in 'guioptions' ":!start" fails
8.1.1493  redrawing with popups is slow and causes flicker
8.1.1494  build failure
8.1.1495  memory access error
8.1.1496  popup window height is not recomputed
8.1.1497  accessing memory beyond allocated space
8.1.1498  ":write" increments b:changedtick even though nothing changed
8.1.1499  ruler not updated after popup window was removed
8.1.1500  wrong shell command when building with VIMDLL and "!" in 'go'
8.1.1501  new behavior of b:changedtick not tested
8.1.1502  cannot play any sound
8.1.1503  sound test fails on Travis
8.1.1504  sound test still fails on Travis
8.1.1505  running "make clean" twice gives errors
8.1.1506  syntax error in Travis config
8.1.1507  sound test still fails on Travis
8.1.1508  sound keeps failing on Travis
8.1.1509  cmdline_row can become negative, causing a crash
8.1.1510  a plugin cannot easily expand a command like done internally
8.1.1511  matches in a popup window are not displayed properly
8.1.1512  ch_evalexpr() hangs when used recursively
8.1.1513  all popup functionality is in functions, except :popupclear
8.1.1514  MS-Windows: wrong shell command with ! in 'guioptions'
8.1.1515  memory leak reported for sound when build with EXITFREE
8.1.1516  time reported for a test measured wrong
8.1.1517  when a popup changes all windows are redrawn
8.1.1518  crash when setting 'columns' while a popup is visible
8.1.1519  'backupskip' may contain duplicates
8.1.1520  popup windows are ignored when dealing with mouse position
8.1.1521  when a popup window is closed the buffer remains
8.1.1522  poup_notification() not implemented yet
8.1.1523  cannot show range of buffer lines in popup window
8.1.1524  tests are silently skipped
8.1.1525  cannot move a popup window with the mouse
8.1.1526  no numerical value for the patchlevel
8.1.1527  when moving popup window over the cmdline it is not redrawn
8.1.1528  popup_any_visible() is unused
8.1.1529  libcanberra is linked with even when not used
8.1.1530  Travis config is not optimal
8.1.1531  clipboard type name is inconsistent
8.1.1532  build fails
8.1.1533  GUI build fails on Mac
8.1.1534  modeless selection in popup window selects too much
8.1.1535  popup select test fails on Mac
8.1.1536  popup select test still fails on Mac
8.1.1537  using "tab" for popup window can be confusing
8.1.1538  cannot specify highlighting for notifications
8.1.1539  not easy to define a variable and lock it
8.1.1540  cannot build without the +eval feature
8.1.1541  check for ASAN is not reliable
8.1.1542  an OptionSet autocommand does not get enough info
8.1.1543  const test fails with small features
8.1.1544  some balloon tests don't run when they can
8.1.1545  when the screen is to small there is no message about that
8.1.1546  in some tests 'tags' is set but not restored
8.1.1547  functionality of bt_nofile() is confusing
8.1.1548  popup_dialog() is not implemented
8.1.1549  quickfix test fails
8.1.1550  when a popup has left padding text may be cut off
8.1.1551  warning for shadowing popup_dragwin
8.1.1552  cursor position is wrong after sign column changes
8.1.1553  not easy to change the text in a popup window
8.1.1554  docs and tests for :const can be improved
8.1.1555  NOT_IN_POPUP_WINDOW is confusing
8.1.1556  command for failing screenshot does not include directory
8.1.1557  compiler warning for unused variables in tiny version
8.1.1558  popup_menu() and popup_filter_menu() are not implemented yet
8.1.1559  popup window title property not implemented yet
8.1.1560  popup window hidden option not implemented yet
8.1.1561  popup_setoptions() is not implemented yet
8.1.1562  popup window not always redrawn after popup_setoptions()
8.1.1563  crash when using closures
8.1.1564  sign column takes up space
8.1.1565  MS-Windows: no sound support
8.1.1566  error message when terminal closes in another tab

(morr)

2019-06-17 21:31:58 UTC MAIN commitmail json YAML

doc: Updated graphics/ansilove to 3.0.9

(fcambus)

2019-06-17 21:31:26 UTC MAIN commitmail json YAML

ansilove: Update to 3.0.9.

ChangeLog:

AnsiLove/C 3.0.9 (2018-06-19)

- Add a new example ANSi (Thanks Sylvao)
- Do not use -Werror by default
- Increment maximum ansi sequences length
- Add code to skip PabloDraw 24-bit ANSI sequences

AnsiLove/C 3.0.8 (2017-12-20)

- Adding new example ANSis (Thanks Burps)
- Use asprintf() to create output filenames
- Reflect OpenBSD's pledge() changes
- Add a -R flag allowing to specify a custom retina scale factor

AnsiLove/C 3.0.7 (2017-07-02)

- Print messages to to stderr instead of stdout
- Ensure binary files have an even size
- Better description of supported file formats
- Skip erase in line (EL) sequences (issue reported by Bart Dumon, thanks!)
- Define palettes in config.h
- Use defined palettes instead of hardcoding each color value in the loaders

AnsiLove/C 3.0.6 (2017-04-22)

- Create an output function to unify the way output files are created
- Prevent .png suffix to be appended when using -o flag (*NIX tool
  convention compatibility)

AnsiLove/C 3.0.5 (2017-04-16)

- Free memory allocated in the PCBoard loader
- Free font data where appropriate
- Add a trailing NUL character to inputFileBuffer
- Remove the custom substr function, call strndup directly
- Free seqGrab where necessary
- Use the ternary operator when shitfing cursor position
- Use perror when printing errors
- Remove SUBSTITUTE_BREAK and WRAP_COLUMN_80 options
- Use fstat to get the input file size
- Create a retina function instead of duplicating code in all loaders
- Fix OpenBSD's style(9) offenders in compat functions

OK kamil@

(fcambus)

2019-06-17 21:07:49 UTC MAIN commitmail json YAML

Updated www/py-cfscrape, devel/py-test-relaxed

(adam)

2019-06-17 21:06:29 UTC MAIN commitmail json YAML

py-test-relaxed: updated to 1.1.5

1.1.5:
Fix compatibility with pytest versions 3.3 and above.

(adam)

2019-06-17 21:05:02 UTC MAIN commitmail json YAML

Updated sysutils/decode-dimms to 0.0.20190405nb2

(pgoyette)

2019-06-17 21:03:51 UTC MAIN commitmail json YAML

2019-06-17 21:03:11 UTC MAIN commitmail json YAML

2019-06-17 20:59:14 UTC MAIN commitmail json YAML

Updated graphics/py-ggplot; Added www/py-flask-api, www/py-flask-jwt-extended

(adam)

2019-06-17 20:57:39 UTC MAIN commitmail json YAML

py-flask-jwt-extended: added version 3.18.2

Flask-JWT-Extended not only adds support for using JSON Web Tokens (JWT) to
Flask for protecting views, but also many helpful (and optional) features built
in to make working with JSON Web Tokens easier. These include:
* Support for adding custom claims to JSON Web Tokens
* Custom claims validation on received tokens
* Creating tokens from complex objects or complex object from received tokens
* Refresh tokens
* Token freshness and separate view decorators to only allow fresh tokens
* Token revoking/blacklisting
* Storing tokens in cookies and CSRF protection

(adam)

2019-06-17 20:56:58 UTC MAIN commitmail json YAML

py-flask-api: added version 1.1

Flask API is a drop-in replacement for Flask that provides an implementation of
browsable APIs similar to what Django REST framework provides. It gives you
properly content negotiated-responses and smart request parsing.

(adam)

2019-06-17 20:54:05 UTC MAIN commitmail json YAML

doc: Updated fonts/spleen to 1.0.5

(fcambus)

2019-06-17 20:50:17 UTC MAIN commitmail json YAML

spleen: Update to 1.0.5.

ChangeLog:

- Initial support for the Latin Extended-A Unicode block, all sizes but
  5x8 now have all Polish characters available
- Shift the middle bar of the upper case 'G' one pixel down (12x24 version)
- Shift lower case 'k' character right, for better alignment (12x24, 16x32,
  and 32x64 versions)
- Make upper case 'X' thicker (16x32 and 32x64 versions)
- Make upper case 'V' thicker (32x64 version)
- Make lower case 'g' character smoother (16x32 and 32x64 versions)
- Add some artefacts on each side of the lower case 'i'
- Also add artefacts on each side of accented lower case 'i' characters

OK kamil@

(fcambus)

2019-06-17 20:50:02 UTC MAIN commitmail json YAML

py-fecon235: mark as incompatible with Python 2.7

(adam)

2019-06-17 20:44:41 UTC MAIN commitmail json YAML

gnuradio-utils: mark as BROKEN

(adam)

2019-06-17 20:41:04 UTC MAIN commitmail json YAML

mnemosyne: mark as BROKEN

(adam)

2019-06-17 20:28:55 UTC MAIN commitmail json YAML

py-pandas-datareader: disable Python 2.7

(adam)

2019-06-17 20:27:16 UTC MAIN commitmail json YAML

2019-06-17 19:54:28 UTC MAIN commitmail json YAML

Updated www/libsass, finance/py-alpha_vantage

(adam)

2019-06-17 19:54:08 UTC MAIN commitmail json YAML

py-alpha_vantage: updated to 2.1.0

2.1.0:
Unknown changes

(adam)

2019-06-17 19:45:08 UTC MAIN commitmail json YAML

libsass: updated to 3.6.1

3.6.1:
travis: add gcc-8 to CI
[build] enable concurrent compilation
Remove the link to ast_factory.hpp from Visual C++ project files
[build] add support of Visual Studio 2017 and 2019 to the Visual C++ project file
Makefile: Fix STATIC_LIBSTDCPP support
Remove abspath from native Makefile
Read files using for better portability
Add comparison operators for SharedImpl, fix bugs
VS2013 noexcept workaround

(adam)

2019-06-17 19:21:08 UTC MAIN commitmail json YAML

print/poppler: up GCC_REQD to 5

Required for C++14 constexpr features. Should unbreak build on RHEL 7.

(sjmulder)

2019-06-17 18:24:01 UTC MAIN commitmail json YAML

sysutils/nnn: use USE_CURSES=getmouse

No need for CURSES_INCOMPAT any more.

(sjmulder)

2019-06-17 18:19:55 UTC MAIN commitmail json YAML

mk/curses.builtin.mk: add mouse function check

Lets one do USE_CURSES=getmouse

(sjmulder)

2019-06-17 17:08:26 UTC MAIN commitmail json YAML

sysutils/amlogic-meson-fwtools: Set NO_*_ON_*

The license does not grant permission to redistribute, so in addition
to setting RESTRICTED, set NO_*_ON_*.  As probably recently discussed
on a list.

(gdt)

2019-06-17 17:05:14 UTC MAIN commitmail json YAML

doc: Updated print/gutenprint-lib to 5.2.15

(gdt)

2019-06-17 17:04:58 UTC MAIN commitmail json YAML

print/gutenprint-lib: Update to 5.2.15

* Changes from 5.2.14

  1) The following printers have been added:

    Epson Expression ET-2600 EcoTank ET
    Canon SELPHY CP1300

  2) The following printers have seen bugfixes:

    Sony UP-CR10L
    Sony UP-DR150
    Sony UP-DR200

  3) Miscellaneous fixes for DNP DS80DX, DNP DS820, Mitsubishi P95D,
    Shinko S1245, Sony UP-CR10L, UP-DR150, and UP-DR200, and Kodak
    68xx series.

  4) The Macintosh uninstaller, which was inadvertently removed from
    5.2.14, has been restored.

(gdt)

2019-06-17 16:58:43 UTC MAIN commitmail json YAML

elixir: Avoid errors from check-interpreter.mk after addition of interpreter
workaround.

(nia)

2019-06-17 16:43:50 UTC MAIN commitmail json YAML

Removed devel/py-tabular, graphics/py-imagingtk

(adam)

2019-06-17 16:42:29 UTC MAIN commitmail json YAML

2019-06-17 16:40:40 UTC MAIN commitmail json YAML

py-tabular: removed - no update since 2013; no use since matplotlib requires Python 3

(adam)

2019-06-17 16:36:19 UTC MAIN commitmail json YAML

Added parallel/openmp

(adam)

2019-06-17 16:35:44 UTC MAIN commitmail json YAML

openmp: added version 8.0.0

The OpenMP subproject of LLVM contains the components required to build an
executable OpenMP program that are outside the compiler itself.

Here you can find the code for the runtime library against which code compiled
by clang -fopenmp must be linked before it can run.

(adam)

2019-06-17 15:31:35 UTC MAIN commitmail json YAML

Updated finance/py-empyrical, finance/py-pyfolio

(adam)

2019-06-17 15:31:09 UTC MAIN commitmail json YAML

py-pyfolio: updated to 0.9.2

0.9.2
BUG Get axis instead of figure.

0.9.1
This is a bugfix release fixing an indentation bug.

0.9.0
New features
Previously, pyfolio has required a benchmark, usually the U.S. market
returns SPY. In order to provide support for international equities and
alternative data sets, pyfolio is now completely independent of benchmarks.
If a benchmark is passed, all benchmark-related analyses will be performed;
if not, they will simply be skipped.
Performance attribution tearsheet
Improved implementation of get_turnover
Users can now pass in extra rows (as a dict or OrderedDict) to display in the perf_stats table

Maintenance
Many features have been more extensively troubleshooted, maintained and
tested.
Various fixes to support pandas versions >= 0.18.1

(adam)

2019-06-17 15:24:34 UTC MAIN commitmail json YAML

py-empyrical: updated to 0.5.0

0.5.0
DEP: Deprecate all data reading functionality via pandas-datareader
* DEP: Deprecate all functions using pandas-datareader
* DOC: Update README with deprecation documentation
* STY: Markdown style
* STY: Markdown style again
* REV: revert previous commit
* STY: typo
* STY: consistent naming convention
* DEP: also deprecate any cacheing of data
* DEP: forgot to deprecate additional funcs
* REV: get_utc_timestamp should not be deprecated
* ENH: add function to compute returns from prices
* BUG: wrap import in try-except
* MAINT: update deprecation warning
* MAINT: move `simple_returns` func to `stats` module
* MAINT: don't raise deprecation warning for _1_bday_ago
* DOC: remove suggestions
* TST: added test for simple_returns
* MAINT: add simple_returns to init
* TST: fixed simple_returns test
* STY: use size, not shape
* TST: tests passing
* DOC: 1_bday_ago no longer deprecated

(adam)

2019-06-17 15:23:34 UTC MAIN commitmail json YAML

openmsx: Remove buildlink libraries which are no longer used.

(nia)

2019-06-17 15:16:40 UTC MAIN commitmail json YAML

doc: Updated emulators/openmsx to 0.15.0

(nia)

2019-06-17 15:16:28 UTC MAIN commitmail json YAML

openmsx: Update to 0.15.0 - fix build.

Release Notes for openMSX 0.15.0 (2018-12-08)
=============================================

Again a release, because we did quite a lot, so it's due! Major new stuff is
support for ColecoVision (including Super Game Module and MegaCart mapper),
Musical Memory Mapper and Carnivore 2. And we have fixed a lot of long-standing
OPL4 emulation issues, thanks to Valley Bell. Furthermore, we overhauled the
Android port, but you'll mostly notice the scale factor 2 there. And several
other (sometimes very long standing) issues were fixed.

Here's the list with all highlights and details:

MSX device support:
- fixed 16 year old bug regarding sprites behaviour as shown in Ash Guine 3
- fixed National CF-3300: it has a 2DD disk drive, not 1DD
- fixed V9958 commands in non-bitmap modes
- allow non-standard cartridge slots to be used as normal cartridge slots,
  consistently
- fixed VDP type of National FS-1300
- fixed a bug in the turboR mapper
- fixed a bug regarding VIBrato in the YM2413 (Okazaki core)
- fixed CAPS lock on SVI 318/328
- fixed Canon V-20 configurations
- fixed Sanyo MPC-25FD configuration
- added support for 2 mapper read back bits, used in Panasonic MSX2+ machines
- added emulation of the SN76489 DCSG sound chip
- added emulation of the Musical Memory Mapper
- added emulation of ColecoVision, ColecoVision Super Game Module
- added emulation of the MegaCart mapper, used in some new homebrew
  ColecoVision games (mostly MSX ports)
- added emulation of the Carnivore 2 cartridge
- improved emulation of OPL4 (wave part) considerably, thanks to Valley Bell
- added emulation of bizarre I/O port mirroring of Philips Music Module (thanks
  to Grauw and L. Oliveira for doing the research)
- implemented Y8910 status register bit 0
- fixed exact formula for noise generation on AY8910 (PSG)
- made memory mapper ports readable on MegaFlashROM SCC+ SD, conforming to the
  latest version of this cartridge
- added new machines: Sony HB-G900AP (thanks to Louthrax), Eurohard/Radofin
  Dragon MSX (thanks to MAME), Yamaha CX7/128 and CX7M/128 (thanks to Peter
  Hanraets), Al Alamiah Sakhr AX230, Sanyo MPC-2, Yamaha CX11 (thanks to
  Tabajara Labs) and Toshiba HX-32 (thanks to Jorge Janaite Neto)
- added new extensions: Musical Memory Mapper, Carnivore 2 and SN76489 (on the
  same I/O port as PlaySoniq)

New or improved emulator features:
- fixed some crashes when using very high Z80 frequencies
- improved tab-completion to initially hide internal procs, until you specify
  the namespace
- many updates to the software database
- many updates to the VGM recorder script, thanks to Niek. Use 'help vgm_rec'
  to find out about the new subcommands. Sample RAM content is now logged even
  when starting recording after the sample kit is loaded, actual data recording
  starts automatically when data is sent to the chip, the proper OPL4 init data
  is automatically written to the VGM file, and many more things.
- changed default machine symlinks to JP machines (for applicable systems)
- many robustness fixes against bad XML config files
- added videosource setting to OSD menu, GFX9000 is getting more popular
- fixed reverse bug in GFX9000
- performance improvements: several fixes to improve start-up time
- added support for DCSG in the music keyboard and vu meters script
- changed events about unplugging to an empty plug-event
- changed fixed scale factor from 1 to 2 on Android
- added OSD menu button to open the main menu for Android, as (most?) modern
  Android devices do not have a menu button anymore
- OSD menu: fixed issue of getting stuck in an unreadable directory when
  browsing for a file (e.g. on Android)
- added scrollbar when showing lists in OSD menu, as a visual cue on the length
  of a list; the scrollbar cannot be dragged
- fixed crash in hq/hqlite scalers in interlace modes
- fixed frame skipping when doing 'debug continue'
- fixed function keys not working anymore when console is open on macOS
- exposed tile viewer widget to the console (try "about tile")

Build system, packaging, documentation:
- upgraded C-BIOS to release 0.29a: default to 60Hz generic international
  config
- to load older savestates, added all C-BIOS ROMs shipped with openMSX 0.7.0
  and later for your convenience
- put several pieces of code under unit-test with the Catch2 framework
- added svicpm2dmk utility so disk images from the web can be converted to a
  suitable DMK file for use with the SVI-707 drive with CP/M ROM
- reworked complete Android port build. Now uses NDK 18b and recent version of
  commandergenius Android SDL port and all other 3rd party libraries are built
  by the openMSX build system. Minimum required Android version is now 4.1.
- removed all hand-made ARM and 32-bit x86 assembly code
- fixed version information of application on macOS
- added workaround for FreeType no longer installing its config script
- enabled retina support on macOS
- advise people to compile with Xcode 9.4.1 on macOS, not Xcode 10 (see issue
  #1126)

And of course the usual various bug fixes and performance improvements.

(nia)

2019-06-17 15:04:14 UTC MAIN commitmail json YAML

Updated graphics/py-imageio, math/py-pywavelets, math/py-networkx, math/py-scikit-learn, math/py-scikit-image

(adam)

2019-06-17 15:03:46 UTC MAIN commitmail json YAML

py-scikit-image: updated to 0.15.0

scikit-image 0.15.0

We're happy to announce the release of scikit-image v0.15.0!

scikit-image is an image processing toolbox for SciPy that includes algorithms for segmentation, geometric transformations, color space manipulation, analysis, filtering, morphology, feature detection, and more.

0.15 is the first scikit-image release that is only compatible with Python 3.5 and above. Python 2.7 users should strongly consider upgrading to Python 3.5+, or use the 0.14 long term support releases.

New Features
N-dimensional flood fill, with tolerance
Attribute operators
Extension of register_translation to enable subpixel precision in 3D and optionally disable error calculation
unsharp mask filtering
New options connectivity, indices and allow_borders for skimage.morphology.local_maxima and local_minima.
Image translation registration for masked data (skimage.feature.masked_register_translation)
Frangi (vesselness), Meijering (neuriteness), and Sato (tubeness) filters
Allow float->float conversion of any range
Let lower precision float arrays pass through img_as_float
Lazy apply_parallel (allows optimization of dask array operations)
Add range option for histogram.
Add histogram matching

Improvements
Replace morphology.local_maxima with faster flood-fill based Cython version
skivi is now using qtpy for Qt4/Qt5/PySide/PySide2 compatibility (a new optional dependency).
Performance is now monitored by Airspeed Velocity. Benchmark results will appear at https://pandas.pydata.org/speed/
Speed up inner loop of GLCM
Allow tuple to define kernel in threshold_niblack and threshold_sauvola
Add support for anisotropic blob detection in blob_log and blob_dog

API Changes
skimage.transform.seam_carve has been removed because the algorithm is patented.
Parameter dynamic_range in skimage.measure.compare_psnr has been removed. Use parameter data_range instead.
imageio is now the preferred plugin for reading and writing images.
imageio is now a dependency of scikit-image.
regular_grid now returns a tuple instead of a list for compatibility with numpy 1.15
colorconv.separate_stains and colorconv.combine_stains now uses base10 instead of the natural logarithm as discussed in issue 2995.
Default value of clip_negative parameter in skimage.util.dtype_limits has been set to False.
Default value of circle parameter in skimage.transform.radon has been set to True.
Default value of circle parameter in skimage.transform.iradon has been set to True.
Default value of mode parameter in skimage.transform.swirl has been set to reflect.
Deprecated skimage.filters.threshold_adaptive has been removed. Use skimage.filters.threshold_local instead.
Default value of multichannel parameter in skimage.restoration.denoise_bilateral has been set to False.
Default value of multichannel parameter in skimage.restoration.denoise_nl_means has been set to False.
Default value of mode parameter in skimage.transform.resize and skimage.transform.rescale has been set to reflect.
Default value of anti_aliasing parameter in skimage.transform.resize and skimage.transform.rescale has been set to True.
Removed the skimage.test function. This functionality can be achieved by calling pytest directly.
morphology.local_maxima now returns a boolean array

Bugfixes
Correct bright ridge detection for Frangi filter
skimage.morphology.local_maxima and skimage.morphology.local_minima no longer raise an error if any dimension of the image is smaller 3 and the keyword allow_borders was false.
skimage.morphology.local_maxima and skimage.morphology.local_minima will return a boolean array instead of an array of 0s and 1s if the parameter indices was false.
When compare_ssim is used with gaussian_weights set to True, the boundary crop used when computing the mean structural similarity will now exactly match the width of the Gaussian used. The Gaussian filter window is also now truncated at 3.5 rather than 4.0 standard deviations to exactly match the original publication on the SSIM. These changes should produce only a very small change in the computed SSIM value. There is no change to the existing behavior when gaussian_weights is False.
erroneous use of cython wrap around
Speed up block reduce by providing the appropriate parameters to numpy
Add urllib.request again
Repeat pixels in reflect mode when image has dimension 1
Improve Li thresholding

(adam)

2019-06-17 15:01:45 UTC MAIN commitmail json YAML

py-scikit-learn: updated to 0.21.2

Version 0.21.2
Changelog
sklearn.decomposition
Fix Fixed a bug in cross_decomposition.CCA improving numerical stability when Y is close to zero.

sklearn.metrics
Fix Fixed a bug in metrics.pairwise.euclidean_distances where a part of the distance matrix was left un-instanciated for suffiently large float32 datasets (regression introduced in 0.21).

sklearn.preprocessing
Fix Fixed a bug in preprocessing.OneHotEncoder where the new drop parameter was not reflected in get_feature_names.

sklearn.utils.sparsefuncs
Fix Fixed a bug where min_max_axis would fail on 32-bit systems for certain large inputs. This affects preprocessing.MaxAbsScaler, preprocessing.normalize and preprocessing.LabelBinarizer.

Version 0.21.1
This is a bug-fix release to primarily resolve some packaging issues in version 0.21.0. It also includes minor documentation improvements and some bug fixes.

Changelog
sklearn.metrics
Fix Fixed a bug in metrics.pairwise_distances where it would raise AttributeError for boolean metrics when X had a boolean dtype and Y == None.
Fix Fixed two bugs in metrics.pairwise_distances when n_jobs > 1. First it used to return a distance matrix with same dtype as input, even for integer dtype. Then the diagonal was not zeros for euclidean metric when Y is X.

sklearn.neighbors
Fix Fixed a bug in neighbors.KernelDensity which could not be restored from a pickle if sample_weight had been used.

Version 0.21.0
Changed models
The following estimators and functions, when fit with the same data and parameters, may produce different models from the previous version. This often occurs due to changes in the modelling logic (bug fixes or enhancements), or in random sampling procedures.
discriminant_analysis.LinearDiscriminantAnalysis for multiclass classification. Fix
discriminant_analysis.LinearDiscriminantAnalysis with ���eigen��� solver. Fix
linear_model.BayesianRidge Fix
Decision trees and derived ensembles when both max_depth and max_leaf_nodes are set. Fix
linear_model.LogisticRegression and linear_model.LogisticRegressionCV with ���saga��� solver. Fix
ensemble.GradientBoostingClassifier Fix
sklearn.feature_extraction.text.HashingVectorizer, sklearn.feature_extraction.text.TfidfVectorizer, and sklearn.feature_extraction.text.CountVectorizer Fix
neural_network.MLPClassifier Fix
svm.SVC.decision_function and multiclass.OneVsOneClassifier.decision_function. Fix
linear_model.SGDClassifier and any derived classifiers. Fix
Any model using the linear_model.sag.sag_solver function with a 0 seed, including linear_model.LogisticRegression, linear_model.LogisticRegressionCV, linear_model.Ridge, and linear_model.RidgeCV with ���sag��� solver. Fix
linear_model.RidgeCV when using generalized cross-validation with sparse inputs

(adam)

2019-06-17 14:58:27 UTC MAIN commitmail json YAML

py-networkx: updated to 2.3

Announcement: NetworkX 2.3
==========================
We're happy to announce the release of NetworkX 2.3!
NetworkX is a Python package for the creation, manipulation, and study of the
structure, dynamics, and functions of complex networks.

For more information, please visit our website <http://networkx.github.io/>_
and our gallery of examples
<https://networkx.github.io/documentation/latest/auto_examples/index.html>_.
Please send comments and questions to the networkx-discuss mailing list
<http://groups.google.com/group/networkx-discuss>_.

Highlights
----------
This release is the result of 6 months of work with over 92 pull requests by
30 contributors. Highlights include:

- Dropped support for Python 2. We are no longer supporting Python 2.7 and we will
  start changing code to take advantage of Python 3 features we couldn't before.
- Added some Moral Graph analysis functions.
- Enable matplotlib drawing using curved arrows via connectionstyle parameter.
- Remove ticks and axes labels from matplotlib plots.
- Two new generators of Harary Graphs.
- Added Dual Barabasi-Albert model
- Added VoteRank algorithm
- Added Equitable coloring algorithms
- Added planar layout algorithms
- Les Miserables network example
- Javascript example update

Improvements
------------
- Change default colors to be color-blind friendly
- Many bug fixes and documentation improvements
- Speed up of simple_cycles
- Improvements for reading various formats like GML, GEXF, Graphml
- Allow subclassing to access node_attr_dict_factory

API Changes
-----------
- The G.fresh_copy() mechanism for creating an empty_graph of the same
  type (introduced in v2.0) does not playing nicely with pickle and others.
  So, we have removed the code that caused a need for that. Instead you
  should use the more natural G.__class__() syntax to get an empty_graph
  of the same type as G.

Deprecations
------------
- The Graph.fresh_copy() method should now use Graph.__class__()
- ReverseView class removed in favor of reverse_view() function.

(adam)

2019-06-17 14:56:15 UTC MAIN commitmail json YAML

py-imageio: added ALTERNATIVES

(adam)

2019-06-17 14:54:58 UTC MAIN commitmail json YAML

py-pywavelets: updated to 1.0.3

PyWavelets 1.0.3 is functionally equivalent to the 1.0.2 release. It was made
to add the add an archive of the JOSS paper to the 1.0.x branch and serve as a
reference corresponding to the version of the software reviewed that was peer
reviewed.

PyWavelets 1.0.2 is a bug-fix and maintenance release with no new features
compared to 1.0.1.

PyWavelets 1.0.1 is a bug-fix release with no new features compared to 1.0.0.

We are very pleased to announce the release of PyWavelets 1.0.  We view this
version number as a milestone in the project's now more than a decade long
history.  It reflects that PyWavelets has stabilized over the past few years,
and is now a mature package which a lot of other important packages depend on.
A listing of those package won't be complete, but some we are aware of are:

- scikit-image <https://scikit-image.org>_ - image processing in Python
- imagehash <https://github.com/JohannesBuchner/imagehash>_ - perceptual image hashing
- pyradiomics <https://github.com/Radiomics/pyradiomics>_ - extraction of Radiomics features from 2D and 3D images and binary masks
- tomopy <https://github.com/tomopy/tomopy>_ - Tomographic Reconstruction in Python
- SpikeSort <https://github.com/btel/SpikeSort>_ - Spike sorting library implemented in Python/NumPy/PyTables
- ODL <https://github.com/odlgroup/odl>_ - operator discretization library

This release requires Python 2.7 or >=3.5 and NumPy 1.9.1 or greater.
The 1.0 release will be the last release supporting Python 2.7.  It will be a
Long Term Support (LTS) release, meaning that we will backport critical bug
fixes to 1.0.x for as long as Python itself does so (i.e. until 1 Jan 2020).

(adam)

2019-06-17 14:52:30 UTC MAIN commitmail json YAML

py-imageio: updated to 2.5.0

Version 2.5.0:
The ffmpeg plugin has been refactored:
The core has been moved to a new library: imageio-ffmpeg.
That library provides platform-specific wheels that includes ffmpeg, so just pip install imageio-ffmpeg instead of the download step.
Note that this new library is py3k only.
Termination of ffmpeg subprocess is now more reliable.
The reader of the ffmpeg plugin now always reports inf as the number of frames. Use reader.count_frames() to get the actual number, or estimate it from the fps and duration in the meta data.
Removed CannotReadFrameError.

Other changes:
The avbin plugin has been depreacted and will be removed in a future version.
Imnproved speed for PIL and FFMPEG plugsins by avoiding memory copies.
Update the included tiffile library.
Support for SimpleITK.
Speed up tiffile plugin when writing to something else than a filename.
Fix that writing to a file object would not work for some plugins.
Can now pass image data to the write functions as anything that resolves to a numpy array with a numeric dtype.
One can now read from a memoryview.
Fix error related to paletted BMP with the Pillow plugin.
Improved logging.

Version 2.4.1:
Fix installation issue on flavors of Ubuntu 14.04 /w Python 2.7.
Use np.frombuffer instead of np.fromstring in some cases.

Version 2.4.0:
Renamed Image class to Array and add documentation for this ndarray subclass.
Reading from HTTP and zipfiles has been improved and better documented.
Improvements to reading and writing of Tiff metadata.
Better dealing of tifffile dependencies on Python 2.7.
Reader for the SPE format.
Better termination of FFMPEG when reading from webcam.
FFMPEG support for reading 16bit videos

(adam)

2019-06-17 14:28:58 UTC MAIN commitmail json YAML

Note update of the "mutt" package to version 1.12.1

(tron)

2019-06-17 14:28:43 UTC MAIN commitmail json YAML

mutt: Update to version 1.12.1

+ $fcc_before_send, when set, causes Fcc to occur before sending instead of
  afterwards.  When set, the message is saved as-sent; please see the
  documentation for details.

(tron)

2019-06-17 14:12:18 UTC MAIN commitmail json YAML

vice: Fix configure with GNU_CONFIGURE_STRICT.

This was causing the build to fail.

(nia)

2019-06-17 14:08:30 UTC MAIN commitmail json YAML

CHANGES-2019: Remove duplicates for doomlegacy

(micha)

2019-06-17 13:53:59 UTC MAIN commitmail json YAML

doc: Added games/doomlegacy version 1.47.2

(micha)

2019-06-17 13:53:22 UTC MAIN commitmail json YAML

games/doomlegacy: import doomlegacy-1.47.2

This is one of the most popular Doom source ports.
It enhances Doom with things like:
- Free Look
- OpenGL renderer
- Heretic support,
- TCP/IP networking
and much more.

Doom Legacy can play Doom, Boom, Marine's Best Friend (MBF), and Heretic maps.
In addition to the original games by id Software and Raven Software, there are
hundreds of free, fan-made maps available on the Internet. These maps are
typically distributed as PWAD files, which are not fully self-contained.
For each game you will also need the corresponding IWAD data file, which
contains all the graphics, wall and floor textures, sounds, and music for that
game. For example, if you want to play Doom II maps, you'll need the IWAD file
doom2.wad, or one of the free replacements.

Legacy has implemented the fundamental and de-facto-standard Boom extensions,
and the Marine's Best Friend (MBF) extensions. Legacy also has implemented
among other things 3D floors, swimmable water and other special effects using
extended linedef codes, and supports the FraggleScript scripting language.

This package contains the SDL build of Doom Legacy.

(micha)

2019-06-17 13:51:59 UTC MAIN commitmail json YAML

doc: Added games/doomlegacy version 1.47.2

(micha)

2019-06-17 13:51:43 UTC MAIN commitmail json YAML

doc: Updated emulators/stella to 6.0.1

(nia)

2019-06-17 13:51:08 UTC MAIN commitmail json YAML

stella: Update to 6.0.1

Fixes builds with newer GCC.

This is a small release that improves support for a few bankswitching schemes:

* Added support for CDFJ bankswitching type (Galaga, Wizard of War, etc).

* Allow the DPC+ scheme to not enable playfield 'jitter' effect for certain
  older DPC+ driver versions; this allows 'Epic Adventure' ROM to finally
  work in Stella.

5.1.3 to 6.0: (December 23, 2018)

  * Note: because of major TIA sound changes, the state file format has
          changed, and old state files will not work with this release.

  * New cycle exact audio core based on work by Chris Brenner (crispy);
    greatly improved audio emulation accuracy (i.e. E.T., Ms. Pacman).

  * Full rewrite of the audio subsystem; resample TIA output to target
    sample rate directly in Stella.

  * Added option to force stereo sound for all ROMs, or to use the
    setting on a per-ROM basis.

  * Threading: decouple emulation from frame rendering.

  * Main loop rewritten; emulating speed and timing is now much more
    faithful (i.e. speed in Pick'n'Pile).

  * Added preliminary support for 'CTY' bankswitching scheme and recently
    released 'Chetiry' ROMs.  Special thanks to SpiceWare for adding music
    support to this scheme.

  * UI modernization (new widget look, dialog titles added, dialogs
    refactored).

  * The bankswitch scheme can now be forced by naming the ROM with a
    specific extension (ie: .f8s for F8SC, .fe for FE, etc).  The
    supported extensions are the same as the ones from HarmonyCart and
    UnoCart.

  * Audio settings replaced with new 'audio.xxx' settings.

  * FPS setting replaced with speed setting for adjusting emulation speed.

  * Extra functionality for Time Machine dialog (start/stop recording;
    minor fixes).

  * When logging messages to the System Logger, condense similar messages
    that arrive in batches into fewer messages (including timestamps).

  * Fixes for collision corner cases (during HBlank).

  * Fixed excessive CPU usage while in UI modes (ROM launcher, debugger,
    etc).

  * The 'launcherexts' option has been replaced by a true/false option
    named 'launcherroms', which specifies to show only ROMs or all files
    in the ROM launcher.

  * Changes in 'Game Properties' dialog
    - 'Default' button now affects only current tab like in all other
      dialogs.
    - 'Display' and 'Console' tab changes are now immediate.
    - Fixed bug when selecting 'Auto-detect' format for 50Hz ROMs

  * Fixed bug in autodetecting Genesis controllers.

  * Fixed bug with 'thumb.trapfatal' commandline argument; sometimes Stella
    would lock up when encountering a fatal error instead of entering the
    debugger and displaying a message.

  * Fixed bug in reading from settings file with entries that were empty;
    the parsing was failing.  This affected the 'cpurandom' argument; when
    all options in it were turned off, they were all turned on again during
    the next program run.

  * Fixed bug with 'hold' events; they are now released a short time after
    starting a ROM.

  * When starting Stella for the first time, the first ROM selected will
    determine which path to use by default for subsequent runs.

  * Fixed emulator crash when starting SaveKey ROMs from commandline with
    SaveKey messages enabled.

  * Fixed missing TV format update in frame stats dialog when switching
    display type.

  * Fixed missing debug color update when switching display type.

  * 'Fill to scanline' now works for scanlines above current scanline too.

  * The debugger 'uhex' command is now honoured in CDF and BUS schemes.

  * When switching screenmodes, the sound is now paused and later resumed.
    This fixes popping and cracking sounds apparent on some systems, notably
    OSX when toggling windowed/fullscreen mode.

  * State file format has been optimized to be smaller, and faster loading
    and saving.  This affects both the files saved to your computer as well
    as Time Machine functionality.

  * The ROM name saved in a PNG tEXt chunk now honours the 'snapname'
    setting.

  * Improved snapshots when phosphor is enabled.

  * Updated PAL palette.

  * Added 'Cartridge.StartBank' ROM property, to force a ROM to use a
    specific bank for its reset vector.

  * Added Developer setting, which breaks on reads from write ports.  It
    now detects such conditions in many more cases.  This new way of
    detecting RWP errors obsoletes the old '_rwport' debugger command,
    which has now been removed.

  * Added recently released 'Arkyology' prototype ROM to the database.

  * Added 'Amoeba Jump' and 'Flappy' ROMs (from the Retron77) to the
    database.

  * Fixed 'Street Racer' and 'Video Olympics' ROMs to use paddles in both
    ports.

  * If using SDL 2.0.5 or above, the calculated desktop size now takes
    the taskbar/dock into account (so windows should no longer overlap
    those areas).

  * For UNIX systems: in the ROM launcher, when using symlinks use the
    symlink pathname instead of the underlying filesystem pathname.

  * The UNIX builds now use the system-installed PNG and ZLIB libraries
    by default.

  * The Macintosh builds are now named 'macOS' throughout the codebase to
    reflect the new naming from Apple.

  * For better compatibility, the Windows 32-bit version does not require
    SSE2 anymore.

  * Updated included PNG library to latest stable version.

5.1.2 to 5.1.3: (June 10, 2018)

  * Fixed crash in OpenBSD when quitting the app, which can also be
    happening on other systems (no reports yet, but the problem is now
    fixed for good).

  * Fixed configure/build scripts to work natively under OpenBSD.

5.1.1 to 5.1.2: (May 20, 2018)

  * Fixed bug with SaveKey autodetection; some ROMs were not correctly
    detecting that a virtual SaveKey device was plugged in.  This notably
    fixes issues in "Super Cobra" and "Scramble" ROMs.

  * Make previously mentioned ROMs use the SaveKey device by default.

  * Fixed bug in UI navigation with joystick hat movement.

5.1 to 5.1.1: (February 21, 2018)

  * Fixed bug in Stargunner ROM starting with a blank screen.

5.0.2 to 5.1: (February 4, 2018)

  * Added "Time Machine" mode, which automatically creates save states
    in user-defined intervals.  The user can navigate back and forth within
    these states inside the emulator and the debugger.

  * Huge improvements to the disassembly view in the debugger and
    disassembly files created:
    - reformatting in debugger for better space utilization
    - much improved code and data detection
    - access tracking and indicators for TIA/IO/RAM adresses in disassembly
    - break vector is tracked (if used)
    - improved cycle count (page penalties, sums created in disassembly)
    - improved handling of instruction masking opcodes (e.g. BIT)

  * Fixed change tracking bug during rewind; changes were accumulated
    instead of being displayed only for the last rewind step.

  * Extended 'rewind' to take a second parameter which allows rewinding
    multiple states.

  * Added 'unwind' command, which undoes the latest rewind(s)

  * Added '<' (unwind) button to debugger.

  * Thumbulator support is not conditional any more.

  * Moved various developer related settings in new Developer Settings
    dialog. These settings now come in two groups (player/developer) and
    allow switching all settings at once.

  * Don't trap write accesses to the datastream pointers in CDF and BUS.
    This fixes -dev.thumb.trapfatal 1.

  * Complete rework of TV mode and ystart autodetection. The new
    implementation is more robust and reduces startup time.

  * Add two "grace lines" of black to the top of the frame when
    autodetecting ystart.

  * Fixed Genesis controller autodetect (Stay Frosty 2, Scramble, etc).

  * Fixed a bug in ystart autodetection that could cause screen jumps.

  * Fixed several bugs in holdselect, holdreset and holdjoyX commandline
    arguments; these now work as expected.

  * Fixed bug in TIA collision handling; it is now disabled in VBlank.

  * Improve TIA PF collision handling during hblank; this fixes a bug in
    Thrust ROM.

  * Fixed wrong display of HM values in debugger after 'HMCLR' has been
    executed.

  * Fixed bug with the debugger 'savedis' command in Windows; it wasn't
    actually saving the files at all.  This has never been reported
    before, so I guess it shows how many people use that functionality.

  * The debugger 'savedis', 'saverom' and 'saveses' now save files in
    a default, user-visible directory (see the documentation for more
    information).  In the case of 'saveses', the filename is now named
    based on the date and time of when the command was entered.

  * Fixed bug with saving snapshots in 1x mode; there was graphical
    corruption in some cases.  Such snapshots also now include any TV
    effects / phosphor blending currently in use.

  * Fixed regular-sized snapshots when phosphor effect was enabled;
    sometimes the image was 'double-blended', resulting in a snapshot that
    was too dark.

  * Fixed crash when selecting 'CompuMate' as a controller type for a non-
    CompuMate ROM; this controller type can no longer be manually
    selected, and will be used automatically used for CompuMate ROMs.

  * Fixed cheat codes, so 7 digits codes are now accepted as described in
    the doc.

  * Fixed swapped ports being displayed wrong in System Logs and debugger.

  * Added options to erase the AtariVox/Savekey flash memory, either for
    all ROMs or only the current one.  Also added a message (configurable)
    when the flash memory is accessed.

  * Access to the AtariVox/SaveKey can be signaled with a message.

  * Added new interface palette 'Light'.

  * Frame stats display made transparent. Also it now displays the real
    frame rate and if the developer settings group is enabled.

  * Improved tab auto-complete in debugger.

  * Added conditional traps and savestate creation to debugger.

  * Added 'Options...' button to debugger which gives access to the options
    menu during debugging.

  * Added debugger pseudo-register '_cyclesLo' and '_cyclesHi', which give
    the number of CPU cycles that have occurred since emulation started.

  * Added debugger pseudo-register '_fcycles', which gives the number of
    CPU cycles that have occurred since the frame started.

  * Added debugger pseudo-register '_icycles', which gives the number of
    CPU cycles of the last instruction.

  * Extended debugger 'dump' command to take a second argument, indicating
    the end of the range to dump data.

  * Improved change tracking; more values are tracked and change tracking
    now works in case of a break too.

  * Added widgets for trackball and SaveKey/AtariVox controllers.

  * Improved emulation of 'FE' bankswitch scheme (no user-visible changes,
    but internally the emulation is much more accurate compared to the
    real thing).  Related to this, improved the debugger support for this
    scheme (you can now switch banks in the debugger view).

  * Added emulation of 7800 initial RAM values and Pause key.

  * Added ROM properties for 'Scramble' ROMs, and updated info for all
    "Champ Games" ROMs.

  * Added ROM properties for 'Zippy the Porcupine' ROMs, and updated
    info for all "Chris Spry (Sprybug)" ROMs.

  * Support UNIX style builds (configure / make) on OSX with both
    XCode / clang and g++.

  * Fixed error when building with uClibc-ng for ARM (thanks to Sergio
    Prado).

  * Updated included PNG library to latest stable version.

5.0.1 to 5.0.2: (August 20, 2017)

  * Improved emulation of Trakball controller, eliminating bias in left/
    right directions.  Thanks to Thomas Jentzsch for the idea and code.
    Related to this, added 'tsense' commandline argument and associated
    UI item, to allow changing sensitivity of mouse trackball emulation.

  * Added preliminary support for multi-threading in the Blargg TV effects
    code.  This is still a WIP; more improvements are coming.  Related to
    this, further optimized the TIA rendering code.  Also added 'threads'
    commandline argument and associated UI item to enable/disable
    multi-threading.  Thanks to Thomas Jentzsch for the bulk of the work
    in this area.

  * Blargg TV effects now no longer cut off the right side of the image
    (by several pixels) in certain cases.

  * Updated CDF scheme to latest version from Spiceware.  In addition,
    this scheme now supports versioning, so older and newer ROMs will
    continue to work.

  * Fixed an annoying bug in Linux, where Alt-Tab'ing out of a window and
    then back again would pass a 'Tab' key event to the app, which in
    most cases would navigate to the next UI element.

  * Fixed potential issue with state file saving and the debugger; under
    certain circumstances a rewind would give a different state than
    before (note that the state file format has changed because of this).

  * Fixed lockups when entering the debugger under certain circumstances.

  * The debugger 'listtraps' command now shows all traps set, not just
    the first one(s).

  * Reverted joystick changes for Decathlon ROMs from last release, as
    it was added by mistake.

5.0 to 5.0.1: (July 23, 2017)

  * Fixed issues in keypad, Genesis and various other controllers that use
    INPTx registers; the emulation is now much more accurate in this area.

  * Various 'Bumper Bash' and 'Decathlon' ROMs are marked as always having
    all 4 directions on a joystick enabled, since they can't be played
    properly otherwise.

  * Added 'Hunchy II' from Chris Walton (cd-w) to ROM properties database.

  * Codebase now uses C++14 features.

4.7.3 to 5.0: (July 16, 2017)

  * Note: because of major TIA/6502/RIOT changes, the state file format
          has changed, and old state files will not work with this release.

  * Stella has moved from Sourceforge to Github.

  * Completely new TIA core is now available, ported from 6502ts by
    Christian Speckner (DirtyHairy). This new core is extremely accurate,
    and matches real hardware in almost every test we've performed.
    New features include:
    - Meltdown emulates correct
    - The lap number in Pole Positions displays correctly
    - Artifacts in the mountains on Snoopy and the Red baron are gone
    - Line artifacts in Title Match Pro Wrestling and Realsports Boxing
      are fixed
    - The spurious line at the left border of Video Chess now displays
      correctly
    - All 32 char text demos from AtariAge now work perfectly (Stella 4
      shows artifacts on several of these)
    - Stella is now the only emulator to display the "Mega Bitmap Demo"
      (atext.bin) from AtariAge correctly
    - Improved starfield effect for missiles (still TODO for ball and
      players)
    - RSYNC emulation has improved, all testcases now match real
      hardware
    - Several other ROMs that have never worked in any emulator are now
      emulated correctly
    - RDY behavior with respect to write cycles is accurate
    - Optional YStart autodetect and more robust frame handling
    - NUSIZ during player draw matches hardware
    - RESMx during missile draw matches hardware
    - Paddle emulation is slightly more accurate. As a consequence, the
      "paddle feel" may be slightly different from Stella 4
    - Fixed debug colors can now be set for each graphical object, from
      a choice of 'red', 'orange', 'yellow', 'green', 'blue' and
      'purple'.  This is accessible through the new 'tia.dbgcolors'
      commandline argument and within the UI.

  * Implemented new phosphor emulation mode, which is much closer to real
    TV output.  Related to this, added ability to change the default
    phosphor blend level in the UI and through the new 'tv.phosblend'
    commandline argument.  Special thanks to Thomas Jentzsch for the idea
    and implementation.

  * TV phosphor effect can now be force-enabled for all ROMs, instead
    of manually setting ROM properties for each ROM.  This is accessible
    in the UI and through the 'tv.phosphor' commandline argument, and
    defaults to being off (or enabled per-ROM).

  * PAL color-loss and Blargg TV effects can now be enabled at the same
    time.  Previously, when Blargg effects were enabled, PAL color-loss
    couldn't be shown.  Related to this, the Blargg effects now use much
    less memory and in some cases run faster than before.

  * Much improved RIOT timer emulation never before seen in any emulator.
    Special thanks to Christian Speckner (DirtyHairy) for the
    implementation, and alex_79 for finding documentation that finally
    describes in more detail how the M6532 chip actually works.

  * Added BUS (experimental) and CDF bankswitching schemes, and also
    ARM Timer 1 support; special thanks to SpiceWare for the code.

  * Fixed bug with SaveKey and AtariVox not properly closing their memory
    files before starting another instance of the same ROM, when the ROM
    was opened in the ROM launcher.

  * Various improvements to the debugger and command prompt:
    - The 'cls' command now only clears the screen, not the history
    - The 'help' command now accepts other commands, and gives extra
      information about the command (ie, 'help breakif' prints extended
      information about the breakif command)
    - Added 'palette' command, which shows a color swatch of the
      currently active TIA palette
    - Added 'debugcolors' command, which shows a legend for 'fixed debug
      colors' mode
    - The previous trap'm' commands now work when setting TIA read
      addresses; previously they only worked for write addresses
    - The previous trap'm' commands are now renamed 'trap', 'trapread'
      and 'trapwrite'
    - The TIA tab now shows 'old' contents of player and ball registers
    - Various UI items are crossed out when disabled, to more clearly
      indicate their current state
    - Various UI items that previously required a double-click to toggle
      (pixel and bit widgets) now require only a single-click.
    - Command completion now works with internal functions and pseudo-ops
      (basically, anything starting with the '_' character)
    - System labels (aka, register names, etc) can now be typed in lower-
      case.  Previously, these labels always had to be uppercase.
    - In general, input error checking is much more strictly enforced
    - Read-only UI items now have a different background color, to
      clearly indicate if an item can be modified.
    - Debugger '.lst' and '.sym' files are now searched based on the name
      of the ROM file, and not on the internal properties name.
    - Snapshots can now be saved by pressing the F12 key (the various
      other ways to save snapshots still exist).

  * Mouse grabbing is now enabled in windowed mode only when the ROM is
    using a virtual analog controller (paddles, trakball, etc).

  * Renamed various trakball-like controllers more accurately: AmigaMouse,
    AtariMouse (previously CX80) and Trakball (previously CX22).  Related
    to this, reduced the resolution of the Trakball by half, to properly
    match real hardware.

  * The stack pointer (SP) is now initialized to $FD instead of $FF, to
    match research done in other 6502 projects.

  * Fixed bug in debugger tracing and displaying the partial TIA image;
    the first time entering the debugger and starting to trace, the image
    was blanked out (black) instead of being drawn in greyscale.  Also, the
    image is now synchronized, instead of being two frames behind.

  * Fixed crash with zipped ROMs that are less than 4K in size; so far
    this bug has only ever occurred in Windows XP, but it's been there
    since Stella 4.1.

  * Fixed bug in 'Rom Audit' functionality; sometimes ROMs without a
    valid properties entry were being renamed as "Untitled.bin".

  * For the entire UI, removed colons and generally made the UI items
    easier to read.

  * When in 'ROM launcher mode', Stella now uses slightly less CPU time.
    More work is required in this area, though.

  * Added ROM properties for D.K. VCS homebrew ROM, thanks to Andreas
    Dietrich.

  * Added slight improvement for auto-detecting Superchip bankswitching;
    the new implementation now works for the NTSC 'Dig Dug' ROM.  Special
    thanks for SpiceWare for the idea and modified implementation.

  * Fixed long-standing bug in 3-voice music in DPC+ bankswitching scheme;
    the music now sounds much more like the real thing.

  * For the Linux/UNIX port:
    - The settings directory now uses the XDG Base Directory Specification.
      In most cases, this means that your files will now be stored in
      '~/.config/stella' instead of '~/.stella'.  To keep your old settings,
      run the following commands from the terminal:
        cd ~
        mv .stella .config/stella

      You will probably need to edit '~/.config/stella/stellarc' and change
      some paths accordingly.

  * For the OSX port:
    - Always use the built-in png and zlib libraries instead of the system
      versions.

    - The preferences file has changed from 'net.sourceforge.Stella.plist'
      to 'Stella-emu.plist'.  To keep your old settings, run the following
      commands from the terminal:
        cd ~/Library/Preferences
        mv net.sourceforge.Stella.plist Stella-emu.plist

  * Updated internal ROM properties database to ROM-Hunter version 13
    (thanks go to RomHunter for his tireless research in this area).
    Related to this, updated the snapshot collection.

  * Updated included PNG and ZLIB libraries to latest stable version.  Also,
    both libraries are now compiled into the app whenever one is selected.
    This fixes issues with a newer ZLIB not working with an older PNG, etc.

  * Updated build scripts for Visual Studio 2017 (Windows) and MacOS
    Sierra (latest version of Xcode), and make these the minimum supported
    versions for building Stella.

  * Updated UNIX configure script to work with the clang 5+ and gcc 7+
    compiler versions, and fixed compile issues on AArch64 and ppc64le
architectures.

(nia)

2019-06-17 13:49:10 UTC MAIN commitmail json YAML

doc: Added games/doomlegacy version 1.47.2

(micha)

2019-06-17 13:41:05 UTC MAIN commitmail json YAML

Makefile: +doomlegacy

(micha)

2019-06-17 12:51:53 UTC MAIN commitmail json YAML

Fix simple typo

(mef)

2019-06-17 10:48:32 UTC MAIN commitmail json YAML

faad2: GCC_REQD+= 4.8

(nia)

2019-06-17 10:46:37 UTC MAIN commitmail json YAML

exempi: GCC_REQD+= 4.8

(nia)

2019-06-17 09:49:39 UTC MAIN commitmail json YAML

Note update of net/unbound to 1.9.2.

(he)

2019-06-17 09:49:08 UTC MAIN commitmail json YAML

Update unbound to version 1.9.2

Upstream changes:

Features
- add type CAA to libpyunbound (accessing libunbound from python).
- Fix #17: Add python module example from Jan Janak, that is a
  plugin for the Unbound DNS resolver to resolve DNS records in
  multicast DNS [RFC 6762] via Avahi.  The plugin communicates
  with Avahi via DBus. The comment section at the beginning of
  the file contains detailed documentation.
- travis build file.
- PR #16: XoT support, AXFR over TLS, turn it on with
  master: <ip>#<authname> in unbound.conf.  This uses TLS to
  download the AXFR (or IXFR).

Bug Fixes
- Fix for #4233: guard use of NDEBUG, so that it can be passed in
  CFLAGS into configure.
- Add log message, at verbosity 4, that says the query is encrypted
  with TLS, if that is enabled for the query.
- Fix #4239: set NOTIMPL when deny-any is enabled, for RFC8482.
- Fix #4240: Fix whitespace cleanup in example.conf.
- Fix that tls-session-ticket-keys: "" on its own in unbound.conf
  disables the tls session ticker key calls into the OpenSSL API.
- Fix crash if tls-servic-pem not filled in when necessary.
- Fix auth-zone NSEC3 response for empty nonterminals with exact
  match nsec3 records.
- Fix for out of bounds integers, thanks to OSTIF audit.  It is in
  allocation debug code.
- Fix for auth zone nsec3 ent fix for wildcard nodata.
- Move goto label in answer_from_cache to the end of the function
  where it is more visible.
- Fix auth-zone NSEC3 response for wildcard nodata answers,
  include the closest encloser in the answer.
- Fix spelling error in log output for event method.
- Fix to reinit event structure for accepted TCP (and TLS) sockets.
- Fix to use event_assign with libevent for thread-safety.
- verbose information about auth zone lookup process, also lookup
  start, timeout and fail.
- Fix to wipe ssl ticket keys from memory with explicit_bzero,
  if available.
- Fix that auth zone uses correct network type for sockets for
  SOA serial probes.  This fixes that probes fail because earlier
  probe addresses are unreachable.
- Fix that auth zone fails over to next master for timeout in tcp.
- Squelch SSL read and write connection reset by peer and broken pipe
  messages.  Verbosity 2 and higher enables them.
- Update python documentation for init_standard().
- Typos.
- Fix tls write event for read state change to re-call SSL_write and
  not resume the TLS handshake.
- Better braces in if statement in TCP fastopen code.
- iana portlist updated.
- Scrub RRs from answer section when reusing NXDOMAIN message for
  subdomain answers.
- For harden-below-nxdomain: do not consider a name to be non-exitent
  when message contains a CNAME record.
- Fix wrong query name in local zone redirect answers with a CNAME,
  the copy of the local alias is in unpacked form.
- contrib/fastrpz.patch updated for code changes, and with git diff.
- Fix #29: Solaris 11.3 and missing symbols be64toh, htobe64.
- Fix #30: AddressSanitizer finding in lookup3.c.  This sets the
  hash function to use a slower but better auditable code that does
  not read beyond array boundaries.  This makes code better security
  checkable, and is better for security.  It is fixed to be slower,
  but not read outside of the array.
- Fix edns-subnet locks, in error cases the lock was not unlocked.
- Fix doxygen output error on readme markdown vignettes.
- Squelch log messages from tcp send about connection reset by peer.
  They can be enabled with verbosity at higher values for diagnosing
  network connectivity issues.
- Attempt to fix malformed tcp response.
- Fix #31: swig 4.0 and python module.
- Note that so-reuseport at extreme load is better turned off,
  otherwise queries are not distributed evenly, on Linux 4.4.x.
- Fix that spoolbuf is not used to store tcp pipelined response
  between mesh send and callback end.
- Fix double file close in tcp pipelined response code.
- Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD.
- Fix to guard _OPENBSD_SOURCE from redefinition.
- Fix that fixes the Fix that spoolbuf is not used to store tcp
  pipelined response between mesh send and callback end, this fixes
  error cases that did not use the correct spoolbuf.
- Fix that fixes the Fix that spoolbuf is not used to store tcp
  pipelined response between mesh send and callback end, this fixes
  error cases that did not use the correct spoolbuf.
- Fix another spoolbuf storage code point, in prefetch.

(he)

2019-06-17 09:20:06 UTC MAIN commitmail json YAML

doc: Updated devel/ocaml-fmt to 0.8.5nb1

(jaapb)

2019-06-17 09:19:57 UTC MAIN commitmail json YAML

Fixed bug in dependency specification for devel/ocaml-fmt.

(jaapb)

2019-06-17 08:08:31 UTC MAIN commitmail json YAML

2019-06-17 07:31:13 UTC MAIN commitmail json YAML

lmms: configure fails unless qt5-qttools is installed.

(nia)

2019-06-17 05:43:02 UTC MAIN commitmail json YAML

py-backtrader: updated to 1.9.74.123

1.9.74.123:
  - Correct calculation in haDelta indicator
  - Use initial datalabel for non-overlaid volume plot

1.9.73.123:
  - Add utility NonZeroDifference indicator
  - Redefine CrossUp, CrossDown and CrossOver indicators using
    NonZeroDifference to cover the case in which the crossing entities
    converge right before crossing up and down

1.9.72.122:
  - Cover case in which result in high-level overridden operations have
    multiple lines and wer not be taken into account for minimum period
    calculations
  - Add "Int" variants of percentage based sizers to import
  - Trades observer to show net profit instead of brutto, with parameter
    to control behavior

1.9.71.122:
  - Improve on indicator legend plotting to overcome matplotlib legend
    reordering
  - Added PercenSizerInt and AllSizerInt which truncate the returned size
    to an int, suited better for stocks/futures

1.9.70.122:
  - Use opening price for submission check for Market orders when
    cheat-on-open is active
  - Update pnlcomm on all operations and not just profit/loss locking
  - Correct comment for fillalpha and add baralpha for candlestick opacity
  - Use internal dict for data feed presence test and update trade observer

1.9.69.122:
  - Fix offline Yahoo feed by moving the new adjclose line up to the offline
    feed
  - Adapt the yahoodownload tool to the current status (ex: data not reversed)
  - Redownload all yahoo data feeds

1.9.68.122
  - Fix call to _nextday in TradingCalendar
  - Clean up and rework of Yahoo Data. The data feeds seems to be reliable
    again
  - IBStore Support for IND prices

1.9.67.122
  - Fix compression only scenarios when resampling and resampling after
    changes in 1.9.66.122
  - Final correction for rollover fix introduced in 1.9.66.122
  - Cover use case for mininum period calculation when all
    operations/indicators don't use the data feeds directly but lines of it

1.9.66.122
  - Fix regression introduced with 8f537a1c2c271eb5cfc592b373697732597d26d6
    which voids the count of lost trades
  - Allow rollover to distinguish between no values temporarily (with None)
    and no values permanently (with False)
  - Avoid math domain error for negative returns in logarithmic calculations
  - Fix local variable declaration for compound returns
  - Fix typo in date2num tz conversion which shows up in direct usage

1.9.65.122
  - Fix commission info assigment and orderref seeking in OandaStore
  - Add strategy type to OptReturn
  - Fix prepend_constant for OLS_Transformation
  - Fix LogReturnsRolling compression when not specified
  - Have ints instead of bools in some values with 1 Trade in TradeAnalyzer

1.9.64.122
  - Avoid stage2 comparison using [0] in API methods
  - Support plotname, if given, as name of indicator in csv output

1.9.63.122
  - Add optimization callbacks when running with 1 Core
  - Correct sell_bracket by removing old append code
  - Correct typo in store.py
  - Pass period from RateOfChange100 to underlying ROC

1.9.62.122
  - Correct PSAR acceleration capping
  - Enable PandasData line extension without the need to extend datafields

1.9.61.122
  - Add `_skipnan` to plotlines to allow joining two points with a line
  - buy_bracket/sell_bracket allow suppressing stop/limit orders
  - Add stop-loss approaches sample
  - Correct codes for minutes compression

1.9.60.122
  - Remove unused files
  - README update, Docstring corrections, documentation corrections
  - Update travis settings

1.9.58.122
  - Provide default fundmode methods for all brokers
  - Correct order notification if positions exist when starting the broker
    and will be simulated
  - Correct csv values output if object has no length

1.9.57.122
  - Fix set_fundmode in bbroker
  - Synchronize fund history mode with master clock
  - Allow relocation of legend in plotting charts
  - Adapt broker observer to fund mode

1.9.56.122
  - Handle volume as string null in YahooFinanceData
  - Corrections/Improvements to order history support
  - Add fund history support
  - Increase plotting margin of trade observers

(adam)

2019-06-17 05:33:23 UTC MAIN commitmail json YAML

doc: Updated devel/py-mercurial to 5.0.1

(wiz)

2019-06-17 05:33:10 UTC MAIN commitmail json YAML

2019-06-17 05:31:49 UTC MAIN commitmail json YAML

py-alphalens: updated to 0.3.6

v0.3.6
Add option to compute forward returns non-cumulatively

v0.3.5
This is a minor release from 0.3.4 that includes bugfixes, speed enhancement and compatibility with more recent pandas versions. We recommend that all users upgrade to this version.

v0.3.4
This is a minor release from 0.3.3 that includes bugfixes, small enhancements and backward compatibility breakages. We recommend that all users upgrade to this version.

v0.3.3
TEST: added tests for perf.mean_return_by_quantile

(adam)

2019-06-17 05:29:43 UTC MAIN commitmail json YAML

py-statsmodels: fix for newer SciPy

(adam)

2019-06-17 00:37:01 UTC MAIN commitmail json YAML

doc: Added math/bc-gh version 2.0.3

(gdt)

2019-06-17 00:36:10 UTC MAIN commitmail json YAML

math/: Add bc-gh

(gdt)

2019-06-17 00:35:33 UTC MAIN commitmail json YAML

math/bc-gh: Import version 2.0.3

Implementation of POSIX bc with GNU extensions

This bc is optimized for use by programmers. It includes several
extensions beyond the GNU extensions for that purpose.

Prepared in pkgsrc-wip by Gavin Howard.

(gdt)

2019-06-16 22:04:20 UTC MAIN commitmail json YAML

games/xboard: fix OPSYS detection for Solaris

(rillig)

2019-06-16 22:03:48 UTC MAIN commitmail json YAML

doc: Updated audio/fasttracker2 to version 2.159

(fox)

2019-06-16 22:01:06 UTC MAIN commitmail json YAML

fasttracker2: update to b159

Changes since b158

Beta #159 - 15.06.2019
- The audio sampling tool in Smp. Ed. now supports stereo sampling
- Several tools in Smp. Ed. (Mix, Resample, Echo, Volume) now accepts
  pressing Enter on the keyboard.

(fox)

2019-06-16 19:28:47 UTC MAIN commitmail json YAML

py-seaborn: updated to 0.9.0

v0.9.0:
This is a major release with several substantial and long-desired new features. There are also updates/modifications to the themes and color palettes that give better consistency with matplotlib 2.0 and some notable API changes.

(adam)

2019-06-16 19:25:10 UTC MAIN commitmail json YAML

bulk-medium: removed references to py-matplotlib-gtk2

(adam)

2019-06-16 19:23:33 UTC MAIN commitmail json YAML

Updated devel/py-memory-profiler, math/py-pandas, math/py-pymc3, math/py-powerlaw

(adam)

2019-06-16 19:22:59 UTC MAIN commitmail json YAML

py-powerlaw: updated to 1.4.6

1.4.6:
Unknown changes

(adam)

2019-06-16 19:17:23 UTC MAIN commitmail json YAML

py-pymc3: updated to 3.7

PyMC3 3.7 (May 29 2019)

New features

Add data container class (Data) that wraps the theano SharedVariable class and let the model be aware of its inputs and outputs.
Add function set_data to update variables defined as Data.
Mixture now supports mixtures of multidimensional probability distributions, not just lists of 1D distributions.
GLM.from_formula and LinearComponent.from_formula can extract variables from the calling scope. Customizable via the new eval_env argument.
Added the distributions.shape_utils module with functions used to help broadcast samples drawn from distributions using the size keyword argument.
Used numpy.vectorize in distributions.distribution._compile_theano_function. This enables sample_prior_predictive and sample_posterior_predictive to ask for tuples of samples instead of just integers.

Maintenance

All occurances of sd as a parameter name have been renamed to sigma. sd will continue to function for backwards compatibility.
HamiltonianMC was ignoring certain arguments like target_accept, and not using the custom step size jitter function with expectation 1.
Made BrokenPipeError for parallel sampling more verbose on Windows.
Added the broadcast_distribution_samples function that helps broadcasting arrays of drawn samples, taking into account the requested size and the inferred distribution shape. This sometimes is needed by distributions that call several rvs separately within their random method, such as the ZeroInflatedPoisson.
The Wald, Kumaraswamy, LogNormal, Pareto, Cauchy, HalfCauchy, Weibull and ExGaussian distributions random method used a hidden _random function that was written with scalars in mind. This could potentially lead to artificial correlations between random draws. Added shape guards and broadcasting of the distribution samples to prevent this.
Added a fix to allow the imputation of single missing values of observed data, which previously would fail.
The draw_values function was too permissive with what could be grabbed from inside point, which lead to an error when sampling posterior predictives of variables that depended on shared variables that had changed their shape after pm.sample() had been called.
draw_values now adds the theano graph descendants of TensorConstant or SharedVariables to the named relationship nodes stack, only if these descendants are ObservedRV or MultiObservedRV instances.
Fixed bug in broadcast_distrution_samples, which did not handle correctly cases in which some samples did not have the size tuple prepended.
Changed MvNormal.random's usage of tensordot for Cholesky encoded covariances. This lead to wrong axis broadcasting and seemed to be the cause for issue 3343.
Fixed defect in Mixture.random when multidimensional mixtures were involved. The mixture component was not preserved across all the elements of the dimensions of the mixture. This meant that the correlations across elements within a given draw of the mixture were partly broken.
Restructured Mixture.random to allow better use of vectorized calls to comp_dists.random.
Added tests for mixtures of multidimensional distributions to the test suite.
Fixed incorrect usage of broadcast_distribution_samples in DiscreteWeibull.
Mixture's default dtype is now determined by theano.config.floatX.
dist_math.random_choice now handles nd-arrays of category probabilities, and also handles sizes that are not None. Also removed unused k kwarg from dist_math.random_choice.
Changed Categorical.mode to preserve all the dimensions of p except the last one, which encodes each category's probability.
Changed initialization of Categorical.p. p is now normalized to sum to 1 inside logp and random, but not during initialization. This could hide negative values supplied to p as mentioned in 2082.
Categorical now accepts elements of p equal to 0. logp will return -inf if there are values that index to the zero probability categories.
Add sigma, tau, and sd to signature of NormalMixture.
Set default lower and upper values of -inf and inf for pm.distributions.continuous.TruncatedNormal. This avoids errors caused by their previous values of None.
Converted all calls to pm.distributions.bound._ContinuousBounded and pm.distributions.bound._DiscreteBounded to use only and all positional arguments.
Restructured distributions.distribution.generate_samples to use the shape_utils module. This solves issues 3421 and 3147 by using the size aware broadcating functions in shape_utils.
Fixed the Multinomial.random and Multinomial.random_ methods to make them compatible with the new generate_samples function. In the process, a bug of the Multinomial.random_ shape handling was discovered and fixed.
Fixed a defect found in Bound.random where the point dictionary was passed to generate_samples as an arg instead of in not_broadcast_kwargs.
Fixed a defect found in Bound.random_ where total_size could end up as a float64 instead of being an integer if given size=tuple().
Fixed an issue in model_graph that caused construction of the graph of the model for rendering to hang: replaced a search over the powerset of the nodes with a breadth-first search over the nodes.
Removed variable annotations from model_graph but left type hints. This means that we support python>=3.5.4.
Default target_acceptfor HamiltonianMC is now 0.65, as suggested in Beskos et. al. 2010 and Neal 2001.
Fixed bug in draw_values that lead to intermittent errors in python3.5. This happened with some deterministic nodes that were drawn but not added to givens.
Deprecations

nuts_kwargs and step_kwargs have been deprecated in favor of using the standard kwargs to pass optional step method arguments.
SGFS and CSG have been removed. They have been moved to pymc3-experimental.
References to live_plot and corresponding notebooks have been removed.
Function approx_hessian was removed, due to numdifftools becoming incompatible with current scipy. The function was already optional, only available to a user who installed numdifftools separately, and not hit on any common codepaths.
Deprecated vars parameter of sample_posterior_predictive in favor of varnames.
References to live_plot and corresponding notebooks have been removed.
Deprecated vars parameters of sample_posterior_predictive and sample_prior_predictive in favor of var_names. At least for the latter, this is more accurate, since the vars parameter actually took names.

(adam)

2019-06-16 19:14:52 UTC MAIN commitmail json YAML

py-pandas: updated to 0.24.2

Whats New in 0.24.2
Fixed Regressions
Bug Fixes

Whats New in 0.24.1
Changing the sort parameter for Index set operations
Fixed Regressions
Bug Fixes

What窶冱 New in 0.24.0

This is a major release from 0.23.4 and includes a number of API changes, new features, enhancements, and performance improvements along with a large number of bug fixes.

Highlights include:
* Optional Integer NA Support
* New APIs for accessing the array backing a Series or Index
* A new top-level method for creating arrays
* Store Interval and Period data in a Series or DataFrame
* Support for joining on two MultiIndexes

(adam)

2019-06-16 19:12:40 UTC MAIN commitmail json YAML

2019-06-16 18:13:48 UTC pkgsrc-2019Q1 commitmail json YAML

2019-06-16 18:10:29 UTC pkgsrc-2019Q1 commitmail json YAML

Pullup ticket #5978 - requested by leot
net/py-rt: functionality fix

Revisions pulled up:
- net/py-rt/Makefile                                            1.2
- net/py-rt/distinfo                                            1.2
- net/py-rt/patches/patch-rt.py                                1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: leot
  Date: Sun Jun  9 13:57:27 UTC 2019

  Modified Files:
  pkgsrc/net/py-rt: Makefile distinfo
  Added Files:
  pkgsrc/net/py-rt/patches: patch-rt.py

  Log Message:
  py-rt: Backport upstream patch to fix search() Format='s' and Format='i'

  At least on RT 4 blank lines can be present at the end of the search response,
  backport upstream commit bb07009c4f62dd2ac393aab82fded6424eead82f to address
  that.

  Bump PKGREVISION

  To generate a diff of this commit:
  cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-rt/Makefile pkgsrc/net/py-rt/distinfo
  cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-rt/patches/patch-rt.py

(spz)

2019-06-16 17:43:39 UTC pkgsrc-2019Q1 commitmail json YAML

Pullup ticket #5977 - requested by tm
databases/phpmyadmin: security update

Revisions pulled up:
- databases/phpmyadmin/Makefile                                1.159
- databases/phpmyadmin/PLIST                                    1.48
- databases/phpmyadmin/distinfo                                1.109

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tm
  Date:          Fri Jun  7 10:09:43 UTC 2019

  Modified Files:
          pkgsrc/databases/phpmyadmin: Makefile PLIST distinfo

  Log Message:
  phpmyadmin: update to 4.9.0.1

  4.9.0.1 (2019-06-04)
  - issue #14478 phpMyAdmin no longer streams the export data
  - issue #14514 Tables with SYSTEM VERSIONING show up as views instead of tables
  - issue #14515 Values cannot be edited in SYSTEM VERSIONING tables with INVISIBLE timestamps
  - issue        Fix header icon on server plugins page
  - issue #14298 Fixed error 500 on MultiTableQuery page when a empty query is passed
  - issue #14402 Fixed fatal javascript error while adding index to a new column
  - issue #14896 Fixed issue with plus/minus icon when refreshing an expanded database
  - issue #14922 Fixed json encode error in export
  - issue #13975 Fixed missing query time in German (fix decimal number format issue)
  - issue #14503 Fixed JavaScript events not activating on input (sql bookmark issue)
  - issue #14898 Fixed Bottom table is blocked in database list (left panel)
  - issue #14425 Fixed Null Checkbox automatically unmarked
  - issue #14870 Display correct date and time in Zip files
  - issue #14763 Fixed the loading symbol not appearing when refreshing the navigation
  - issue #14607 Count rows only if needed
  - issue #14832 Show Designer combo boxes when adding a constraint
  - issue #14948 Fix change password is not showing password strength difference at the second attempt
  - issue #14868 Fix edit view
  - issue #14943 Fixed loading Forever when creating new view without filling any field
  - issue #14843 Fix Bookmark::get() id matching SQL
  - issue #14734 Fixed invalid default value for bit field
  - issue #14311 Fixed undefined index in setup script
  - issue #14991 Fixed TypeError in GIS editor
  - issue        Fixed GIS data editor for multi server setup
  - issue #14312 Fixed type error in setup script when adding new server
  - issue #14053 Fix missed padding on query results
  - issue #14826 Fixed javascript error PMA_messages is not defined
  - issue        Show error message if config-set fails and not "loading..." forever
  - issue #14359 Prevent multiple error modals, and error-report request spamming from script
  - issue        Fixed error reporting javascript errors on multi server setup
  - issue        Fixed wrong property name on TableStructureController
  - issue #14811 Fix SHOW FULL TABLES FROM when a table is locked
  - issue #14916 Fix bug when creating or editing views
  - issue #14931 Fixed php error when using a query like SELECT 1 INTO @a; SELECT @a; in inline query edit
  - issue #15074 Make the server logo visible on theme "original"
  - issue #15077 Fixed incorrect page numbers
  - issue #14205 Fixed "No tables found in database" when you delete all tables from last page
  - issue #14957 Virtuality is not selected when editing generated column (added virtuality(stored) option for mariadb)
  - issue #14853 Insert page should not allow entering things into virtual columns
  - issue #15110 Fixed TypeError e.preventDefaulut is not a function
  - issue #15115 Improved label in Settings export, clarifying that it's a JSON file
  - issue #14816 Fixed [designer] Cannot read property 'style' of null
  - issue        Fixed [designer] Add new tables with database/table list modal
  - issue        Fixed query format on multi server setup
  - issue        Fixed remove partitioning on multi server setup
  - issue        Fixed normalization
  - issue        Fixed 'RESET SLAVE' button on replication slave
  - issue        Fixed sending a php error report on multi server setup
  - issue        Fixed downloading of monitor parameters for IE 11, Edge, Chrome and others
  - issue #15141 Fixed php notice Undefined index: designer_settings
  - issue #12729 Fixed sticky table header over dropdown menu
  - issue #15140 Fixed edit link does not work on failed insert
  - issue #14334 Fixed export table structure shows rows fields
  - issue #15010 Fixed empty SQL preview modal on tbl_relation
  - issue #14673 Fixed innodb & MySQL 8: DYNAMIC & COMPRESSED ROW_FORMAT missing
  - issue        Fixed empty success message when adding a new INDEX from left panel
  - issue #15150 Fixed generate password hidden on second open of change password modal
  - issue        Fixed import XML data with leading zeros
  - issue #15036 Fixed missing input fields checks for MaxSizeForInputField
  - issue #15119 Fixed uninterpreted HTML on Settings->Export page
  - issue #15159 Fixed missing query time and database in console
  - issue #13713 Fixed column comments in the floating table header
  - issue #15177 Fixed label alignment on login page
  - issue #15210 Fixed a typo in the english name of the Albanian language
  - issue        Fixed issue when resetting charset in import.php
  - issue #14460 Fixed forms where submitted multiple times on CTRL + ENTER
  - issue #15038 Fixed console height was allowing a negative values
  - issue #15219 Fixed 'No Password' option does not switch automatically to 'Use Text Field' in add user account
  - issue        Fixed importing the exported config on Server status monitor page
  - issue #15228 Fixed php notice 'Undefined index: foreign_keys_data' on designer when the user has column access
  - issue #12900 Fixed designer page saving gives error when configuration storage is not set up
  - issue #15229 Fixed php notice, added support for 'DELETE HISTORY' table privilege (MariaDB >= 10.3.4)
  - issue #14527 Fixed import settings function not working
  - issue #14908 Fixed uninterpreted HTML on Settings->Import (missing data error descriptions)
  - issue #14800 Fixed status->Processes doesn't show full query process list page
  - issue #14833 Fixed sort by Time not working in process list page
  - issue #14982 Fixed setting "null" keep an "enum" value
  - issue #14401 Fixed insert rows keypress Enter behavior
  - issue #15146 Fixed error reports can not be sent because they are too large
  - issue #15205 Fixed useless backquotes on sql preview modal when deleting an index
  - issue #13178 Fixed issues with uppercase table and database names (lower_case_table_names=1)
  - issue #14383 Fixed warning when browsing certain tables (GIS data)
  - issue #12865 Fixed MySQL 8.0.0 issues with GIS display
  - issue #15059 Fixed "Server charset" in "Database server" tab showing wrong information
  - issue #14614 Fixed mysql error "#2014 - Commands out of sync; you can't run this command now" on sql query
  - issue #15238 Fixed phpMyAdmin 4.8.5 doesn't show privileges of procedures (raw html displayed instead)
  - issue #13726 Fixed can not copy user on Percona Server 5.7
  - issue #15239 Fixed javascript error while fetching latest version info and switching pages
  - issue #14301 Fixed javascript error when editing a JSON data type column
  - issue #15240 Fixed apply a Settings form with errors shows a JSON response after using return back
  - issue #15043 Fixed multiple errors printing on Settings page
  - issue #15037 Fixed unexpected behavior of reset button on Settings
  - issue #15157 Fixed 'Settings' tab not marked as active when browsing 2FA settings
  - issue #14934 Fixed all fields readonly on Edit/Insert screens
  - issue #14588 Fixed export of geometry objects, GIS objects are now exported as hex
  - issue #14412 Better handling of errors with Signon authentication type
  - issue        Added support for AUTO_INCREMENT when using ROCKSDB, on Operations page
  - issue #15276 Fixed partitioning is missing in Structure page UI (MySQL 8.0)
  - issue #14252 Fixed DisableIS and database tree list (new database missing when refreshing the list)
  - issue #14621 Removed "Propose table structure" on MySQL 8.0
  - issue        Fixed editing of virtual columns on PerconaDB
  - issue #13854 Fixed column options are ignored for GENERATED/VIRTUAL/STORED columns
  - issue #15262 Fixed incorrect display of charset column (raw html)
  - issue        Added explicit parentheses in nested ternary operators
  - issue #15287 Fix auto_increment field is too small
  - issue #15283 Fix tries to change collation on views when changing collation on all tables/fields
  - issue        Fixed empty PMA_gotoWhitelist JavaScript array
  - issue #15079 Fixed responsive behaviour of instruction dialog box
  - issue #10846 Fixed javascript error when renaming a table
  - issue        Updated sql-parser to version 4.3.2
  - issue        [security] SQL injection in Designer (PMASA-2019-3)
  - issue        [security] CSRF attack on 'cookie' login form (PMASA-2019-4)

  4.8.5 (2019-01-25)
  - issue        Developer debug data was saved to the PHP error log
  - issue #14217 Fix issue when adding user on MySQL 8.0.11
  - issue #13788 Exporting a view structure based on another view with a sub-query throws no database selected error
  - issue #14635 Fix PHP error in GitRevision, error in processing request, error code 200
  - issue #14787 Cannot execute stored procedure
  - issue        Add Burmese language
  - issue #14794 Not responding to click, frozen interface, plugin Text_Plain_Sql error
  - issue #14786 Table level Operations functions missing
  - issue #14791 PHP warning, db_export.php#L91 urldecode()
  - issue #14775 Export to SQL format not available for tables
  - issue #14782 Error message shown instead of two-factor QR code when adding 2fa to a user
  - issue        [security] Arbitrary file read/delete relating to MySQL LOAD DATA LOCAL INFILE and an evil server instance (PMASA-2019-1)
  - issue        [security] SQL injection in Designer (PMASA-2019-2)

  To generate a diff of this commit:
  cvs rdiff -u -r1.157 -r1.158 pkgsrc/databases/phpmyadmin/Makefile
  cvs rdiff -u -r1.47 -r1.48 pkgsrc/databases/phpmyadmin/PLIST
  cvs rdiff -u -r1.108 -r1.109 pkgsrc/databases/phpmyadmin/distinfo

------------------------------------------------------------------------

Module Name:    pkgsrc
Committed By:  tm
Date:          Sun Jun 16 09:13:11 UTC 2019

Modified Files:
        pkgsrc/databases/phpmyadmin: Makefile

Log Message:
phpmyadmin: provide correct shell script for replace_sh (pkg/54296)

To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 pkgsrc/databases/phpmyadmin/Makefile

(spz)

2019-06-16 17:07:18 UTC MAIN commitmail json YAML

doc: Updated net/ruby-tw to 1.3.1

(tsutsui)

2019-06-16 17:07:02 UTC MAIN commitmail json YAML

ruby-tw: update to 1.3.1.

Upstream changes (from History.txt):

=== 1.3.1 2019-04-15

* use https (#79)
* thank you for contributing @sachin21

(tsutsui)

2019-06-16 16:42:19 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 3.9.0alpha1

(tsutsui)

2019-06-16 16:41:54 UTC MAIN commitmail json YAML

mikutter: update to 3.9.0-alpha1.

pkgsrc changes:
- remove patch for totoridipjp (removed in upstream too)
- remove patch for upstream ticket #1323 (integrated in 3.9)

Upstream changes (from "new features of mikutter 3.9"):

* Mastodon plugin
* Support for UI scaling
* World account can be assigned to shortcut key
* Reorder World accounts
* Non-PNG image support for Skin
* Generic Model viewer
* Quick Step
* PulseAudio
* Reorgenize gem dependencies

(tsutsui)

2019-06-16 16:39:57 UTC MAIN commitmail json YAML

mikutter: update to 3.9.0-alpha1.

pkgsrc changes:
- remove patch for totoridipjp (removed in upstream too)
- remove patch for upstream ticket #1323 (integrated in 3.9)

Upstream changes (from "new features of mikutter 3.9"):

* Mastodon plugin
* Support for UI scaling
* World account can be assigned to shortcut key
* Reorder World accounts
* Non-PNG image support for Skin
* Generic Model viewer
* Quick Step
* PulseAudio
* Reorgenize gem dependencies

(tsutsui)

2019-06-16 16:17:02 UTC MAIN commitmail json YAML

doc: Updated net/ruby-twitter-text to 3.0.0

(tsutsui)

2019-06-16 16:16:48 UTC MAIN commitmail json YAML

ruby-twitter-text: update to 3.0.0.

Upstream pull request log:
https://github.com/twitter/twitter-text/pull/265

* New v3.json config file with emojiParsingEnabled config option. When
  true, twitter-text will parse and discount emoji supported by the
  twemoji library (see https://github.com/twitter/twemoji). The length
  of these emoji will be the default weight (200 or two characters) even
  if they contain multiple code points combined by zero-width
  joiners. This means that emoji with skin tone and gender modifiers no
  longer count as more characters than those without such modifiers.
  All 4 implementations updated to reflect this change in counting.
* Updates known gTLDs to recognize recent additions by IANA (#261)

(tsutsui)

2019-06-16 16:12:57 UTC MAIN commitmail json YAML

doc: Updated net/ruby-pluggaloid to 1.2.0

(tsutsui)

2019-06-16 16:12:12 UTC MAIN commitmail json YAML

ruby-pluggaloid: update to 1.2.0.

No upstream changelog.

(tsutsui)

2019-06-16 16:10:51 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-diva to 1.0.0

(tsutsui)

2019-06-16 16:10:13 UTC MAIN commitmail json YAML

2019-06-16 16:07:30 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-delayer-deferred to 2.1.0

(tsutsui)

2019-06-16 16:07:14 UTC MAIN commitmail json YAML

ruby-delayer-deferred: update to 2.1.0.

No upstream changelog.

(tsutsui)

2019-06-16 16:05:36 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-delayer to 1.0.0

(tsutsui)

2019-06-16 16:05:21 UTC MAIN commitmail json YAML

2019-06-16 16:01:46 UTC MAIN commitmail json YAML

doc: Updated net/ruby-addressable to 2.6.0

(tsutsui)

2019-06-16 16:01:30 UTC MAIN commitmail json YAML

ruby-addressable: update to 2.6.0.

Upstream changes (from CHANGELOG.md):

# Addressable 2.6.0
- added `tld=` method to allow assignment to the public suffix
- most `heuristic_parse` patterns are now case-insensitive
- `heuristic_parse` handles more `file://` URI variations
- fixes bug in `heuristic_parse` when uri starts with digit
- fixes bug in `request_uri=` with query strings
- fixes template issues with `nil` and `?` operator
- `frozen_string_literal` pragmas added
- minor performance improvements in regexps
- fixes to eliminate warnings

(tsutsui)

2019-06-16 15:28:12 UTC MAIN commitmail json YAML

glib2: Use PKGCONFIG_OVERRIDE instead of patching meson.build-s

meson `pkgconfig' module generate pkg-config files during the configure
phase and PKGCONFIG_OVERRIDE can be used in post-configure stage to
avoid directly patching meson.build files.

Discussed with <ryoon>, thanks!

(leot)

2019-06-16 14:12:15 UTC MAIN commitmail json YAML

Updated time/py-arrow, devel/py-h5py

(adam)

2019-06-16 14:11:49 UTC MAIN commitmail json YAML

py-h5py: updated to 2.9.0

What's new in h5py 2.9

New features
* A convenient high-level API for creating virtual datasets, HDF5 objects which
  act as a view over one or more real datasets.
  See :ref:vds for details.
* :class:File can now be constructed with a Python file-like object,
  making it easy to create an HDF5 file in memory using :class:io.BytesIO
  See :ref:file_fileobj for details.
* :class:File now accepts parameters to control the chunk cache.
  See :ref:file_cache for details.
* New options to record the order of insertion for attributes and group entries.
  Iterating over these collections now follows insertion order if it was
  recorded, or name order if not.
* A new method :meth:Group.create_dataset_like to create a new dataset with
  similar properties to an existing one.
* Datasets can now be created with storage backed by external non-HDF5 files
* Lists or tuples of unicode strings can now be stored as HDF5 attributes
* Inspecting the view returned by .keys() now shows the key names, for
  convenient interactive use.

Exposing HDF5 functions
* H5LTopen_file_image as :func:h5py.h5f.open_file_image.
* External dataset storage functions H5Pset_external, H5Pget_external
  and H5Pget_external_count as methods on :class:h5py.h5p.PropDCID

Bugfixes
* Fix reading/writing of float128 data.
* Converting data to float16 when creating a dataset.

Support for old Python
Support for Python 3.3 has been dropped.
Support for Python 2.6 has been dropped.

(adam)

2019-06-16 14:08:03 UTC MAIN commitmail json YAML

py-arrow: updated to 0.14.2

0.14.2
- [CHANGE] Travis CI builds now use tox to lint and run tests.
- [FIX] Fixed UnicodeDecodeError on certain locales.

0.14.1
- [FIX] Fixed "ImportError: No module named 'dateutil'".

0.14.0
- [NEW] Added provisional support for Python 3.8.
- [CHANGE] Removed support for EOL Python 3.4.
- [FIX] Updated setup.py with modern Python standards.
- [FIX] Upgraded dependencies to latest versions.
- [FIX] Enabled flake8 and black on travis builds.
- [FIX] Formatted code using black and isort.

(adam)

2019-06-16 13:19:18 UTC MAIN commitmail json YAML

Updated graphics/py-matplotlib; Removed graphics/py-matplotlib-{gtk2,tk}

(adam)

2019-06-16 13:11:35 UTC MAIN commitmail json YAML

py-matplotlib: updated to 3.1.0

REL: v3.1.0
The first release of the v3.1 series
This version of Matplotlib support Python 3.6+
Highlights of this release include:
- A helper method for scatter legends
- Secondary axis support (ex, degrees and radians)
- A concise date formatter
- No longer requires a framework build of Python to use OSX backend
- Major and minor ticks will no longer collide by default
- A progress callback for animations
- mplot3D is always registered
- deprecated mlab functions have been removed
- Many function calls have become stricter about invalid or ignored input

REL: v3.0.3
The third and last planned bug-fix release of the 3.0 series
* fix several possible memory leaks
* documentation fixes

jquery-ui is no longer bundled in git repo and is downloaded during
the install or sdist process. If you are installing from pypi the
files will be included, but if you are installing from git you will
need internet access the first time you run `pip install .`. The
install process tries to cache the files and will not need internet
access on future installations.

REL: v3.0.2
This is the second bug-fix release for the v3.0 series.
- Un-breaks basemap which was broken by partially restoring
  private APIs for cartopy.
- Fixes bug in warning code when used in an embedded context.
- Fixes crash when using Tk and closing the first open window before showing it
- Many documentation improvements.
- Restore a corner case on ColorBar tick usage.
- Change the default behavior of `matplotlib.use` to silently allow
  more 'safe' switching after auto-discovery, but before starting an event loop.
- Improvements to bounding box calculations.
- Provide the correct length for RcParams instances.

REL: v3.0.1
This is the first bug fix release for the 3.0 series which fixes
several
- Fix failure to import bug when used with backend-fallback on Python
  3.6.7 and 3.7.1
- Fixed a number of failure to import bugs around finding fonts
- Fix Qt4 backend
- Fix bug on OSX that recursively searched current directory for fonts
- Fix bouncing-rocket on OSX when doing backend fallback and not
  selecting OSX
- Temporarily restore several private APIs to unbreak cartopy
- Make pyplot more tolerant of varying signatures in 3rd-party
  sub-classe
- Improve datetime64 unit handling
- Fixed several poor interactions with tight_layout

REL: v3.0.0
The first release of the Matplotlib 3.0 series
This is the first version of Matplotlib to only support Python 3.
Highlights of this release include:
- GUI backend is selected at run-time based on what toolkits are
  installed.  A GUI toolkit will not be selected on a headless
  server.
- New cyclic color map *twilight*
- Improvements to automatic layout of titles, ticks, and GridSpec
- Many bug fixes!

(adam)

2019-06-16 09:13:11 UTC MAIN commitmail json YAML

phpmyadmin: provide correct shell script for replace_sh (pkg/54296)

(tm)

2019-06-16 08:50:54 UTC MAIN commitmail json YAML

doc/TODO: add some

+ GraphicsMagick-1.3.32, MesaLib-19.1.0, gimp-2.10.12, mpc-0.32.

(wiz)

2019-06-16 01:55:16 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.60.4nb1

(ryoon)

2019-06-16 01:54:40 UTC MAIN commitmail json YAML

2019-06-15 19:05:09 UTC MAIN commitmail json YAML

Updated math/py-kiwisolver, textproc/py-guessit

(adam)

2019-06-15 19:04:24 UTC MAIN commitmail json YAML

py-guessit: updated to 3.0.4

3.0.4:
- screen_size property 540p was added.
- Fix audio_channel detection for 6.0
- Fix common words being detected as language
- streaming_service is now configurable in advanced options
- Add DC Universe to streaming_service
- Improve detection when release name in between brackets
- Improve language detection
- Fix wrong 3D detection
- Fix to keep separators for single characters. E.g.: S.W.A.T.
- Fix Show Name/Season SS/Ep. EE - Title
- Added This is Us to default expected titles
- Added suggested_expected to the api to support apps that uses guessit as a library
- Added Extras detection as other property
- Add more streaming sites

(adam)

2019-06-15 18:54:41 UTC MAIN commitmail json YAML

py-kiwisolver: updated to 1.1.0

Wrappers 1.1.0 | Solver 1.1.0
- prevent attempting a dual optimize on a dummy row
- add dump and dumps methods to inspect the internal state of the
  solver
- test on Python 3.7
- improvemnts to setup.py and tests

(adam)

2019-06-15 18:42:56 UTC MAIN commitmail json YAML

doc/TODO: + mutt-1.12.1, ucon64-2.2.0.

(wiz)

2019-06-15 18:13:14 UTC MAIN commitmail json YAML

py-Theano: use pytest for testing

(adam)

2019-06-15 18:06:04 UTC MAIN commitmail json YAML

py-obspy: Python 2.7 is not supported any more because of py-scipy

(adam)

2019-06-15 18:01:47 UTC MAIN commitmail json YAML

py-Theano: updated to 1.0.4

Theano 1.0.4:
This is a maintenance release of Theano, version 1.0.4, with no new features, but some important bug fixes.

(adam)

2019-06-15 17:54:22 UTC MAIN commitmail json YAML

gnuradio-core: py-scipy -> py-scipy12; bump revision

(adam)

2019-06-15 17:52:07 UTC MAIN commitmail json YAML

Added math/py-scipy12

(adam)

2019-06-15 17:51:13 UTC MAIN commitmail json YAML

py-scipy12: added version 1.2.2

This is the last version that supports Python 2.7.
Apparently, some packages still require Scipy with Python 2.7.

(adam)

2019-06-15 15:28:24 UTC MAIN commitmail json YAML

doc: Updated net/hub to 2.12.0

(leot)

2019-06-15 15:28:11 UTC MAIN commitmail json YAML

hub: Update to 2.12.0

Changes:
2.12.0
------
## Features
* Add `hub pr show [<number>]` command to open a pull request in the browser
* Add `hub api --paginate` option to automatically fetch all pages of results
* Add `hub pull-request --no-maintainer-edits` flag to disallow project
  maintainers being able to push to your branch
* `hub issue -M` can now accept milestone names instead of just numbers
* Abort `hub pull-request` with a helpful error message if the current branch
  wasn't pushed to a git remote
* Drop support for legacy `hub.http-clone` git config value

## Fixes
* Fix querying git configuration when GIT_TRACE is used
* Support detached HEAD if `hub pull-request --head` was passed
* Fix newline in `hub create` error message
* Ensure HTTP connection reuse across API calls

(leot)

2019-06-15 15:18:22 UTC MAIN commitmail json YAML

2019-06-15 15:16:30 UTC MAIN commitmail json YAML

2019-06-15 15:02:13 UTC MAIN commitmail json YAML

dunst: Uses pod2man.

(nia)

2019-06-15 15:01:03 UTC MAIN commitmail json YAML

2019-06-15 12:52:39 UTC MAIN commitmail json YAML

doc: Updated www/cliqz to version 1.27.2

(fox)

2019-06-15 12:49:25 UTC MAIN commitmail json YAML

cliqz: update to 1.27.2

Changes since 1.27.1:

Merge with Firefox 67.0.2

(fox)

2019-06-15 12:30:47 UTC MAIN commitmail json YAML

libtorrent: Pass -Wl,-R to the linker instead of -W,-lR.

The latter smells like a typo and makes OpenSSL 1.1 detection fail.

(nia)

2019-06-15 10:03:52 UTC MAIN commitmail json YAML

doc: Updated misc/less to 551

(leot)

2019-06-15 10:03:38 UTC MAIN commitmail json YAML

less: Update to 551

pkgsrc changes:
- Adjust regexp options to better match the underlaying configure semantic
  by introducing a `regex' group and having `pcre' and `regexp' as possible
  options.
- Update LICENSE to reflect the licenses really used
- Take MAINTAINERship

Changes:
Major changes between "less" versions 530 and 551
* Add --mouse option.
* Add --wheel-lines option.
* Add --no-histdups option.
* Add --save-marks option.
* Support PCRE2 regular expression library.
* Redraw screen on SIGWINCH even if screen size doesn't change.
* Shell-escape filenames in history so they can be used again.
* Ring bell if user enters invalid long option name.
* Use PCRE_UTF8 flag for pcre regular expressions when in UTF-8 mode.
* Windows: use wide-char string to set console title.
* Don't count lines in initial screen if using -X with -F.
* Support mingw build system.
* Fix bug in v command on empty file.
* Fix bug in v command when filename contains shell metacharacters.

(leot)

2019-06-15 09:43:10 UTC MAIN commitmail json YAML

doc: Updated misc/tmux to 2.9anb1

(leot)

2019-06-15 09:42:52 UTC MAIN commitmail json YAML

tmux: Add KERN_PROC_CWD support on NetBSD

If KERN_PROC_CWD is available use it instead of using procfs.

PKGREVISION++

(leot)

2019-06-15 09:39:54 UTC MAIN commitmail json YAML

Removed www/py-pendrell, www/py-flask-cache

(adam)

2019-06-15 09:38:03 UTC MAIN commitmail json YAML

2019-06-15 09:37:18 UTC MAIN commitmail json YAML

2019-06-15 08:41:59 UTC MAIN commitmail json YAML

Updated audio/jack, audio/gsm

(adam)

2019-06-15 08:41:31 UTC MAIN commitmail json YAML

gsm: updated to 1.0.18

1.0.18:
Remove the MacOS "quarantine" files that I didn't know I'd shipped.
Remove some trailing spaces.
Bump up the patchlevel in inc/gsm.h (I'd forgotten that in release 17.)

1.0.17:
New email addresses in the README.
Avoid left-shifting signed integers.
Don't print longwords using %d or %ld, cast them to (long) first.
Don't compare longwords as longs in addtest, we only care for the
        lower 32 bits. (The math works, but the test failed.)

1.0.16:
New email addresses in the manual pages (patch 16)
Removed a stray .orig file (in patch 15)

(adam)

2019-06-15 08:21:33 UTC MAIN commitmail json YAML

2019-06-15 07:21:43 UTC MAIN commitmail json YAML

Added math/py-uncertainties; Updated math/py-lmfit

(adam)

2019-06-15 07:21:21 UTC MAIN commitmail json YAML

py-lmfit: updated to 0.9.13

Version 0.9.13 Release Notes

New features:
Clearer warning message in fit reports when uncertainties should but cannot be estimated, including guesses of which Parameters to examine
SplitLorenztianModel and split_lorentzian function
HTML representations for Parameter, MinimizerResult, and Model so that they can be printed better with Jupyter
support parallelization for differential evolution

Bug fixes:
delay import of matplotlib (and so, the selection of its backend) as late as possible
fix for saving, loading, and reloading ModelResults
fix to leastsq to report the best-fit values, not the values tried last
fix synchronization of all parameter values on Model.guess()
improve deprecation warnings for outdated nan_policy keywords
fix for edge case in gformat()

Project managements:
using pre-commit framework to improve and enforce coding style
added code coverage report to github main page
updated docs, github templates, added several tests.
dropped support and testing for Python 3.4.

(adam)

2019-06-15 07:17:31 UTC MAIN commitmail json YAML

py-uncertainties: added version 3.1.1

uncertainties allows calculations such as (2 +/- 0.1)*2 = 4 +/- 0.2 to be
performed transparently. Much more complex mathematical expressions involving
numbers with uncertainties can also be evaluated directly.

The uncertainties package takes the pain and complexity out of uncertainty
calculations.

(adam)

2019-06-15 07:05:10 UTC MAIN commitmail json YAML

Updated math/py-asteval, devel/py-test-xdist

(adam)

2019-06-15 07:04:29 UTC MAIN commitmail json YAML

py-test-xdist: updated to 1.29.0

pytest-xdist 1.29.0:

Features
- --max-worker-restart now assumes a more reasonable value (4 times the number of
  nodes) when not given explicitly. This prevents test suites from running forever when the suite crashes during collection.

- When the test session is interrupted due to running out of workers, the reason is shown in the test summary
  for easier viewing.
- Compatibility fix for upcoming pytest 5.0: session.exitstatus is now an IntEnum object.

Bug Fixes
- No longer show an internal error when we run out of workers due to crashes.

(adam)

2019-06-15 06:55:51 UTC MAIN commitmail json YAML

py-abcpmc: disallow Python 2.7 because of py-scipy

(adam)

2019-06-15 06:46:36 UTC MAIN commitmail json YAML

py-asteval: updated to 0.9.14

0.9.14:
Safe numpy

(adam)

2019-06-15 04:51:47 UTC MAIN commitmail json YAML

xfce4-exo: remove unused options.mk

(gutteridge)

2019-06-15 04:49:23 UTC MAIN commitmail json YAML

doc: Updated x11/xfce4-exo to 0.12.6

(gutteridge)

2019-06-15 04:49:10 UTC MAIN commitmail json YAML

xfce4-exo: update to 0.12.6

0.12.6
======
- Bug Fixes:
  - Add trailing ";" to mimeapps.list (Xfce #15087)
  - Clear bad entries from mimeapps.list (Xfce #15046, #15238)
  - Synchronize default applications to gio-mime (Xfce #14633)
  - Disable emoji menu in type-ahead search (Xfce #15451)
  - Enable dismissal of "Failed to open default" dialogs
    - Related: https://github.com/brave/brave-browser/issues/4142
    - If the error can be safely ignored, the user is able to dismiss
      it. After changing defaults, the dismissal is forgotten.
- Translation Updates: Albanian, Armenian (Armenia), Bulgarian,
  Chinese (China), Chinese (Taiwan), Croatian, Danish, French,
  Galician, German, Hungarian, Icelandic, Interlingue, Italian,
  Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Thai,
  Turkish

(gutteridge)

2019-06-15 03:06:08 UTC MAIN commitmail json YAML

doc: Updated archivers/ruby-zip to 1.2.3

(taca)

2019-06-15 03:05:44 UTC MAIN commitmail json YAML

archivers/ruby-zip: update to 1.2.3

Update ruby-zip to 1.2.3, here is release note.

1.2.3 (2019-05-23)

* Allow tilde in zip entry names #391 (fixes regression in 1.2.2 from #376)
* Support frozen string literals in more files #390
* Require pathname explicitly #388 (fixes regression in 1.2.2 from #376)

Tooling / Documentation:

* CI updates #392, #394
  - Bump supported ruby versions and add 2.6
  - JRuby failures are no longer ignored (reverts #375 / part of #371)
* Add changelog entry that was missing for last release #387
* Comment cleanup #385

Since the GitHub release information for 1.2.2 is missing, I will also include
it here:

1.2.2 (2018-09-01)

NB: This release drops support for extracting symlinks, because there was no
clear way to support this securely. See #376 (comment) for details.

* Fix CVE-2018-1000544 #376 / #371
* Fix NoMethodError: undefined method `glob' #363
* Fix handling of stored files (i.e. files not using compression) with general
  purpose bit 3 set #358
* Fix close on StringIO-backed zip file #353
* Add Zip.force_entry_names_encoding option #340
* Update rubocop, apply auto-fixes, and fix regressions caused by said
  auto-fixes #332, #355
* Save temporary files to temporary directory (rather than current directory)
  #325

Tooling / Documentation:

* Turn off all terminal output in all tests #361
* Several CI updates #346, #347, #350, #352
* Several README improvements #345, #326, #321

(taca)

2019-06-15 01:30:19 UTC MAIN commitmail json YAML

Updated lang/nim to 0.20.0

(ryoon)

2019-06-15 01:29:49 UTC MAIN commitmail json YAML

Update to 0.20.0

Changelog:
Changes affecting backwards compatibility

    shr is now sign preserving. Use -d:nimOldShiftRight to enable the old behavior globally.

    The isLower, isUpper family of procs in strutils/unicode operating on strings have been deprecated since it was unclear what these do. Note that the much more useful procs that operate on char or Rune are not affected.

    strutils.editDistance has been deprecated, use editdistance.editDistance or editdistance.editDistanceAscii instead.

    The OpenMP parallel iterator `||` now supports any #pragma omp directive and not just #pragma omp parallel for. See OpenMP documentation.

    The default annotation is parallel for, if you used OpenMP without annotation the change is transparent, if you used annotations you will have to prefix your previous annotations with parallel for.

    Furthermore, an overload with positive stepping is available.

    The unchecked pragma was removed, instead use system.UncheckedArray.

    The undocumented #? strongSpaces parsing mode has been removed.

    The not operator is now always a unary operator, this means that code like assert not isFalse(3) compiles.

    getImpl on a var or let symbol will now return the full IdentDefs tree from the symbol declaration instead of just the initializer portion.

    Methods are now ordinary 窶徭ingle窶� methods, only the first parameter is used to select the variant at runtime. For backwards compatibility use the new --multimethods:on switch.

    Generic methods are now deprecated; they never worked well.

    Compile time checks for integer and float conversions are now stricter. For example, const x = uint32(-1) now gives a compile time error instead of being equivalent to const x = 0xFFFFFFFF'u32.

    Using typed as the result type in templates/macros now means 窶彳xpression with a type窶�. The old meaning of typed is preserved as void or no result type at all.

    A bug allowed macro foo(): int = 123 to compile even though a macro has to return a NimNode. This has been fixed.

    With the exception of uint and uint64, conversion to unsigned types are now range checked during runtime.

    Macro arguments of type typedesc are now passed to the macro as NimNode like every other type except static. Use typed for a behavior that is identical in new and old Nim. See the RFC Pass typedesc as NimNode to macros for more details.

Breaking changes in the standard library

    osproc.execProcess now also takes a workingDir parameter.

    std/sha1.secureHash now accepts openArray[char], not string. (Former successful matches should keep working, though former failures will not.)

    options.UnpackError is no longer a ref type and inherits from system.Defect instead of system.ValueError.

    system.ValueError now inherits from system.CatchableError instead of system.Defect.

    The procs parseutils.parseBiggestInt, parseutils.parseInt, parseutils.parseBiggestUInt and parseutils.parseUInt now raise a ValueError when the parsed integer is outside of the valid range. Previously they sometimes raised an OverflowError and sometimes they returned 0.

    The procs parseutils.parseBin, parseutils.parseOct and parseutils.parseHex were not clearing their var parameter number and used to push its value to the left when storing the parsed string into it. Now they always set the value of the parameter to 0 before storing the result of the parsing, unless the string to parse is not valid (then the value of number is not changed).

    streams.StreamObject now restricts its fields to only raise system.Defect, system.IOError and system.OSError. This change only affects custom stream implementations.

    nre窶冱 RegexMatch.{captureBounds,captures}[] no longer return Option or nil/"", respectively. Use the newly added n in p.captures method to check if a group is captured, otherwise you窶冤l receive an exception.

    nre窶冱 RegexMatch.{captureBounds,captures}.toTable no longer accept a default parameter. Instead uncaptured entries are left empty. Use Table.getOrDefault() if you need defaults.

    nre窶冱 RegexMatch.captures.{items,toSeq} now returns an Option[string] instead of a string. With the removal of nil strings, this is the only way to indicate a missing match. Inside your loops, instead of capture == "" or capture == nil, use capture.isSome to check if a capture is present, and capture.get to get its value.

    nre窶冱 replace() no longer throws ValueError when the replacement string has missing captures. It instead throws KeyError for named captures, and IndexError for unnamed captures. This is consistent with RegexMatch.{captureBounds,captures}[].

    splitFile now correctly handles edge cases, see #10047.

    isNil is no longer false for undefined in the JavaScript backend: now it窶冱 true for both nil and undefined. Use isNull or isUndefined if you need exact equality: isNil is consistent with ===, isNull and isUndefined with ==.

    several deprecated modules were removed: ssl, matchers, httpserver, unsigned, actors, parseurl

    two poorly documented and not used modules (subexes, scgi) were moved to graveyard (they are available as Nimble packages)

    procs string.add(int) and string.add(float) which implicitly convert ints and floats to string have been deprecated. Use string.addInt(int) and string.addFloat(float) instead.

    case object branch transitions via system.reset are deprecated. Compile your code with -d:nimOldCaseObjects for a transition period.

    base64 module: The default parameter newLine for the encode procs was changed from "\13\10" to the empty string "".

Breaking changes in the compiler

    The compiler now implements the 窶徃eneric symbol prepass窶� for when statements in generics, see bug #8603. This means that code like this does not compile anymore:

proc enumToString*(enums: openArray[enum]): string =
  # typo: 'e' instead 'enums'
  when e.low.ord >= 0 and e.high.ord < 256:
    result = newString(enums.len)
  else:
    result = newString(enums.len * 2)

    discard x is now illegal when x is a function symbol.

    Implicit imports via --import: module in a config file are now restricted to the main package.

Library additions

    There is a new stdlib module std/editdistance as a replacement for the deprecated strutils.editDistance.

    There is a new stdlib module std/wordwrap as a replacement for the deprecated strutils.wordwrap.

    Added split, splitWhitespace, size, alignLeft, align, strip, repeat procs and iterators to unicode.nim.

    Added or for NimNode in macros.

    Added system.typeof for more control over how type expressions can be deduced.

    Added macros.isInstantiationOf for checking if the proc symbol is instantiation of generic proc symbol.

    Added the parameter isSorted for the sequtils.deduplicate proc.

    Added os.relativePath.

    Added parseopt.remainingArgs.

    Added os.getCurrentCompilerExe (implemented as getAppFilename at CT), can be used to retrieve the currently executing compiler.

    Added xmltree.toXmlAttributes.

    Added std/sums module for fast summation functions.

    Added Rusage, getrusage, wait4 to the posix interface.

    Added the posix_utils module.

    Added system.default.

    Added sequtils.items for closure iterators, allows closure iterators to be used by the mapIt, filterIt, allIt, anyIt, etc.

Library changes

    The string output of macros.lispRepr proc has been tweaked slightly. The dumpLisp macro in this module now outputs an indented proper Lisp, devoid of commas.

    Added macros.signatureHash that returns a stable identifier derived from the signature of a symbol.

    In strutils empty strings now no longer match as substrings.

    The Complex type is now a generic object and not a tuple anymore.

    The ospaths module is now deprecated, use os instead. Note that os is available in a NimScript environment but unsupported operations produce a compile-time error.

    The parseopt module now supports a new flag allowWhitespaceAfterColon (default value: true) that can be set to false for better Posix interoperability. (Bug #9619.)

    os.joinPath and os.normalizePath handle edge cases like "a/b/../../.." differently.

    securehash was moved to lib/deprecated.

    The switch -d:useWinAnsi is not supported anymore.

    In times module, procs format and parse accept a new optional DateTimeLocale argument for formatting/parsing dates in other languages.

Language additions

    Vm support for float32<->int32 and float64<->int64 casts was added.
    There is a new pragma block noSideEffect that works like the gcsafe pragma block.
    added os.getCurrentProcessId.
    User defined pragmas are now allowed in the pragma blocks.
    Pragma blocks are no longer eliminated from the typed AST tree to preserve pragmas for further analysis by macros.
    Custom pragmas are now supported for var and let symbols.
    Tuple unpacking is now supported for constants and for loop variables.
    Case object branches can be initialized with a runtime discriminator if possible discriminator values are constrained within a case statement.

Language changes

    The standard extension for SCF (source code filters) files was changed from .tmpl to .nimf, it窶冱 more recognizable and allows tools like Github to recognize it as Nim, see #9647. The previous extension will continue to work.

    Pragma syntax is now consistent. Previous syntax where type pragmas did not follow the type name is now deprecated. Also pragma before generic parameter list is deprecated to be consistent with how pragmas are used with a proc. See #8514 and #1872 for further details.

    Hash sets and tables are initialized by default. The explicit initHashSet, initTable, etc. are not needed anymore.

Tool changes

    jsondoc now includes a moduleDescription field with the module description. jsondoc0 shows comments as its own objects as shown in the documentation.
    nimpretty: 窶澱ackup now defaults to off instead of on and the flag was undocumented; use git instead of relying on backup files.
    koch now defaults to build the latest stable Nimble version unless you explicitly ask for the latest master version via --latest.

Compiler changes

    The deprecated fmod proc is now unavailable on the VM.
    A new --outdir option was added.
    The compiled JavaScript file for the project produced by executing nim js will no longer be placed in the nimcache directory.
    The --hotCodeReloading has been implemented for the native targets. The compiler also provides a new more flexible API for handling the hot code reloading events in the code.
    The compiler now supports a --expandMacro:macroNameHere switch for easy introspection into what a macro expands into.
    The -d:release switch now does not disable runtime checks anymore. For a release build that also disables runtime checks use -d:release -d:danger or simply -d:danger.

Bugfixes

    Fixed 窶彭istinct generic typeclass not treated as distinct窶� (#4435)
    Fixed 窶徇ultiple dynlib pragmas with function calls conflict with each other causing link time error窶� (#9222)
    Fixed 窶彈RFC] extractFilename("usr/lib/") should return 窶徑ib窶� (not 窶懌��) and be called baseName (since works with dirs)窶� (#8341)
    Fixed 窶彌0 in comment replaced with 0 in docs窶� (#8841)
    Fixed 窶徨ound function in Math library sometimes doesn窶冲 work窶� (#9082)
    Fixed 窶廣sync readAll in httpclient produces garbled output.窶� (#8994)
    Fixed 窶彈regression] project config.nims not being read anymore窶� (#9264)
    Fixed 窶弑sing iterator within another iterator fails窶� (#3819)
    Fixed 窶從im js -o:dirname main.nim writes nothing, and no error shown窶� (#9154)
    Fixed 窶弩rong number of deallocations when using destructors窶� (#9263)
    Fixed 窶彭evel docs in nim-lang.github.io Source links point to master instead of devel窶� (#9295)
    Fixed 窶彡ompiler/nimeval can窶冲 be used twice: fails 2nd time with: Error: internal error: n is not nil窶� (#9180)
    Fixed 窶廚odegen bug with exportc窶� (#9297)
    Fixed 窶彝egular Expressions: replacing empty patterns only works correctly in nre窶� (#9306)
    Fixed 窶廾penarray: internal compiler error when accessing length if not a param窶� (#9281)
    Fixed 窶彷inish completely removing web folder窶� (#9304)
    Fixed 窶彡ounting the empty substring in a string results in infinite loop窶� (#8919)
    Fixed 窶彈Destructors] Wrong moves and copies窶� (#9294)
    Fixed 窶徘roc isNil*(x: Any): bool = should be updated with non nil string, seq窶� (#8916)
    Fixed 窶彭oAssert AST expansion excessive窶� (#8518)
    Fixed 窶忤hen Foo (of type iterator) is used where an expression is expected, show useful err msg instead of confusing Error: attempting to call undeclared routine Foo窶� (#8671)
    Fixed 窶廰ist comprehensions do not work with generic parameter窶� (#5707)
    Fixed 窶徭trutils/isUpperAscii and unicode/isUpper consider space, punctuations, numbers as 窶徑owercase窶昶�� (#7963)
    Fixed 窶彝egular Expressions: replacing empty patterns only works correctly in nre窶� (#9306)
    Fixed 窶廝UG: os.isHidden doesn窶冲 work with directories; should use just paths, not filesystem access窶� (#8225)
    Fixed 窶弑nable to create distinct tuple in a const with a type declaration窶� (#2760)
    Fixed 窶彈nimpretty] raw strings are transformed into normal strings窶� (#9236)
    Fixed 窶彈nimpretty] proc is transfered to incorrect code窶� (#8626)
    Fixed 窶彈nimpretty] Additional new line is added with each format窶� (#9144)
    Fixed 窶懌��%NIM%/config/nim.cfg窶� is not being read窶� (#9244)
    Fixed 窶廬llegal capture on async proc (except when the argument is seq)窶� (#2361)
    Fixed 窶廱sondoc0 doesn窶冲 output module comments.窶� (#9364)
    Fixed 窶廸imPretty has troubles with source code filter窶� (#9384)
    Fixed 窶徼fragment_gc test is flaky on OSX窶� (#9421)
    Fixed 窶彗nsi color code templates fail to bind symbols窶� (#9394)
    Fixed 窶弋erm write rule crash compiler.窶� (#7972)
    Fixed 窶彜IGSEGV when converting lines to closure iterator, most likely caused by defer窶� (#5321)
    Fixed 窶彜IGSEGV during the compile窶� (#5519)
    Fixed 窶廚ompiler crash when creating a variant type窶� (#6220)
    Fixed 窶懌�彡ontinue窶� inside a block without loops gives 窶彜IGSEGV: Illegal storage access. (Attempt to read from nil?)窶昶�� (#6367)
    Fixed 窶徙ld changelogs should be kept instead of erased窶� (#9376)
    Fixed 窶彿llegal recursion with generic typeclass窶� (#4674)
    Fixed 窶廚rash when closing an unopened file on debian 8.窶� (#9456)
    Fixed 窶從impretty joins regular and doc comment窶� (#9400)
    Fixed 窶從impretty changes indentation level of trailing comment窶� (#9398)
    Fixed 窶彜ome bugs with nimpretty窶� (#8078)
    Fixed 窶廚omputed gotos: bad codegen, label collision with if/statement in the while body窶� (#9276)
    Fixed 窶從impretty not idempotent: keeps adding newlines below block comment窶� (#9483)
    Fixed 窶從impretty shouldn窶冲 format differently whether there窶冱 a top-level newline窶� (#9484)
    Fixed 窶彝egression: 0.18 code with mapIt() fails to compile on 0.19窶� (#9093)
    Fixed 窶從impretty shouldn窶冲 change file modif time if no changes => use os.updateFile窶� (#9499)
    Fixed 窶廸im/compiler/pathutils.nim(226, 12) canon"/foo/../bar" == "/bar" [AssertionError]窶� (#9507)
    Fixed 窶從impretty adds a space before type, ptr, ref, object in wrong places窶� (#9504)
    Fixed 窶從impretty badly indents block comment窶� (#9500)
    Fixed 窶徼ypeof: Error: illformed AST: typeof(myIter(), typeOfIter)窶� (#9498)
    Fixed 窶從ewAsyncSmtp() raises exception with Nim 0.19.0窶� (#9358)
    Fixed 窶從impretty wrongly adds empty newlines inside proc signature窶� (#9506)
    Fixed 窶廩ttpClient: requesting URL with no scheme fails窶� (#7842)
    Fixed 窶廛uplicate definition in cpp codegen窶� (#6986)
    Fixed 窶彜ugar - distinctBase: undeclared identifier uncheckedArray窶� (#9532)
    Fixed 窶弃ortable fsmonitor窶� (#6718)
    Fixed 窶彜mall RFC. Minimal stacktrace for Exceptions when frames are disabled窶� (#9434)
    Fixed 窶從im doc strutils.nim fails on 32 bit compiler with AssertionError on a RunnableExample窶� (#9525)
    Fixed 窶廢rror: undeclared identifier: 窶�|窶吮�� (#9540)
    Fixed 窶忖sing Selectors, Error: undeclared field: 窶楼SErrorCode窶吮�� (#7667)
    Fixed 窶弋he 窶懌�凪�� template from module nimscript mis-translates 窶徙ut窶� key窶� (#6011)
    Fixed 窶徑ogging error should go to stderr instead of stdout窶� (#9547)
    Fixed 窶忤hen in generic should fail earlier窶� (#8603)
    Fixed 窶廚++ codegen error when iterating in finally block in topmost scope窶� (#5549)
    Fixed 窶彭ocument nim --nep1:on窶� (#9564)
    Fixed 窶廚++ codegen error when iterating in finally block in topmost scope窶� (#5549)
    Fixed 窶徭trutils.multiReplace() crashes if search string is 窶懌�昶�� (#9557)
    Fixed 窶廴issing docstrings are replaced with other text窶� (#9169)
    Fixed 窶弋ype which followed by a function and generated by a template will not shown in docs generated by nim doc窶� (#9235)
    Fixed 窶徼emplates expand doc comments as documentation of other procedures窶� (#9432)
    Fixed 窶徘lease implement http put and delete in httpClient窶� (#8777)
    Fixed 窶廴odule docs: 2 suggestions窶ヲ窶� (#5525)
    Fixed 窶徇ath.hypot under/overflows窶� (#9585)
    Fixed 窶�=sink gets called on result when not used explicitly窶� (#9594)
    Fixed 窶弋reat compl as a c++ keyword窶� (#6836)
    Fixed 窶弃ath in error message has ..\..\..\..\..\ prefix since 0.19.0窶� (#9556)
    Fixed 窶從im check gives SIGSEGV: Illegal storage access ; maybe because of sizeof窶� (#9610)
    Fixed 窶廚annot use a typedesc variable in a template窶� (#9611)
    Fixed 窶�=sink gets called on result when not used explicitly窶� (#9594)
    Fixed 窶彈NimScript] Error: arguments can only be given if the 窶倪�途un窶� option is selected窶� (#9246)
    Fixed 窶徇acros.getTypeImpl regression, crash when trying to query type information from ref object窶� (#9600)
    Fixed 窶彈Regression] Complex.re and Complex.im are private窶� (#9639)
    Fixed 窶從im check: internal error: (filename: "vmgen.nim", line: 1119, column: 19)窶� (#9609)
    Fixed 窶徙ptInd missing indent specification in grammar.txt窶� (#9608)
    Fixed 窶從ot as prefix operator causes problems窶� (#9574)
    Fixed 窶廬t is not possible to specify a pragma for the proc that returns lent T窶� (#9633)
    Fixed 窶廚ompiler crash when initializing table with module name窶� (#9319)
    Fixed 窶彡ompiler crash窶� (#8335)
    Fixed 窶懌�彜IGSEGV窶� without any 窶忖ndeclared identifier窶� error窶� (#8011)
    Fixed 窶廬ncorrect parseopt parsing ?窶� (#9619)
    Fixed 窶廾perator or causes a future to be completed more than once窶� (#8982)
    Fixed 窶廸impretty adds instead of removes incorrect spacing inside backticks窶� (#9673)
    Fixed 窶從impretty should hardcode indentation amount to 2 spaces窶� (#9502)
    Fixed 窶彡allSoon() is not working prior getGlobalDispatcher().窶� (#7192)
    Fixed 窶忖se nimf as standardized extention for nim files with source code filter?窶� (#9647)
    Fixed 窶廝anning copy for a type prevents composing窶� (#9692)
    Fixed 窶徭mtp module doesn窶冲 support threads.窶� (#9728)
    Fixed 窶廚ompiler segfault (stack overflow) compiling code on 0.19.0 that works on 0.18.0窶� (#9694)
    Fixed 窶從re doesn窶冲 document quantifiers re"foo{2,4}"窶� (#9470)
    Fixed 窶徙spaths still referenced despite its deprecation窶� (#9671)
    Fixed 窶徇ove on dereferenced pointer results in bogus value窶� (#9743)
    Fixed 窶徨egression in discard statement窶� (#9726)
    Fixed 窶徼ry statements and exceptions do not cooperate well窶� (#96)
    Fixed 窶弭DeclaredButNotUsed doesn窶冲 work with template, let/var/const, type; works with all other routine nodes窶� (#9764)
    Fixed 窶� Warning: fun is deprecated doesn窶冲 check whether deprecated overload is actually used窶� (#9759)
    Fixed 窶彝egression: tuple sizeof is incorrect if contains imported object窶� (#9794)
    Fixed 窶廬nternal error when calling =destroy without declaration窶� (#9675)
    Fixed 窶廬nternal error if =sink is used explictly窶� (#7365)
    Fixed 窶忖nicode.strip behaving oddly窶� (#9800)
    Fixed 窶弭_examples.nim generated by runnableExamples should show line number where they came from窶� (#8289)
    Fixed 窶徠uit() fails with 窶忖nreachable statement after 窶腕eturn窶吮�昶�� (#9832)
    Fixed 窶徠uit() fails with 窶忖nreachable statement after 窶腕eturn窶吮�昶�� (#9832)
    Fixed 窶廢rror: internal error: genLiteral: ty is nil when a var is accessed in quote do窶� (#9864)
    Fixed 窶彝egression: sizeof Error: cannot instantiate: 窶狼窶吮�� (#9868)
    Fixed 窶弑sing a template as a routine pragma no longer works窶� (#9614)
    Fixed 窶廚lang error on Rosencrantz窶� (#9441)
    Fixed 窶廢num fields get hintXDeclaredButNotUsed hint even when marked with used pragma窶� (#9896)
    Fixed 窶彿nternal error: environment misses窶� (#9476)
    Fixed 窶彜IGSEGV: setLen on a seq doesn窶冲 construct objects at CT窶� (#9872)
    Fixed 窶廰atest HEAD segfaults when compiling Aporia窶� (#9889)
    Fixed 窶弑nnecessary semicolon in error message窶� (#9907)
    Fixed 窶很och temp c t.nim tries to look up t.nim in nim install directory (alongside koch)窶� (#9913)
    Fixed 窶彝egression: sizeof Error: cannot instantiate: 窶狼窶吮�� (#9868)
    Fixed 窶彜howstopper regression: Nimscript no longer works 窶� (#9965)
    Fixed 窶廨lobal imports in cfg file broken窶� (#9978)
    Fixed 窶廨lobal imports in cfg file broken窶� (#9978)
    Fixed 窶彝egression - Nim compiler shows all gcc commands used when config.nims present窶� (#9982)
    Fixed 窶彈regression] Nimscript makes a program slower and more bloated窶� (#9995)
    Fixed 窶彝egression in Nimscript projectDir() behavior, returns empty string窶� (#9985)
    Fixed 窶廨lobal imports don窶冲 work for non-std modules窶� (#9994)
    Fixed 窶廾bject constructor regression in JS backend窶� (#10005)
    Fixed 窶彝egression: nimble install fails on nim devel窶� (#9991)
    Fixed 窶廣nother config.nims regression窶� (#9989)
    Fixed 窶從im js -d:nodejs main.nim gives: system.nim(1443, 7) Error: cannot 'importc' variable at compile time with a config.nims窶� (#9153)
    Fixed 窶徂ow to profile? using --profiler:on causes: Error: undeclared identifier: 窶惑ramePtr窶吮�� (#8991)
    Fixed 窶從im doc fail on lib/system/profiler.nim窶� (#9420)
    Fixed 窶彈regression] ./koch tests: Error: overloaded 窶腕eadFile窶� leads to ambiguous calls (with ~/.config/nim/config.nims)窶� (#9120)
    Fixed 窶徨egression: normalizePath(窶彷oo/..窶�) now incorrectly returns "", should be "." like before + in almost all other languages窶� (#10017)
    Fixed 窶廬ncorrect 窶蕨ot all cases are covered窶� when using enums with nonconsecutive items窶� (#3060)
    Fixed 窶彈ospaths] BUG: splitFile(窶�/a.txt窶�).dir = 窶懌�� ; + other bugs with splitFile窶� (#8255)
    Fixed 窶廨C bug: seems very slow where it shouldn窶冲; maybe it leaks?窶� (#10040)
    Fixed 窶廚losure bug with the JS backend窶� (#7048)
    Fixed 窶廢rror: unhandled exception: sym is not accessible [FieldError]窶� (#10058)
    Fixed 窶忤ith --errorMax:100 ; link step should not be attempted if previous step failed窶� (#9933)
    Fixed 窶彿mport os or ospaths compilation error in js窶� (#10066)
    Fixed 窶廢xample for system.$[T: tuple | object] is misleading窶� (#7898)
    Fixed 窶廚ombining object variants and inheritance leads to SIGSEGV during compilation窶� (#10033)
    Fixed 窶彝egression in distros.nim (foreignDep fails to compile)窶� (#10024)
    Fixed 窶弋estament megatest fails with Nim not found窶� (#10049)
    Fixed 窶弭DeclaredButNotUsed shows redundant info: declaration location shown twice窶� (#10101)
    Fixed 窶廸im beginner窶冱 feedback: 窶彳cho type(1)窶� does not work窶� (#5827)
    Fixed 窶徭izeof still broken with regard to bitsize/packed bitfields窶� (#10082)
    Fixed 窶廚odegen init regression窶� (#10148)
    Fixed 窶徼oInt doesn窶冲 raise an exception窶� (#2764)
    Fixed 窶彗llow import inside block: makes N runnableExamples run N x faster, minimizes scope pollution窶� (#9300)
    Fixed 窶廢xtra procs & docs for the unicode module窶� (#2353)
    Fixed 窶徨egression: CI failing Error: unhandled exception: cannot open: /Users/travis/.cache/nim/docgen_sample_d/runnableExamples/docgen_sample_examples.nim [IOError]窶� (#10188)
    Fixed 窶徃etAddrInfo index out of bounds error窶� (#10198)
    Fixed 窶彡an窶冲 build a tuple with static int element窶� (#10073)
    Fixed 窶從impretty creates foo.nim.backup for foo.nims窶� (#10211)
    Fixed 窶徨egression caused by WEXITSTATUS: nim cpp compiler/nim.nim fails on OSX窶� (#10231)
    Fixed 窶徼ravis and appveyor should move the bulk of its logic to running a nim file窶� (#10041)
    Fixed 窶廢rror: undeclared field: 'foo' should show type (+ where type is defined) (hard to guess in generic code)窶� (#8794)
    Fixed 窶廛iscrepancy in Documentation About 窶惑128 Type-Suffix窶� (#10213)
    Fixed 窶廬ncorrect error message窶� (#10251)
    Fixed 窶廚I should call ./koch tools ; right now nimfind isn窶冲 even being compiled窶� (#10039)
    Fixed 窶廝uilding koch from nim devel fails when config.nims importing os present窶� (#10030)
    Fixed 窶忖nittest module uses programResult to report number of failures which can wrap窶� (#10261)
    Fixed 窶廸imscript doesn窶冲 raise any exceptions窶� (#10240)
    Fixed 窶悳.push raises: [].} breaks when combined with certain symbols窶� (#10216)
    Fixed 窶彜upport 窶�#.窶� for auto-enumerated lists in RST docs窶� (#8158)
    Fixed 窶廾penSSL error breaking nimble and every package窶� (#10281)
    Fixed 窶彳xecShellCmd returns 0 instead of nonzero when child process exits with signal (eg SIGSEGV)窶� (#10273)
    Fixed 窶從im check (and nim c 窶兎rrorMax:0) SIGSEGV on first index out of bounds error窶� (#10104)
    Fixed 窶廴odule db_sqlite doesn窶冲 finalize statements with db_sqlite.rows after breaking the iterator窶冱 loop窶� (#7241)
    Fixed 窶弃erformance regression with 窶堵c:markandsweep窶� (#10271)
    Fixed 窶彿nternal error when using typedesc is comparison in a macro窶� (#10136)
    Fixed 窶彡annot call template/macros with varargs[typed] to varargs[untyped]窶� (#10075)
    Fixed 窶從im v0.13.0 breaks symbol lookup in quote block窶� (#3744)
    Fixed 窶彜ome nimgrep issues窶� (#989)
    Fixed 窶彜afecall problem?窶� (#9218)
    Fixed 窶廸im script is not supporting reading from stdin.窶� (#3983)
    Fixed 窶弃arameter constraints: undeclared identifier 窶�{}窶� within a template scope窶� (#7524)
    Fixed 窶徨epr does not work with 窶�var openarray窶� parameter in function窶� (#7878)
    Fixed 窶廚ountTable raisen error instead of returning a count of 0窶� (#10065)
    Fixed 窶從im c -r main.nim foo1 "" foo3 doesn窶冲 handle empty params or params w quotes窶� (#9842)
    Fixed 窶徨efs #10249 ; more debug info to diagnose failures窶� (#10266)
    Fixed 窶廾bjectAssignmentError for aliased types窶� (#10203)
    Fixed 窶從im cpp treats Nan as 0.0 (during compile time)窶� (#10305)
    Fixed 窶徼erminal.nim colored output is not GCSAFE.窶� (#8294)
    Fixed 窶廝uilding koch from nim devel fails when config.nims importing os present窶� (#10030)

    Fixed 窶彳very binary cmd line option should allow on/off switch窶� (#9629)
    Fixed 窶弩rong bounds check using template [] to access array in a const object窶� (#3899)
    Fixed 窶徼dont_be_stupid.nim flaky test窶� (#10386)
    Fixed 窶彜eparate nim install guide for users and packagers窶� (#5182)
    Fixed 窶懌�兎mbedsrc does not work on macos窶� (#10263)
    Fixed 窶廛evel regression on static semcheck窶� (#10339)
    Fixed 窶忻ccexe.exe does not work without VS2015 x64 Native Tools command prompt.窶� (#10358)
    Fixed 窶徙spaths still referenced despite its deprecation窶� (#9671)
    Fixed 窶彝egression in sequtils窶� (#10433)
    Fixed 窶弃ath in error message has ..\..\..\..\..\ prefix since 0.19.0窶� (#9556)
    Fixed 窶懌�彡ontributing窶� is listed as a module on theindex窶� (#10287)
    Fixed 窶彡onst Foo=int compiles; is that legal? what does it mean?窶� (#8610)
    Fixed 窶徘arsecsv can窶冲 handle empty lines at the beginning of the file窶� (#8365)
    Fixed 窶廨enerated c code is not compile with the vcc cl.exe before 2012 after v0.19窶� (#10352)
    Fixed 窶彈Regression] converter to string leads fail to compile on 0.19窶� (#9149)
    Fixed 窶徨egression: memory leak with default GC窶� (#10488)
    Fixed 窶徙ids counter starts at zero; spec says it should be random窶� (#2796)
    Fixed 窶徨e quantifier{ under-documented窶� (#9471)
    Fixed 窶廴inor issues in docs regarding keywords窶� (#9725)
    Fixed 窶廢xplained the proc "pretty" in detail, file: json.nim with comments and sample program窶� (#10466)
    Fixed 窶從et.recvFrom address is always 窶�0.0.0.0窶� for ipv6窶� (#7634)
    Fixed 窶彿mport 窶徘ath with space/bar.nim窶� gives error msg with wrong file name窶� (#10042)
    Fixed 窶廛eprecation warnings for enum values print twice窶� (#8063)
    Fixed 窶弑ndefined behaviour in the usage of incrSeqV3窶� (#10568)
    Fixed 窶彜etMaxPoolSize not heeded窶� (#10584)
    Fixed 窶廚I broken: tests/macros/t8997.nim fails窶� (#10591)
    Fixed 窶徘revent common user config to interfere with testament窶� (#10573)
    Fixed 窶徭tatic: writeFile doesn窶冲 work anymore since system refactorings窶� (#10585)
    Fixed 窶彳xport statement doesn窶冲 support directories窶� (#6227)
    Fixed 窶徂ttps://nim-lang.github.io/Nim/io.html gives 404窶� (#10586)
    Fixed 窶廚hoosenim fails with 窶彗mbiguous call窶� in rst.nim窶� (#10602)
    Fixed 窶廢nable experimental feature with command line argument has no effect.窶� (#10606)
    Fixed 窶廚omparing function pointer with nil marks the proc as not gcsafe窶� (#6955)
    Fixed 窶徂ttpclient.timeout not exported窶� (#10357)
    Fixed 窶從im check SIGSEGV (causing nimsuggest to fail too)窶� (#10547)
    Fixed 窶彿ndex out of bounds errors should show index and bound窶� (#9880)
    Fixed 窶廢nable experimental feature with command line argument has no effect.窶� (#10606)
    Fixed 窶廚omparing function pointer with nil marks the proc as not gcsafe窶� (#6955)
    Fixed 窶徂ttpclient.timeout not exported窶� (#10357)
    Fixed 窶從im check SIGSEGV (causing nimsuggest to fail too)窶� (#10547)
    Fixed 窶彡ertain seq manipulations fail when compiled to JS窶� (#10651)
    Fixed 窶徭ystem.insert does not work with strings in VM窶� (#10561)
    Fixed 窶廛oc suggestion: include a link to theindex.html on 窶ヲ窶� (#5515)
    Fixed 窶很och boot fails on windows with choosenim-installed nim: proxyexe.nim error窶� (#10659)
    Fixed 窶徃etImpl on type symbol hides implementation窶� (#10702)
    Fixed 窶廴issing stdlib modules窶� (#8164)
    Fixed 窶廸o 窶彡orrect窶� way to declare inheritable ref object窶� (#10195)
    Fixed 窶廰ine number missing in stdlib trace窶� (#6832)
    Fixed 窶廝etter support for modifying XmlNodes窶� (#3797)
    Fixed 窶廸o documentation of AsyncStreams窶� (#6383)
    Fixed 窶徭et[ in proc definition crashes compiler窶� (#10678)
    Fixed 窶從et.bindAddr fails binding to all interfaces if address == "" for ipv6窶� (#7633)
    Fixed 窶弋uple unpacking of for vars fails inside generic proc窶� (#10727)
    Fixed 窶彿nitSet should be called initHashSet窶� (#10730)
    Fixed 窶彿nheritable placement not symmetric between object and ref object窶� (#3012)
    Fixed 窶廣lloc functions have side effects, makes it hard to use side effect tracking with destructors窶� (#9746)
    Fixed 窶徂ashes:hash returns different values on Windows/Linux窶� (#10771)
    Fixed 窶徭witch(窶彡pu窶�, 窶彿386窶�) with 窶田c:vcc doesn窶冲 work when it is written on *.nims窶� (#10387)
    Fixed 窶彗sync call now treated as non-gc safed call?窶� (#10795)
    Fixed 窶悳.borrow.} hangs compiler on non-distinct type (should produce an error or warning)窶� (#10791)
    Fixed 窶廛CE regression: modules can窶冲 be eliminated窶� (#10703)
    Fixed 窶弑nsafeaddr rendered as addr in typed AST 窶� (#10807)
    Fixed 窶彝endering of return statements in typed AST窶� (#10805)
    Fixed 窶廣ssigning shallow string to a field makes a copy窶� (#10845)
    Fixed 窶彷unc keyword for proc types doesn窶冲 imply noSideEffect窶� (#10838)
    Fixed 窶彜PAN.attachedType in toc should have no width窶� (#10857)
    Fixed 窶彈docgen] Generic type pragmas in wrong place窶� (#10792)
    Fixed 窶徙s.joinPaths documentation is inaccurate; should reference uri.combine窶� (#10836)
    Fixed 窶懌�彿nvalid indentation窶� when assigning macro with code block to const窶� (#10861)
    Fixed 窶廸im crashes with SIGABRT after getting into a replaceTypeVars infinite loop.窶� (#10884)
    Fixed 窶廝ooleans Work Wrong in Compile-time窶� (#10886)
    Fixed 窶廚 / CPP backends differ in argument evaluation order窶� (#8202)
    Fixed 窶廚hange in syntax breaks valid code窶� (#10896)
    Fixed 窶彗uto return type in macros causes internal error窶� (#10904)
    Fixed 窶廸im string definition conflicts with other C/C++ instances窶� (#10907)
    Fixed 窶從im check crash with invalid code, lowest priority窶� (#10930)
    Fixed 窶從im check crash due to typing error, lowest priority窶� (#10934)
    Fixed 窶彜tacktrace displayed two times窶� (#10922)
    Fixed 窶廚pp codegen regression. Showstopper窶� (#10948)
    Fixed 窶徑ent T can return garbage窶� (#10942)
    Fixed 窶彝egression. atomicInc doesn窶冲 compile with vcc and i386窶� (#10953)
    Fixed 窶悳.pure.} has no effect on objects窶� (#10721)
    Fixed 窶從impretty doesn窶冲 put space around operators like a<b => a < b窶� (#10200)
    Fixed 窶從impretty messes alignment, after import statement窶� (#9811)
    Fixed 窶廛estructor regression for tuples unpacking窶� (#10940)
    Fixed 窶廰ink error when a module defines a global variable and has no stacktrace窶� (#10943)
    Fixed 窶徭td/json fails to escape most non-printables, breaking generation and parsing窶� (#10541)
    Fixed 窶徨st/markdown parser can窶冲 handle extra parentheses after link窶� (#10475)
    Fixed 窶彝andom: proc rand(x: HSlice) requires substraction窶� (#7698)
    Fixed 窶廝ug in setTerminate()窶� (#10765)
    Fixed 窶廬CE when using 窶渡ewruntime with proc returning tuple窶� (#11004)
    Fixed 窶徼erminal.nim does not compile using 窶渡ewruntime窶� (#11005)
    Fixed 窶廚asting a seq to another seq generates invalid code with 窶渡ewruntime窶� (#11018)
    Fixed 窶徭trformat/fmt doesn窶冲 work for custom types [regression]窶� (#11012)
    Fixed 窶廚asting a seq to another seq generates invalid code with 窶渡ewruntime窶� (#11018)
    Fixed 窶從ewruntime - t.destructor != nil [AssertionError] with toTable()窶� (#11014)
    Fixed 窶徼emplates (e.g. sequtils.toSeq) often shadow result窶� (#10732)
    Fixed 窶從ewruntime: Error: system module needs: NimStringDesc when calling $ inside method on an object variant窶� (#11048)
    Fixed 窶從ewruntime: internal error when iterating over seq (which is a field of an object) inside methods窶� (#11050)
    Fixed 窶廢rror: internal error: 窶�=destroy窶� operator not found for type owned Node窶� (#11053)
    Fixed 窶從ew output can be assigned to an unowned ref窶� (#11073)
    Fixed 窶廬llegal storage access when adding to a ref seq窶� (#11065)
    Fixed 窶徭trformat float printing doesn窶冲 print 窶�.0窶� portion [regression]窶� (#11089)
    Fixed 窶從im doc2 ignores 窶電ocSeeSrcUrl parameter窶� (#6071)
    Fixed 窶徨unnableExamples + forLoop = segfault窶� (#11078)
    Fixed 窶彭estructible context without 窶腕esult窶� or 窶腕eturn窶� should also be supported窶� (#1192)
    Fixed 窶從ew Obj crashes at the end of the program on newruntime窶� (#11082)
    Fixed 窶廛ocumentation of the modules broken out of system.nim are missing 窶� (#10972)
    Fixed 窶廛FA regression. Branches of AST trees are missed in control flow graph.窶� (#11095)
    Fixed 窶彈Regression] nkIdentDefs can be left in vmgen窶� (#11111)
    Fixed 窶廱S target does not prevent calling compileTime procs窶� (#11133)
    Fixed 窶徨and can return invalid values of a range type窶� (#11015)
    Fixed 窶彡ompiler crash on discard void窶� (#7470)
    Fixed 窶弑nowned ref can trivially escape without causing any crashes窶� (#11114)
    Fixed 窶廛estructor lifting regression窶� (#11149)
    Fixed 窶彡onst alias to compile time function fails.窶� (#11045)
    Fixed 窶弑sing type instead of typedesc in template signature fails compilation窶� (#11058)
    Fixed 窶廚ompiler error caused by quote do: else窶� (#11175)
    Fixed 窶彡ast to non ptr UncheckedArray does not produce an error or warning窶� (#9403)
    Fixed 窶徙penArray generates incorrect C code with 窶彿ncomplete type窶昶�� (#9578)
    Fixed 窶徙s:standalone Error: system module needs: appendString窶� (#10978)
    Fixed 窶徃ensym regression窶� (#10192)
    Fixed 窶從ew: module names need to be unique per Nimble broken on Windows窶� (#11196)
    Fixed 窶廚ompiler crash on cfsml bindings窶� (#11200)
    Fixed 窶廸ewruntime: compileTime variables can cause compilation to fail due to destructor injections窶� (#11204)
    Fixed 窶徙bject self-assignment order-of-evaluation broken窶� (#9844)
    Fixed 窶徭eq self-assignment order-of-evaluation broken窶� (#9684)
    Fixed 窶廚ompiler crash with generic types and static generic parameters窶� (#7569)
    Fixed 窶廚 macro identifiers (e.g. errno) are not properly avoided in code generation窶� (#11153)
    Fixed 窶彜IGSEGV in asgnRefNoCycle with const sequence窶� (#9825)
    Fixed 窶彗syncdispatch could not be linked to nimrtl窶� (#6855)
    Fixed 窶廸ewruntime: Bad C++ codegen for ref types with destructors窶� (#11215)
    Fixed 窶廝etter error message for object variant with enum that is below it窶� (#4140)
    Fixed 窶廚an窶冲 declare a mixin.窶� (#11237)
    Fixed 窶廸im doc mangles signed octal literals窶� (#11131)
    Fixed 窶彜electors, Error: undeclared field: 窶楼SErrorCode窶� on macOS窶� (#11124)
    Fixed 窶�--cppCompileToNamespace:foo fails compilation with import os窶� (#11194)
    Fixed 窶彈OpenMP] Nim symbol interpolation support窶� (#9365)
    Fixed 窶廬nconsistent typing error with gensymed var窶� (#7937)
    Fixed 窶廸ew module names break file-specific flags窶� (#11202)
    Fixed 窶彿nheritance for generics does not work窶� (#88)
    Fixed 窶弃ossible bug related to generics type resolution/matched窶� (#6732)
    Fixed 窶徭tatic range type bounds not checked when conversion from intLit窶� (#3766)
    Fixed 窶徼hreadpool: sync() deadlocks in high-CPU-usage scenarios窶� (#11250)
    Fixed 窶忻ar result array - bad codegen (null pointer dereference)窶� (#8053)
    Fixed 窶彷uture/sugar => syntax breaks with generics窶� (#7816)
    Fixed 窶徙s.joinPath removes the leading backslash from UNC paths (regression)窶� (#10952)
    Fixed 窶徨e: memory leak when calling re proc repeatedly窶� (#11139)
    Fixed 窶徼hreadpool: tests/parallel/tconvexhull.nim segfaults intermittently on systems with more than 4 cores窶� (#11275)
    Fixed 窶廸ot equal when streams.readBool and peekBool compare true窶� (#11049)
    Fixed 窶徙s.tailDir fails on some paths窶� (#8395)
    Fixed 窶弃ower op ^ is not optimized for a: int; echo a ^ 2 case (minor bug)窶� (#10910)
    Fixed 窶徭tr &= data doesn窶冲 behave as str = str & data.窶� (#10963)
    Fixed 窶弑nable to make a const instance of an inherited, generic object.窶� (#11268)
    Fixed 窶廾verload precedence for non-builtin types窶� (#11239)
    Fixed 窶廢rror when trying to iterate a distinct type based array窶� (#7167)
    Fixed 窶廾bjects marked with {.exportc.} should be fully defined in generated header窶� (#4723)
    Fixed 窶廨eneric function specialization regression窶� (#6076)
    Fixed 窶彡ompiler should give ambiguity errors in case of multiple compatible matches窶� (#8568)
    Fixed 窶忸mltree.findAll doesn窶冲 work as expected with htmlparser for non-lowercase names窶� (#8329)
    Fixed 窶忤rong stack trace information about the raised exception窶� (#11309)
    Fixed 窶廸ewruntime: owned procs don窶冲 implicitly convert to unowned in ==窶� (#11257)
    Fixed 窶徙rder of imports can cause errors窶� (#11187)
    Fixed 窶弃assing code via stdin to Nim stopped working [regression Nim 0.19+]窶� (#11294)
    Fixed 窶懌�昶�登ut:窶� switch is ineffective with 窶從im doc窶� [regression]窶� (#11312)
    Fixed 窶弖C++ broken in devel: module machine type 窶蝋86窶� conflicts with target machine type 窶�x64窶吮�� (#11306)
    Fixed 窶廚ode that used multi aspect of multimethod now crashes at runtime窶� (#10912)
    Fixed 窶徭ymbol resolution issues when ambiguous call happens in generic proc窶� (#11188)
    Fixed 窶彡ompile pragma name collision窶� (#10299)
    Fixed 窶弑nexpected behaviour on method dispatch窶� (#10038)
    Fixed 窶廸im object variant issue窶� (#1286)
    Fixed 窶徊son.to macro cannot handle ambiguous types even in a full form (module.Type)窶� (#11057)
    Fixed 窶廾ut of bounds access in CritBitTree窶� (#11344)
    Fixed 窶廸ewruntime: assignment to discriminant field in case objects not supported窶� (#11205)
    Fixed 窶廛ynamic dispatch broken if base method returns generic var type窶� (#6777)
    Fixed 窶從ewruntime and unused generics: compiler crash窶� (#6755)
    Fixed 窶弋ype aliases do not work with Exceptions.窶� (#10889)
    Fixed 窶廚ompiler crash when accessing constant in nested template窶� (#5235)
    Fixed 窶忖nicode.nim Error: type mismatch: got <seq[char]> but expected 窶�string窶吮�� (#9762)
    Fixed 窶廬nternal error with auto return in closure iterator窶� (#5859)
    Fixed 窶彈Compiler Crash] - getAST + hasCustomPragma窶� (#7615)
    Fixed 窶彭ebug mode compiler crash when executing some compile time code窶� (#8199)
    Fixed 窶廚ompiler does not set .typ inside macros when creating literal NimNodes窶� (#7792)
    Fixed 窶廢rror: internal error: expr: var not init sevColor_994035窶� (#8573)
    Fixed 窶彿nternal error: could not find env param for when one iterator references another窶� (#9827)
    Fixed 窶彿nternal error when assigning a type to a constant of typedesc窶� (#9961)
    Fixed 窶廾verload resolution regression窶� (#11375)
    Fixed 窶徭trutils: toBin(64) uses 窶�/窶� for the 63rd bit if it窶冱 set窶� (#11369)
    Fixed 窶彙ase64.encode should not 窶徘rettify窶� the result by default窶� (#11364)
    Fixed 窶廸im ships latest nimble rather than stable窶� (#11402)
    Fixed 窶彭ebugger:native no longer generates pdb file with cc:vcc窶� (#11405)

(ryoon)

2019-06-15 01:20:08 UTC MAIN commitmail json YAML

Updated mail/thunderbird-l10n to 60.7.1

(ryoon)

2019-06-15 01:19:02 UTC MAIN commitmail json YAML

Update to 67.0.1

* Sync with mail/thunderbird-60.7.1

(ryoon)

2019-06-15 01:18:17 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 60.7.1

(ryoon)

2019-06-15 01:17:08 UTC MAIN commitmail json YAML

Update to 60.7.1

Changelog:
Fixed
No prompt for smartcard PIN when S/MIME signing is used

Security fixes:
#CVE-2019-11703: Heap buffer overflow in icalparser.c
#CVE-2019-11704: Heap buffer overflow in icalvalue.c
#CVE-2019-11705: Stack buffer overflow in icalrecur.c
#CVE-2019-11706: Type confusion in icalproperty.c

(ryoon)