ChangeLog: https://polymake.org/doku.php/news/release_4_10
interfaces
topcom:
Extend interface to access other combinations of connected, fine, and regular
support for topcom 1.x.
fulton
weighted_projective_space: fix rays computation
group
action_functions: migrate some code to C++
polytope
compress incidence: fix lineality dim for some trivial polytopes https://github.com/oscar-system/Oscar.jl/issues/2403
TRIANGULATION: fix weights computation
poly2{lp,mps}:
better handling of infeasible polytopes
improve compatibility with other parsers
PR: 272098
Reported by: bsd@philippost.de
ChangeLog: https://www.nlnetlabs.nl/news/2023/Jun/07/nsd-4.7.0-released/
4.7.0
================
FEATURES:
- Merge #263: Add bash autocompletion script for nsd-control.
- Fix#267: Allow unencrypted local operation of nsd-control.
- Merge #269 from Fale: Add systemd service unit.
- Fix#271: DNSTAP over TCP, with dnstap-ip: "127.0.0.1@3333".
- dnstap over TLS, default enabled. Configured with the
options dnstap-tls, dnstap-tls-server-name, dnstap-tls-cert-bundle,
dnstap-tls-client-key-file and dnstap-tls-client-cert-file.
BUG FIXES:
- Fix#239: -Wincompatible-pointer-types warning in remote.c.
- Fix configure for -Wstrict-prototypes.
- Fix#262: Zone(s) not synchronizing properly via TLS.
- Fix for #262: More error logging for SSL read failures for zone
transfers.
- Merge #265: Fix C99 compatibility issue.
- Fix#266: Fix build with --without-ssl.
- Fix for #267: neater variable definitions.
- Fix#270: reserved identifier violation.
- Fix to clean more memory on exit of dnstap collector.
- Fix dnstap to not check socket path when using IP address.
- Fix to compile without ssl with dnstap-tls code.
- Dnstap tls code fixes.
- Fix include brackets for ssl.h include statements, instead of quotes.
- Fix static analyzer warning about nsd_event_method initialization.
- Fix#273: Large TXT record breaks AXFR.
- Fix ixfr create from adding too many record types.
- Fix cirrus script for submit to coverity scan to libtoolize
the configure script components config.guess and config.sub.
- Fix readme status badge links.
- make depend.
- Fix for build to run flex and bison before compiling code that needs
the headers.
- Fix to remove unused whitespace from acx_nlnetlabs.m4 and config.h.
- For #279: Note that autoreconf -fi creates the configure script
and also the needed auxiliary files, for autoconf 2.69 and 2.71.
- Fix unused variable warning in unit test, from clang compile.
- Fix#240: Prefix messages originating from verifier.
- Fix#275: Drop unnecessary root server checks.
PR: 272096
Reported by: jaap@NLnetLabs.nl (maintainer)
ChangeLog: https://www.knot-dns.cz/2023-06-06-version-327.html
Features:
* knotd: new configuration option for preserving incoming IXFR changeset
history (see 'zone.ixfr-by-one')
Improvements:
* knotd: journal ensures the stored changeset's SOA serials are strictly
increasing
* knotd: more effective handling of zero KNOT_ZONE_LOAD_TIMEOUT_SEC environment
value
* knotd, kdig: incoming transfer fails if a message has the TC bit set
* knotd, kjournalprint: store or print the timestamp of changeset creation
* kxdpgun: load only necessary number of queries (Thanks to Petr Špaček)
* kxdpgun: print ratio of sent vs. requested queries (Thanks to Petr Špaček)
* kxdpgun: print percentages as floats (Thanks to Petr Špaček)
* kjournalprint: ability to print a changeset loop
* kjournalprint: added changset serials information to '-z -d' output
* packaging: RHEL9 requires libxdp like fedora since RHEL 9.2
* doc: various improvements
Bugfixes:
* knotd: journal loading can get stuck in a multi-changeset loop
* knotd: missing RCU lock when reading zone through the control interface
* knotd: server start D-Bus signaling doesn't work well if the zone file is
missing, catalog zones are used, or in the async-start mode
* knotd: test suite fails on 32bit architectures on musl 1.2 and newer
* knotd: failed to process zero-length messages over QUIC
* libs: compilation with embedded ngtcp2 fails if there is another ngtcp2 in
the path
PR: 272088
Reported by: freebsd@dns.company (maintainer)
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.1.9.1905
* New: Improved page loading errors
* Added padding to search tab to maintain visual consistancy
* Automated API Docs update [skip ci]
* Update translation files [skip ci]
* Add skip ci to API docs update commit
* Update cleansing rules for RSS TL feed and homedir for Mac
* Update translations
* Add HelpTextWarning support in FieldDefinition
* Require ApiKey for all actions in SonarrImport
* Fixed: Treat redirects as errors in Readarr Import List
PR: 272081
Reported by: michiel@vanbaak.eu (maintainer)