pkgsrc change: js/css files are now installed in share/smokeping/{js,css}
Changes since 2.6.7:
handle servers actually implementing OPTIONS
fork alert handlers, so that smokeping does not block
HTTP auth user template support
Added new probe SendEmail
A probe to use the EOS "ping" cli command
Adds a Qstat probe plugin
Added IPv6 (ipversion) and TCP (protocol) support
Add a custom Curl probe.
New TraceroutePing probe module
Add the FPingContinuous probe
Initial revision of IRTT probe
go-cmp is a package for equality of Go values.
This package is intended to be a more powerful and safer alternative
to reflect.DeepEqual for comparing whether two values are semantically
equal.
The primary features of cmp are:
- When the default behavior of equality does not suit the needs of the
test, custom equality functions can override the equality
operation. For example, an equality function may report floats as
equal so long as they are within some tolerance of each other.
- Types that have an Equal method may use that method to determine
equality. This allows package authors to determine the equality
operation for the types that they define.
- If no custom equality functions are used and no Equal method is
defined, equality is determined by recursively comparing the
primitive kinds on both values, much like reflect.DeepEqual. Unlike
reflect.DeepEqual, unexported fields are not compared by default;
they result in panics unless suppressed by using an Ignore option
(see cmpopts.IgnoreUnexported) or explicitly compared using the
AllowUnexported option.
1.18.3:
BUG: Fix eigh and cholesky methods of numpy.random.multivariate_normalBUG,MAINT: Remove incorrect special case in string to number...
BUG: Guarantee array is in valid state after memory error occurs...
BUG: Check that `pvals` is 1D in `_generator.multinomial`.
BUG: Alpha parameter must be 1D in `generator.dirichlet`
1.18.2:
TST: move _no_tracing to testing._private
MAINT: Large overhead in some random functions
TST: Do not create gfortran link in azure Mac testing.
BUG: Added missing error check in `ndarray.__contains__`
MAINT: use list-based APIs to call subprocesses
REL: Prepare for 1.18.2 release.
BUG: fix logic error when nm fails on 32-bit
1.18.1:
MAINT: Update pavement.py for towncrier.
DOC: add moved modules to 1.18 release note
MAINT, DOC: Minor backports and updates for 1.18.x
TST: Add assert_array_equal test for big integer arrays
BUG: use tmp dir and check version for cython test
BUG: distutils: fix msvc+gfortran openblas handling corner case
BUG: remove -std=c99 for c++ compilation
MAINT: unskip test on win32
TST: add BLAS ILP64 run in Travis & Azure
MAINT: only add --std=c99 where needed
BUG: lib: Fix handling of integer arrays by gradient.
MAINT: Do not use private Python function in testing
REL: Prepare for the NumPy 1.18.1 release.
1.18.0:
DOC: added note to docstring of numpy.savez
BUG: Numpy scalar types sometimes have the same name
DOC: Improve axes shift description and example in np.tensordot
MAINT: avoid relying on `np.generic.__name__` in `np.dtype.name`
ENH: supply our version of numpy.pxd, requires cython>=0.29
BUG: General fixes to f2py reference counts (dereferencing)
BUG: NaT now sorts to ends of arrays
DOC: Updates to nditer usage instructions
BUG: Do not crash on recursive `.dtype` attribute lookup.
ENH: Use AVX for float32 implementation of np.sin & np.cos
DEP: Deprecate silent ignoring of bad data in fromfile/fromstring
ENH: Always produce a consistent shape in the result of `argwhere`
DOC: array(obj, dtype=dt) can downcast
DOC: Document ma.filled behavior with non-scalar fill_value
DOC: Add note to irfft-like functions about the default sizes
BUG: Don't produce undefined behavior for a << b if b >= bitsof(a)
MAINT: Update NEP template.
ENH: random: Add the multivariate hypergeometric distribution.
DOC: Fix unrendered links
MAINT: Rewrite Floyd algorithm
DOC: Add missing macros to C-API documentation
ENH: Add axis argument to random.permutation and random.shuffle
DOC: Adds documentation of functions exposed in numpy namespace
BUG: Refcount fixes
MAINT: Ensure array_dealloc does not modify refcount of self
MAINT: Prepare master for 1.18.0 development.
MAINT,BUG,DOC: Fix errors in _add_newdocs
MAINT: Remove an unnessary backslash between two string literals
MAINT: Update pavement to use python3 in shell commands.
MAINT: Remove unnecessary backslashes (and replace others by...
MAINT: Replace integers in places where booleans are expected
DOC: Add missing parameter description for keepdims in MaskedArray
ENH: use AVX for float32 and float64 implementation of sqrt,...
DOC: reformat top-level release index
DOC : Refactor Array API documentation -- Array Structure and...
DOC: Fix typo in "make_mask" documentation
MAINT: Delete unused _aliased_types.py
BLD: Remove Trusty dist in Travis CI build
BUG: Handle weird bytestrings in dtype()
ENH: use towncrier to build the release note
ENH: improve error message for ragged-array creation failure
DOC: Update the description of byteswap
BUG: i0 Bessel function regression on array-likes supporting...
ENH, BUILD: refactor all OpenBLAS downloads into a single, testable...
MAINT: Remove unnecessary parenthesis in numpy.ma.core
MAINT: Fix wrong spelling of ufunc
DOC: Remove explicit .next method calls with built-in next function...
DOC: Don't override MaskedArray.view documentation with the one...
BUG: Fix incorrect GIL release in array.nonzero
MAINT: Warn if `_add_newdocs.py` is used to add docstrings to...
MAINT: Revert 13876, "MAINT,BUG,DOC: Fix errors in _add_newdocs"
MAINT,BUG,DOC: Fix errors in _add_newdocs
DOC, MAINT: emphasize random API changes, remove Generator.randint
DOC: Add a numpy-doc docstring to add_newdoc
DOC: Fix rst rendering in data types
DOC:Update the description of set_printoptions in quickstart...
Fixing failure on Python 2.7 on Windows 7
Fix a typo related to the range of indices
DOC: add space between words across lines
BUG, DOC: add new recfunctions to `__all__`
DOC: Change (old) range() to np.arange()
DOC: improve np.sort docstring
DOC: spellcheck numpy/doc/broadcasting.py
MAINT, TST: remove test-installed-numpy.py
DOC: Document array_function at a higher level.
DOC: show workaround for backward compatibility
DOC: Add a call for contribution paragraph to the readme
BUG: Missing warnings import in polyutils
BUILD: adapt "make version-check" to "make dist"
DOC: emphasize need for matching numpy, git versions
TST, MAINT, BUG: expand OpenBLAS version checking
ENH: Chain exception for typed item assignment
MAINT: Fix spelling error in npy_tempita kwarg
DOC: Array API : Directory restructure and code cleanup
[DOC] Remove unused/deprecated functions
Update system_info.py
DOC:Link between the two indexing documentation pages
DOC: Update NumFOCUS subcommittee replacing Nathaniel with Sebastian
DOC: update "Contributing to NumPy" with more activities/roles
DOC: Improve quickstart documentation of new random Generator
DEP: Speed up WarnOnWrite deprecation in buffer interface
NEP: numpy.org website redesign
DOC: Fix docstring of numpy.allclose regarding NaNs
DEP: Raise warnings for deprecated functions PyArray_As1D, PyArray_As2D
DEP: Remove np.rank which has been deprecated for more than 5...
BUG, TEST: Adding validation test suite to validate float32 exp
ENH,DEP: Allow multiple axes in expand_dims
ENH: add pyproject.toml
DOC: Update cversions.py links and wording
DOC, BUILD: cleanups and fix (again) 'make dist'
BUG: Fix file-like object check when saving arrays
DOC: Resolve bad references in Sphinx warnings
MAINT: bump ARMv8 / POWER8 OpenBLAS in CI
DOC: Emphasize the need to run tests when building from source
DOC:Add example to clarify "numpy.save" behavior on already open...
DEP: Deprecate full and economic modes for linalg.qr
DOC: Doc release
BUG: fix build issue on icc 2016
TST: Add 3.8-dev to travisCI testing.
DOC: Add blank line above doctest for intersect1d
ENH: Propose standard policy for dropping support of old Python...
DOC: Use `pip install .` where possible instead of calling setup.py
MAINT: adjustments to test_ufunc_noncontigous
MAINT: Improve NEP template
DOC: fix documentation of i and j for tri.
MAINT: Lazy import testing on python >=3.7
DEP: Deprecate PyArray_FromDimsAndDataAndDescr, PyArray_FromDims
MAINT: Clearer error message while padding with stat_length=0
MAINT: remove duplicate variable assignments
BUG: initialize variable that is passed by pointer
DOC: fix typo in c-api/array.rst doc
BUG: Add gcd/lcm definitions to npy_math.h
MAINT: Mark umath accuracy test xfail.
MAINT: Use equality instead of identity check with literal
MAINT: Fix small typo in quickstart docs
DOC, MAINT: Update master after 1.17.0 release.
ENH: add c-imported modules for freeze analysis in np.random
BUG: Fix DeprecationWarning in python 3.8
BUG: Remove stray print that causes a SystemError on python 3.7...
BUG: Remove the broken clip wrapper
BUG: avx2_scalef_ps must be static
TST: Allow fuss in testing strided/non-strided exp/log loops
NEP: Proposal for __duckarray__ protocol
BUG: Make advanced indexing result on read-only subclass writeable
TST: Clean up of test_pocketfft.py
DEP: Deprecate np.alen
MAINT: Workaround for Intel compiler bug leading to failing test
DOC: Fix hermitian argument docs in `svd`
MAINT: Fix a docstring typo.
DOC: Fix links in `/.github/CONTRIBUTING.md`.
ENH: Multivariate normal speedups
MAINT: Improve mismatch message of np.testing.assert_array_equal
DOC,MAINT: Move towncrier files and fixup categories
BUG: Fixed default BitGenerator name
BUG: Fix uint-overflow if padding with linear_ramp and negative...
ENH: Enable huge pages in all Linux builds
BUG: Fix leak in the f2py-generated module init and `PyMem_Del`...
DOC: new nan_to_num keywords are from 1.17 onwards
TST: Add tests for deprecated C functions (PyArray_As1D, PyArray_As1D)
DOC: mention `take_along_axis` in `choose`
ENH: Parse complex number from string
DOC: update or remove outdated sourceforge links
MAINT: Better error message for norm
DOC: add backlinks to numpy.org
BUG: Don't fail when lexsorting some empty arrays.
BUG: Fix segfault in `random.permutation(x)` when x is a string.
Doc: fix a typo in NEP21
DOC: set status of NEP 28 (website redesign) to Accepted
BLD: MAINT: change default behavior of build flag appending.
BUG: Fixes StopIteration error from 'np.genfromtext' for empty...
BUG: fix inconsistent axes ordering for axis in function `unique`
DEP: Deprecate load/dump functions in favour of pickle methods
MAINT: Update NEP-30
DEP: Deprecate arrayprint formatting functions
DOC: remove scipy.org from the breadcrumb formattiong
BUG: Fix formatting error in exception message
DOC: Address typos in dispatch docs
BUG: Fix ZeroDivisionError for zero length arrays in pocketfft.
BUG: Fix misuse of .names and .fields in various places
TST, BUG: Use python3.6-dbg.
BUG: core: Handle large negative np.int64 args in binary_repr.
BUG: Fix numpy.random bug in platform detection
MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE
Bug: Fix behavior of structured_to_unstructured on non-trivial...
DOC: add two commas, move one word
DOC: Clarify rules about broadcasting when empty arrays are involved.
TST, MAINT: bump to OpenBLAS 0.3.7 stable
DEP: numpy.testing.rand
DEP: Deprecate class `SafeEval`
BUG: revert detecting and raising error on ragged arrays
DOC: Improve documentation of `isscalar`.
MAINT: Fix bloated mismatch error percentage in array comparisons.
DOC: Fix a minor typo in dispatch documentation.
MAINT: Remove redundant deprecation checks
MAINT: polynomial: Add an N-d vander implementation used under...
DOC: clarify that PytestTester is non-public
DOC: support and require sphinx>=2.2
DOC: random: fix doc linking, was referencing private submodules.
MAINT: Fixes for prospective Python 3.10 and 4.0
DOC: lib: Add more explanation of the weighted average calculation.
MAINT: Avoid BytesWarning in PyArray_DescrConverter()
MAINT: Post NumPy 1.17.1 update.
DOC: Fixed dtype docs for var, nanvar.
DOC: Document project as Python 3 only with a trove classifier
BUILD: move all test dependencies to ./test_requirements.txt
BUG: lib: Fix histogram problem with signed integer arrays.
REL: Update master after NumPy 1.16.5 release.
BUG: test, fix regression in converting to ctypes
NEP: Add initial draft of NEP-31: Context-local and global overrides..
DOC: document numpy/doc update process
DOC: update np.around docstring with note about floating-point...
BUG: view with fieldless dtype should raise if itemsize != 0
DOC: fix issue with __new__ usage in subclassing doc.
DOC: Fix release notes table of contents
NEP 32: Remove the financial functions from NumPy
BLD: Update RELEASE_WALKTHROUGH and cythonize.
Bump pytest from 5.1.1 to 5.1.2
TST: Remove build job since we now use Dependabot
BLD: Only allow using Cython module when cythonizing.
TST: Add dependabot config file.
BUG: Fix format statement associated with AttributeError.
BUG: Fix aradixsort indirect indexing.
DOC: add the reference to 'printoptions'
BUG: Do not show Override module in private error classes.
DOC: Make implementation bullet points consistent in NEP 29
MAINT: Clarify policy language in NEP-29.
REL: Update master after 1.17.2 release.
MAINT: clean up pocketfft modules inside numpy.fft namespace
BLD: remove generated Cython files from sdist
MAINT: add test to prevent new public-looking modules being added
BUG: random.hypergeometic assumes npy_long is npy_int64, hangs...
ENH: Print the amount of memory that would be used by a failed...
MAINT: use test_requirements.txt in tox and shippable, ship it...
BUG: add a specialized loop for boolean matmul
BUG: Fix _ctypes class circular reference.
BUG: core: Fix the str function of the rational dtype.
DOC: add timedelta64 signature
MAINT: Extract raising of MemoryError to a helper function
BUG,MAINT: Some fixes and minor cleanup based on clang analysis
MAINT: Add `NPY_UNUSED` and `const` qualified suggested by clang
MAINT: Silence integer comparison build warnings in assert statements
MAINT: distutils: Add newline at the end of printed warnings.
BUG: random: Revert gh-14458 and refix gh-14557.
DOC: Fix reference NPY_ARRAY_OWNDATA instead of NPY_OWNDATA.
ENH: Allow NPY_PKG_CONFIG_PATH environment variable override
MAINT: remove the entropy c-extension module
DOC: Add backslashes so PyUFunc_FromFuncAndDataAndSignatureAndIdentity
DOC: Fix a minor typo in changelog readme
BUG: Fix randint when range is 2**32
DOC: tweak np.round docstring to clarify floating-point error
DOC: Add warning to NPV function
API: Do not return None from recfunctions.drop_fields
BUG: Fix flatten_dtype so that nested 0-field structs are flattened...
DOC: Build release notes during CircleCI step
BUILD: Hide platform configuration probe behind --debug-configure
Mention that split() returns views into the original array
MAINT: Simplify lookfor function
MAINT: random: Remove a few duplicated C function prototypes.
BUILD, MAINT: run tests with verbose for PyPY, also do not leak...
BUG: fix release snippet failures caught only after merging
BLD: add warn-error option, adds -Werror to compiler
BUG: random: Create a legacy implementation of random.binomial.
MAINT: remove unused functions, rearrange headers (from CC=clang)
DOC: Fix a bit of code in 'Beyond the Basics' C API user guide.
MAINT: Cleanup old_defines in DOC
DOC: Added missing versionadded to diff(prepend)
BUG: Avoid ctypes in Generators
Changing ImportWarning to DeprecationWarning
MAINT: handle case where GIT_VERSION is empty string
MAINT: core: Remove duplicated inner loop ee->e from log, exp,...
DOC: clarify input types in basics.io.genfromtxt.rst
DOC: remove note about Pocketfft license file (non-existing here).
DOC: Fix code that generates the table in the 'Casting Rules'...
MAINT: don't install partial numpy.random C/Cython API.
TST: ensure coercion tables aren't printed on failing public...
DEP: remove deprecated (and private) numpy.testing submodules.
BLD, DOC: fix gh-14518, add release note
BUG: importing build_src breaks setuptools monkeypatch for msvc14
DOC: Note runtests.py `-- -s` method to use pytests `-s`
DOC: update submodule docstrings, remove info.py files
DOC: Document the NPY_SCALARKIND values as C variables.
MAINT: Bump pytest from 5.1.2 to 5.1.3
DEP: remove deprecated select behaviour
BUG: Add missing check for 0-sized array in ravel_multi_index
BUG: dtype refcount cleanups
DOC: Fix a minor typo in changelog entry
MAINT: Fix typo: remoge → remove
DOC: Change the promotion table checkmark to 'Y'.
DEP: Complete deprecation of invalid array/memory order
DOC: Add to doc that interp cannot contain NaN
NEP: Accept NEP 32.
NEP: Fix discrepancies in NEPs
NEP: Only list "Active" NEPs under "Meta-NEPs"
API: restructure and document numpy.random C-API
BUG: properly define PyArray_DescrCheck{,Exact}
MAINT: Remove duplicate files from .gitignore
API: rearrange the cython files in numpy.random
MAINT: Bump pytest from 5.1.3 to 5.2.0
MAINT: Add "MAINT" tag to dependabot commit msg
DOC: Updated sphinx directive formatting
DEP: Finish deprecation of non-integer `num` in linspace
DOC: s/OR/AND/ in np.logical_and docstring
DOC: misleading np.sinc() documentation
DOC: clarify residual in np.polyfit
BUILD: change to build_src --verbose-cfg, runtests.py --debug-info
BUG: always free clean_sep
DOC: Create `class Extension` docstring and add it to documentation.
DOC: add `printoptions` as a context manager to `set_printoptions`
DOC: Fix typo in NEP 29
MAINT: Use scalar math power function directly
DOC: Add IPython to dependencies needed to build docs.
MAINT: Bump pytest-cov from 2.7.1 to 2.8.1
MAINT: Bump pytest from 5.2.0 to 5.2.1
MAINT: Bump pytz from 2019.2 to 2019.3
MAINT: Use `extract_unit` throughout datetime
BUG: fix fromfile behavior when reading sub-array dtypes
BUG: random: Use correct length when axis is given to shuffle.
BUG: Do not rely on undefined behaviour to cast from float to...
NEP: add default-dtype-object-deprecation nep 34
MAINT: Remove unused boolean negative/subtract loops
DEP: ufunc `out` argument must be a tuple for multiple outputs
BUG: Fix `np.einsum` errors on Power9 Linux and z/Linux
DOC: Note release notes process changes on devdocs start page
Doc warnings
DOC: Switch Markdown link to RST in NEP 29
TST: Divide Azure CI Pipelines into stages.
DEP: Finish the out kwarg deprecation for ufunc calls
DOC: Removing mentions of appveyor
BUG: Default start to 0 for timedelta arange
API: NaT (arg)min/max behavior
API: Forbid Q<->m safe casting
DEP: deprecate financial functions.
DOC: Move newsfragment to correct folder
DOC: cleaning up examples in maskedarray.generic
MAINT: umath: Change error message for unsupported bool subtraction.
ENH: Add complex number support for fromfile
TST: run refguide-check on rst files in doc/*
DOC: Edit NEP procedure for better discussion
DOC: Post 1.17.3 release update.
NEP: Accept NEP 29 as final
BUG: Don't narrow intp to int when producing error messages
DOC: lib: Fix deprecation markup in financial function docstrings.
DOC: Change from HTTP to HTTPS
BUG: clear only attribute errors in get_attr_string.h::maybe_get_attr
MAINT: doc: Remove doc/newdtype_example/
Reword cautionary note about dtype.descr
BUG: fix integer size confusion in handling array's ndmin argument
TST, BUILD: add a gcc 4.8 run on ubuntu 18.04
Update CLASSIFIERS with python 3.8 support
BUG: random: biased samples from integers() with 8 or 16 bit...
DOC: Add release note about changed random variate stream from...
DOC: Make changes to NEP procedure
DOC: random: Remove redundant 'See Also' entry in 'uniform' docstring.
MAINT: Minor typo fix
MAINT: Bump pytest from 5.2.1 to 5.2.2
DOC: Adjust NEP-31 to new template.
DEP: issue deprecation warning when creating ragged array (NEP...
NEP: move 'NEP 29 random' from Accepted to Final
DOC: Add take_along_axis to the see also section in argmin, argmax...
ENH: change object-array comparisons to prefer OO->O unfuncs
TST: Don't construct Fraction instances from numpy scalars
Rename helper functions to not use the word rank
MAINT: Use templating to merge float loops
BUILD: ignore more build.log warnings
BLD: Prevent -flto from optimising long double representation...
BUG: raise ValueError for empty arrays passed to _pyarray_correlate
MAINT: move buffer.h -> npy_buffer.h to avoid conflicts
MAINT: Bump cython from 0.29.13 to 0.29.14
ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64
BLD: add 'apt update' to shippable
MAINT: revert gh-14800, which gave precedence to OO->O over OO->?
REL: Update master after 1.17.4 release.
BUILD: remove SSE2 flag from numpy.random builds
DOC: Update NEP29 with Python3.8 informations.
BUG: Remove builtins from __all__
MAINT: Delete and ignore generated files
Update FUNDING.yml
MAINT: Remove uses of scalar aliases
NEP: move nep 34 to accepted
TST: Add s390x to the TravisCI test matrix.
DOC: Note FFT type promotion
TST: Test with Python3.8 on Windows.
TST: Update travis.yml
TST: add no_tracing decorator to refcount-sensitive codepath...
MAINT: Bump pytest from 5.2.2 to 5.2.4
BUG: Fix step returned by linspace when num=1 and endpoint=False
DOC: Compare 'tolist' function to 'list' in example
DOC: Clarify return type for default_rng
MAINT: move numpy/random/examples -> numpy/random/_examples
DOC: testing: Note handling of scalars in assert_array_equal...
DOC, API: add random.__init__.pxd and document random.* functions
DOC: Clean up examples of low-level random access
TST. API: test using distributions.h via cffi
TST: skip if cython is not available
MAINT: Cleaned up mintypecode for Py3
DOC: fix docstring of np.linalg.norm
MAINT: Added Python3.8 branch to dll lib discovery on Windows
DEV: update asv.conf.json
MAINT: Bump pytest from 5.2.4 to 5.3.0
MAINT: Fix typos
REV: "ENH: Improved performance of PyArray_FromAny for sequences...
BUG: warn when saving dtype with metadata
DEP: Deprecate the axis argument to masked_rows and masked_cols
MAINT: Fix long name of PCG64
DOC, API: improve the C-API/Cython documentation and interfaces...
DOC: Fix typo in numpy.loadtxt and numpy.genfromtxt documentation
ENH: allow using symbol-suffixed 64-bit BLAS/LAPACK for numpy.dot...
DOC: add a more useful comment to compat.py3k.py
DOC: lib: Use a clearer example of ddof in the notes of the cov...
TST: machinery for tests requiring large memory + lapack64 smoketest
MAINT: Only copy input array in _replace_nan() if there are nans...
MAINT: Bump pytest from 5.3.0 to 5.3.1
REV: "ENH: Improved performance of PyArray_FromAny for sequences...
REL: Prepare for 1.18 branch
MAINT: Cleaned up mintypecode for Py3 (pt. 2)
BUG: Fix refcounting in ufunc object loops
BUG: Exceptions tracebacks are dropped
REV: Revert "Merge pull request 14794 from mattip/nep-0034-impl"
API, DOC: change names to multivariate_hypergeometric, improve docs
REL: Prepare for NumPy 1.18.0 release.
TST: Check requires_memory immediately before the test
ENH: Add support to sort timedelta64 `NaT` to end of the array
MAINT: follow-up cleanup for blas64 PR
ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap
ENH: add support for ILP64 OpenBLAS (without symbol suffix)
Changelog picked from https://github.com/spf13/pflag/releases:
1.0.5
Merge pull request #219 from cfromknecht/fix-mod
Remove require pflag v1.0.3
v1.0.5-rc1
This hopefully fixes#218, and will be promoted
when the fix has been verified.
1.0.4
Fix typo in go.mod
1.0.3
Fix panic when parsing unknown flag followed by
empty argument (#173)
1.0.2
Add base64 encoded flag type
go-levenshtein is a Go package for calculating the Levenshtein
distance between two strings.
This package implements distance and similarity metrics for strings,
based on the Levenshtein measure.
pkgsrc changes:
- adjust options.mk and PLIST for new build support of both mlterm-wscons
and mlterm-x68kgrf on NetBSD/m68k (now packages build on any
NetBSD/m68k machines can build x68k grf(4) framebuffer version too)
- remove obsolete CONFIGURE_ARGS
- utmp is no longer optional
Upstream changes noted in doc/en/ReleaseNote:
ver 3.9.0
* Support CSI>4;1m.
* Support uniscribe for libotl on win32.
* Support SCP by Shift+DnD on HaikuOS.
* Support xdg-shell on wayland.
* Support DEC Technical character set.
* Support input of unicode characters on mlterm-fb.
* Support ormode of Sixel Graphics.
* Update unicode property table (generated from UnicodeData.txt and
EastAsianWidth.txt) to version 12.1.0.
* Mlconfig configures files in ~/.mlterm directly if it starts without options
or with --file option.
* Change DA1 response.
\x1b[?63;1;2;3;4;7;29c -> \x1b[?63;1;2;3;4;6;7;15;18;22;29c
* geometry / -g option works on HaikuOS.
* Add vte 0.60 API symbols to libvte compatible library.
* Merge patches:
https://sourceforge.net/p/mlterm/bugs/78/https://sourceforge.net/p/mlterm/patches/25/attachment/typos.diff
* Bug fixes:
Fix a bug which disabled to change the value of "logsize" option from "0" to "unlimited".
Fix segfault when "snapshot" command of OSC 5379 is executed.
Fix mouse tracking position if "use_ot_layout = true".
Fix segfault when mlterm-sdl2 starts with -im=uim option.
Fix a bug which makes mlterm-sdl2 on win32 stop starting mlconfig.
Fix compiling error on HaikuOS + gcc-x86.
Fix http://twitter.com/hamano/status/1177087752208183296
Fix a bug which disabled clipping of DECDHL in cairo. (Enbugged at 3.8.6)
go-textseg s an implementation of the Unicode Text Segmentation
specification for Go. Specifically, it currently includes only the
"grapheme cluster" segmentation algorithm.
Each major version of Unicode includes a set of tables that define how
each codepoint participates in the segmentation algorithms. Therefore
any caller of this library must select a specific version of Unicode
to support.
To allow for each caller to make that decision separately even though
multiple callers may coexist in the same program, there is a separate
major release of this module for each supported major Unicode
version. Therefore you can select the specific version you want by
module path.
Changelog:
Changes
[stable18] Use contacts name on federated activities (server#19879)
[stable18] Allow to edit admin/own user in the user management (server#19882)
[stable18] Fix hostname in Apple configuration profile (server#19884)
[stable18] Don't break when one remote share is down (server#19886)
[stable18] Properly emit Viewer event on files and files_sharing (server#19897)
[stable18] Get correct mimetype on objectstores (server#19916)
[stable18] Properly respect hide download on sharebymail (server#19921)
[stable18] Use placeholder values for password fields in external storage webui (server#19922)
[stable18] Do not use the instance name as user part of from mail addresses (server#19924)
[stable18] Don't allow anchors and queries in remote urls (server#19933)
[stable18] fix external storage controller tests (server#19940)
Bump acorn from 6.3.0 to 6.4.1 (server#19945)
[stable18] properly set 'hide_download' as integer (server#19950)
[stable18] fix safari useragent for versions with 3 digits (server#19966)
[stable18] Fix default action for deleted shares (server#19982)
[stable18] Default value of lookupServerEnabled should be the same everywhere (server#19998)
[stable18] Only do regular polling of storage statistics if session_keepalive is enabled (server#19999)
[stable18] Fix single "ScopeContext" passed to "setScopes" (server#20001)
[stable18] Fix invalid instantiation of TemplateResponse if client not found (server#20008)
[stable18] Update the target when it isempty after sharing (server#20016)
[stable18] remove the requirement that everything that looks like a placeholder ... (server#20021)
[stable18] Handle long dav property paths by hashing them (server#20030)
[stable18] Allow the video player on the hide download (server#20044)
[stable18] fixes auto-detecting UUID attributes (server#20046)
[stable18] Force compatible dependency versions in acceptance tests (server#20051)
[stable18] Adjust acceptance tests to incoming shares being accepted by default (server#20060)
[stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options (server#20102)
[stable18] fix dav browser error page not styled (server#20104)
[stable18] Fix language multiselect action (server#20136)
[stable18] Remove admin_notifications since it is obsolete since Nextcloud 14 (server#20140)
[stable18] change quota design (server#20144)
[stable18] RefreshWebcalService: randomly generate calendar-object uri (server#20148)
[stable18] Close updatenotification channel selector on click outside (server#20155)
[stable18] Add app config to disable user flows (server#20158)
[stable18] Auto accept group shares for users added to a group (server#20161)
[stable18] Use global used space in quota wrappen when external storage is included (server#20163)
[stable18] Check the user on remote wipe (server#20166)
[stable18] Bugfix - Prevent PHP Warning for count on null on LDAP (server#20175)
Bump version on stable18 (server#20195)
[stable18] Actually check if the owner is not null (server#20202)
[stable18] Remove Acrobat logo from PDF filetype icon (server#20238)
[stable18] Dont always use the current users quota when calculating storage info (server#20258)
Silence LDAP deprecation logs in NC 18 (server#20274)
[stable18] Check for empty authorization headers for office requests (server#20282)
[stable18] fixes the return type of BeforeUserLoggedInEvent (server#20296)
[stable18] Properly catch NoUserException during upload cleanup (server#20334)
[stable18] Catch NotFoundException when getting the user folder (server#20335)
[stable18] Try to use the display name of file transfers (server#20366)
[stable18] Clear comment on successful post (server#20382)
[stable18] Fix systemtags overflow (server#20387)
[stable18] update icewind/smb to 3.2.3 (server#20405)
[stable18] Add text restore after restore icon (server#20407)
[18] Use a normal string to translate. (server#20420)
[stable18] Make sure group management works with all types of group names (server#20433)
[stable18] Properly display share error messages (server#20471)
[stable18] Handle unset owner in sharing (server#20483)
[stable18] Update root.crl due to revocation of spgverein.crt (server#20485)
[stable18] Close the streams in `writeStream` even when there is an exception (server#20493)
[stable18] Fix absolute redirect (server#20495)
[stable18] Provide the proper language to the mailer (server#20512)
[stable18] do not advertise nulled userId for for systemwide credentials (server#20516)
[18] Allow to edit admin user (server#20530)
[stable18] Update list of multiple properties (server#20531)
[stable18] Fix jsunit tests (server#20548)
[stable18] Set fileInfo correctly for LegacyTabs (server#20588)
[stable18] Fix Sharing recommendation user display (server#20596)
[stable18] Fix IE11 upload fallback methods (server#20602)
[stable18] Email activity is missing information (activity#441)
[stable18] catch new notfound exception while trying to get owner (activity#446)
[stable18] Skip notifications for users with invalid email address. (activity#449)
[stable18] Bump pdf.js to 2.1.266 (files_pdfviewer#169)
Bump acorn from 7.1.0 to 7.1.1 (firstrunwizard#301)
[stable18] Hide slide for app store if disabled (firstrunwizard#313)
Bump acorn from 6.4.0 to 6.4.1 (notifications#592)
[stable18] Request the permissions for notifications via user interaction (notifications#608)
Bump acorn from 6.4.0 to 6.4.1 (recommendations#196)
[stable18] Update DefaultOs.php (serverinfo#189)
Public pages compatibility (viewer#422)
Move cypress to gh actions (viewer#423)
Bump acorn from 5.7.3 to 5.7.4 (viewer#425)
[stable18] Fix trying to open the sidebar when not available (viewer#428)
[stable18] Add public testing (viewer#435)
[stable18] Fix public preview url cropping (viewer#450)
[stable18] Fix babel transpile settings (viewer#453)
[stable18] Await sidebar (viewer#467)
[stable18] Change sidebar icon to proper understandable one (viewer#469)
[stable18] Fix sidebar full state (viewer#470)
(pkgsrc)
- sysutils/wbm-acl Added
- sysutils/wbm-proc Added
- sysutils/wbm-file deleted
- sysutils/wbm-cyrus-imapd converted 2.1 to 2.4
(upstream)
Version 1.941 (15th January 2019)
o Put back an updated version of the built-in Let's Encrypt client.
Version 1.940 (28th December 2019)
o Removed Webmin's built-in Let's Encrypt client, in favor of
recommending the official certbot command.
o Added support for creating "safe-mode" Webmin users who have access
only to modules and permissions that don't grant root access.
o Added support for CAA records in the BIND module.
o Postfix maps with more than 100 entries by default are now shown with a
search box.
o Updated the Authentic Theme to the latest version, which includes
numerous improvements to the file manager and overall UI.
Version 1.930 (17th August 2019)
o Fixed a security hole that allows remote exploits if the option to
change expired passwords is enabled. All users should upgrade
immediately to pick up this fix!
o Updated the Authentic Theme to the latest version.
Version 1.920 (6th July 2019)
o Updated the Authentic Theme to the latest version.
o Added an option to disable (comment out) hosts file entries.
o Added a monitor type to check if a bootup action is running or not.
o Translation updates for multiple languages.
Version 1.910 (9th May 2019)
o Updated the Authentic Theme to the latest version.
o More translation updates for multiple languages.
o The next run time of each cron job can be displayed by enabling a new
config option.
o Added a tab for managing APT and YUM repos to the Software Packages
module.
o Added support for file ownership and permission checks to the File or
Directory monitor.
Version 1.900 (19th November 2018)
o Updated the Authentic Theme to the latest version.
o Translation updates for multiple languages.
o When installing a package, the list of other dependencies that will be
also installed is displayed for confirmation.
o Wildcard SSL certs can now be requested via Let's Encrypt in DNS mode,
if the native client is installed.
o Announcements to all Webmin users can now be displayed on the System
Information page.
Version 1.890 (19th July 2018)
o Added support to the Network Configuration module for the Netplan
interface format used on Ubuntu 18 and above.
o Bulgarian, German and Catalan language translation updates.
o Theme updates to the file manager, high-contrast mode, Japanese,
German, Swedish and Albanian language updates, better date display and
more.
o Improved support for freezing and thawing dynamic zones and IPv6 zone
transfers in the BIND module.
o Scheduled funtions are now recorded in the Webmin Actions Log module.
o Improved detection of new Postfix versions.
o Email autoresponder option to prevent replies to forwarded email.
o OpenSuSE Leap, Debian 9 and Ubuntu 18 support.
Version 1.881 (16th March 2018)
o Bugfixes for the Cron module.
o Further updates to the Authentic theme.
Version 1.880 (4th March 2018)
o German, Catalan and Bulgarian translation updates.
o The newest version of the Authentic theme.
o Added a page for manually editing the MySQL config files, and
implemented support for config includes.
o Added a page for manually editing the allowed hosts config file.
o Added a config option to set a minimum interval between notifications
for each monitor in the System and Server Status module.
o Bugfixes for DNS validation for Let's Encrypt certificates.
Version 1.870 (8th December 2017)
o Major updates to the Authentic theme to speed up page loads and add
real-time system statistics.
o Greek, Bulgarian, Catalan and Russian translation updates and encoding
fixes.
o Severel fixes for Let's Encrypt SSL certificate requests.
o UI cleanups in the Majordomo module.
o UI unification in the IPv4 and IPv6 firewall modules.
o Numerous fixes for minor Perl error and warnings.
Version 1.860 (10th October 2017)
o Fixed an XSS vulnerability in the MySQL module (thanks to Munzir Taha).
o Fixed a security issue that could be exploited by using the Upload and
Download module to fetch an untrusted URL (thanks to Maor Shwartz)
o Updated to the latest version of the Authentic theme.
o More Majordomo module improvements, thanks to gnadelwartz.
o Fixed upstart vs systemd detection.
o German translation updates from Raymond Vetter, Albanian from Adalen
Vladi, and Catalan from Jaume Badiella.
o Let's Encrypt fixes when using DNS-based validation in a sub-domain.
Version 1.850 (28th June 2017)
o Fixed multi-hostname DNS registration and the display of error messages
in Let's Encrypt support.
o Numerous Majordomo module improvements, thanks to gnadelwartz.
o Added support for creating and editing port forwards in the FirewallD
module.
o Filesystems that have less than 1% free disk space are now shown on the
System Information page.
o Numerous bugfixes across multiple modules.
Version 1.840 (8th May 2017)
o Fixes for XSS security vulnerabilities
o Many updates to the Authentic theme.
o SSHFP record support in the BIND module.
o Thin provisioned LV support in the LVM module.
o SNI (per-domain-name) SSL certificate support in Webmin itself.
o DNS validation mode for Let's Encrypt certificates.
o Manual editor for Cron jobs.
o More German, Norwegian and Catalan translation updates.
go-wordwrap is a package for Go that automatically wraps words into
multiple lines. The primary use case for this is in formatting CLI
output, but of course word wrapping is a generally useful thing to do.
## Version 0.16.0 (2020-04-27)
* Rebuild +REQUIRED_BY files after each pkgdb modification, ensuring
consistency and avoiding "Can't open +CONTENTS of ..." errors during
subsequent upgrades.
* Improved output sorting.
* Turn off WARNS.
* Minor cleanups.
* Documentation fixes.
* Flush yes/no prompt before reading response (Michael Forney).
Changes:
0.8.3
-----
- Improve Input Method Editor (IME) support
- Fix use after free in font caching algorithm
- Add support for mouse shortcuts
- Add support for scroll(1).
Scroll is a program that stores all the lines of its child and be
used in st as a way of implementing scrollback.
- Misc bug fixes and improvements
Update ruby-mime-types-data to 3.2020.0425.
3.2020.04.25 / 2020-04-25
* Updated the IANA media registry entires as of release date.
* Added several RAW image types based on data from GNOME RAW
Thumbnailer. #33 fixing #32.
* Added audio/wav. #31.
* Added a type for Smarttech notebook files. #30.
* Added an alias for audio/m4a files. #29.
* Added application/x-ms-dos-executable. #28.
Update ruby-RMagick to 4.1.2.
## RMagick 4.1.2
Bug Fixes:
- Fix build error on Freebsd (#1199)
- Add workaround for FreeBSD that it isn't able to process PDF (#1203)
## RMagick 4.1.1
Bug Fixes:
- Fix bug of signal handling internally (#1189)