Changes:
- Restore keycode translation on exit on NetBSD to avoid input problems
when returning to a tty. Temporary hack until we can do this all
with wscons (hopefully?)
- Merged in some cleanups and fixes from upstream.
1.0.2:
Fix enumerating tree entries with submodules
1.0.1:
Fix build in Mac OS
1.0.0:
Drop Python 2.7 and 3.4 support, six no longer required
Add Python 3.8 support
New support for / operator to traverse trees
New Branch.raw_branch_name
New Index.remove_all()
New Remote.ls_remotes(..)
New Repository.lookup_reference_dwim(..) and Repository.resolve_refish(..)
New Repository.odb returns new Odb type instance. And new OdbBackend type.
New Repository.references.compress()
Optimization: Load notes lazily
Fix spurious exception in config
Minor documentation and cosmetic changes
3.3.16
Introduce Gransy provider.
Fix Subreg.cz nameserver name.
3.3.15
Update godaddy.py
3.3.14
Adds subaction as query parameter instead of using url argument.
Addresses code style.
Removes unnecessary print statement.
Adds code author info and link to API docs.
Adds test recordings for EUserv provider.
Fixes case when identifier is None. Attempts to find the identifier with the given arguments.Adds test class for EUserv with filtering.
Adds macOS specific .DS_Store file.
Fixes determining subdomain parameter. This provider automatically appends the domain name to the subdomain. Therefore, it needs to be removed from the parameter in case the name argument contains it.
Adds support for deleting records.
Adds support for updating records.
Moves TTL and priority parameter processing to helper functions.
Adds support for creating records.
Adds logger calls and small fixes.
Adds support for listing records.
Adds retrieval of actual domain ID.
Initial version of EUserv provider with working authentication.
3.3.13
Fix auto provider handling of parameters.
3.3.12
Change uri check after login for easyname.
5.3:
Use `is` instead of equality for comparing with `None`
fix typos and stylistic nit
Fix up small typo
Fix handling of __slots__
Allow calling add_multi_constructor with None
Add use of safe_load() function in README
Fix reader for Unicode code points over 0xFFFF
Enable certain unicode tests when maxunicode not > 0xffff
Use full_load in yaml-highlight example
Document that PyYAML is implemented with Cython
Fix for Python 3.10
increase size of index, line, and column fields
remove some unused imports
Create timezone-aware datetimes when parsed as such
Add tests for timezone
Changes since 19.4.2:
PLIST_VARS identifiers must not contain characters that are interpreted
specially in regular expressions.
All pkgsrc text files except for doc/pkgsrc.{html,txt} must use the
default CVS keyword substitution.
imv is a command line image viewer intended for use with tiling
window managers.
Features
--------
* Native Wayland and X11 support
* Support for dozens of image formats including:
* PNG
* JPEG
* Animated GIFs
* SVG
* TIFF
* Various RAW formats
* Photoshop PSD files
* Configurable key bindings and behaviour
* Highly scriptable with IPC via imv-msg
Release 3.18.0 is a maintenance release that mainly brings updates of its third party libraries.
The library has been updated with the new ZLib (1.2.11), LibJPEG (9c), LibPNG (1.6.35), LibTIFF (4.0.9), LibRaw (0.19.0), LibWebP (1.0.0), OpenEXR (2.2.1).
Other significant improvements concern better support for JPEG saving (when using 32-bit CMYK images) and PSD saving.
Lastly, the library contains many bug fixes provided by our users (will concern especially plugins PCX, TIFF, XPM, GIF, TARGA, PSD, BMP, DDS, PNG, HDR).
As usual, check the changes log for full details (especially for bug fixes) and check also the updated FreeImage documentation.
(pkgsrc changes):
- Add some TEST_DEPENDS, but make test does not complete yet
- Still more TEST_DEPENDS are necessary (of which not packaged yet)
(upstream changes):
( https://cran.r-project.org/web/packages/Rcpp/news.html )
Changes in Rcpp version 1.0.3 (2019-11-08)
- Changes in Rcpp API:
Compilation can be sped up by skipping Modules headers via a
toggle RCPP_NO_MODULES (Kevin in #995 for #993).
Compilation can be sped up by toggling RCPP_NO_RTTI which
implies RCPP_NO_MODULES (Dirk in #998 fixing #998).
XPtr tags are now preserved in as<> (Stephen Wade in #1003
fixing #986, plus Dirk in #1012).
A few more temporary allocations are now protected from
garbage collection (Romain Francois in #1010, and Dirk in
#1011).
- Changes in Rcpp Modules:
Improved initialization via explicit Rcpp:: prefix (Riccardo
Porreca in #980).
- Changes in Rcpp Deployment:
A unit test for Rcpp Class exposure was updated to not fail
under r-devel (Dirk in #1008 fixing #1006).
- Changes in Rcpp Documentation:
The Rcpp-modules vignette received a major review and
edit (Riccardo Porreca in #982).
Minor whitespace alignments and edits were made in three
vignettes following the new pinp release (Dirk).
New badges for DOI and CRAN and BioConductor reverse
dependencies have been added to README.md (Dirk).
Vignettes are now included pre-made (Dirk in #1005
addressing #1004)).
The Rcpp FAQ has two new entries on 'no modules / no rtti'
and exceptions across shared libraries (Dirk in #1009).
* Reimplement sendMessage to deal properly with windowset changes made
during handling.
* Add new library functions windowBracket and modifyWindowSet to
XMonad.Operations.