2.80.0 (released 09/04/2022)
Engine
General
* Fixed infinite loop in filesystem initalization when pak0.pk3 was
missing
* Changed default URI from ET:// (upper case) to et:// (lower case) and
made case insensitive for compatibility / flexibility
Client
General
* Removed cl_activateLean cvar (moved behaviour to mod
(cg_activateLean))
SDL2 Audio backend
* Fixed double played sound in one frame increasing sound (i.e mg42)
Mod
General
* Fixed players not set unready after swapping teams
* Fixed wait map-script command not matching the correct time on higher
sv_fps (comparing to sv_fps 20), which affected and broke certain
gameplay elements
* Updated game command list and related help in console
* Fixed accuracy calculation for splashdamage weapons
* Fixed dropping objective was allowed during pause
* Added cg_activateLean, allowing all clients activate lean usage
* Added g_shoveNoZ to allow disabling Z shove completely
* Added binds for shifting enemy spawn timer and requesting artillery
* Changed the way for displaying help command by swapping arguments
order (Before: <command_name> ?) (After: ? <command_name>)
Stability & Performance
* Fixed hitsounds reduced network performance and sometimes get
duplicated, especially with high pings
* Added commands flood protection (g_floodProtection / g_floodLimit /
g_floodWait cvars)
* Changed unprotect flood for team cmd so class cmd doesn't get dropped
* Fixed prediction error by changing cg_errorDecay flag with CVAR_CHEAT
Audio
* Fixed missing hitsound when player has exactly FORCE_LIMBO_HEALTH
health (-113 HP)
Graphics
* Fixed players breath puffs effect missing completely
* Fixed pause weapon animation in 1st person during pause
* Fixed viewmodel FOV calculation wasn't lowering enough 1st person
weapon draw on FOV > 90
* Remove g_altSuicideAnim and default to the normal death anim on player
suiciding
* Fixed a crash with cg_drawgun 2 and cg_weapanims 0 combination
* Added voice chat icons for :
* Affirmative / Negative
* Hold your fire
* Say player class
UI
* Fixed disconnect icon rendering through walls
* Added hud componement scale and color configurability from hud file
* Fixed fireteam highlight overlay spacing on top edge
* Fixed * characters in map description were not replaced by line feed
* Added cg_popupTime and cg_numPopups cvar to control popups more
thoroughly
* Added sharetimer/sharetimer_buddy commands and cg_sharetimerText cvar
share the spawntimer you have set for when you think the enemy spawns
* Removed grid drawing on compass
* Added cg_fireteamBgAlpha cvar to control fireteam background alpha
value
* Added cvar name tooltip in option menus
* Added missile camera for practice
* Enhanced squared compass
* Fixed icon scaling to match regular compass
* Fixed slightly incorrect out of bounds check for icons
* Icons are now drawn when they're inside the map and respect map
zoom
* Added indicators for N, S, E, W
Weapons
* Increased landmine splash radius by 25 (225 -> 250) to match etpro
* Fixed picking up rifle with full riflenade ammo was restoring 4
riflenade instead of 5
* Fixed throwable missiles (i.e: grenade, satchel, dynamite, landmine)
infinite bouncing
* Removed hardcoded sensitivity on mounted mg's and use common
sensitivity
* Added cg_scopedSensitivityScaler to scale sensitivity when scoped
New in This Version
1. Notable New Features
* Support for resizable OpenGL 3Dfx Voodoo window
The 3Dfx Voodoo window is now resizable when running in OpenGL mode.
Drag the Voodoo window borders or click the maximize window button
to adjust the window size. With this you can now play 3Dfx Voodoo
games in OpenGL mode with a much larger window than before,
including maximized window, although you cannot switch to
full-screen in this mode.
* Support for CuteMouse wheel mouse extension API
The CuteMouse wheel mouse extension DOS API is now supported so that
DOS programs that natively support this function (such as DOS
Navigator 2) can make use of it. The function is enabled when the
mouse wheel movement conversion is currently disabled (i.e. with
"mouse_wheel_key = 0" in config file or "Do not convert to arrow
keys" in "Main" menu => "Mouse wheel movements").
* VMware mouse support for seamless mouse integration in Windows 3.1
DOSBox-X now implements basic support for the VMware mouse protocol
so that when used together with e.g. VMware mouse driver for Windows
3.1, the mouse will be seamlessly integrated with the host system
and can enter/exit the DOSBox-X window without having to be captured
or released. No VMware emulation software needed. Config option
"vmware" is added (in [dos] section) which allows to disable VMware
mouse guest integration in DOSBox-X.
* Improved support for S3 video handling including new chips
Support for the S3 video handling has been improved in various ways
in this version, including added S3 Vision964 and Vision968 based on
existing support for the Vision864/868 chips, revised S3 Trio64 XGA
line drawing code so that the Windows drivers can better draw
polygon line segments, and new S3 ViRGE accelerated XGA line drawing
function so that Windows 3.1/9x can now draw lines with hardware
acceleration.
* Improved support for APM power management
Support for APM BIOS has been notably improved in this version. An
APM power button has been added, available from both "Main" menu and
in the mapper. A suspended or standby mode will be emulated when the
guest calls the APM BIOS to go into either mode, and Windows 98 no
longer complains about the inability to suspend or go to standby.
* Improved support for keyboard layouts
The built-in EGA?.CPX and KEYBOARD.SYS/KEYBRD?.SYS files have been
upgraded to the latest version from FreeDOS, which has improved the
keyboard layouts in several ways. The EGA?.CPX files now appear in
CPI directory of Z drive, which can be also replaced by files
provided by users. The supported country list has also been
expanded.
2. Notable Usability Improvements
* Improved handling of TTF color schemes
Handling of TTF color schemes has been improved in several ways. The
"colors" config setting now accepts a leading "+" character to stay
the specified color scheme when switching from another output, and
SETCOLOR command allows a syntax like "SETCOLOR 1 +" to return the
specified color number to the value as specified by "colors"
setting. DOSBox-X will also dim the topmost line when the window is
inactive in full-screen or menuless mode.
* Allow to mount multiple images files with wildcards
IMGMOUNT command now accepts wildcards (* or ?) when mounting disk
or CD images, allowing you to mount all images files matching the
given pattern, such as IMGMOUNT A disk*.img.
* Allow to automatically map keyboard layouts to country code
DOSBox-X will now try to map the keyboard layout to country number
for different date/time/decimal formats when the country number is
not specified and cannot be obtained from the host system.
* Allow to search for FONT.ROM in resources directory for PC-98 system
For the PC-98 system, DOSBox-X will now search for FONT.ROM in
resources directory in addition to the working directory, for more
flexible support of font file locations.
* Allow to toggle more TTF/CJK options via keyboard shortcuts
Menu options "CJK: Switch between DBCS/SBCS modes", CJK: Auto-detect
box-drawing characters", and "Reset color scheme" (in "Video" ->
"TTF options") are now assignable in Mapper Editor, allowing you to
toggle such options dynamically via keyboard shortcuts, including
when the TTF output is not currently active.
* Allow to toggle logging output dynamically
Menu option "Disable logging output" has been added to "Debug" menu,
allowing you to disable or enable logging output at run-time.
Command-line option "-nolog" is also added which allows to disable
logging output at start.
3. Bugfixes and Other Improvements
There are also many bugfixes and other improvements, including fixes and
improvements to some existing features (e.g. fixing lockup when printing
in dBase IV, fixing crash/restart when running Wing Commander with EMS
memory enabled, FPU enhancements, etc) and ported recent DOSBox SVN
commits. Please see the full changelogs for more information.
v1.53 - 16.04.2022
- Added a checkbox in the config screen for disabling the use of a custom mouse
cursor (the OS mouse cursor will be used instead).
- Fixed an issue where marking sample/instrument text while clicking on a new
sample/instrument would lead to marking corruption.
MySQL Cluster is a highly scalable, real-time, ACID-compliant
transactional database, combining 99.999% availability with the
low TCO of open source.
Designed around a distributed, multi-master architecture with no
single point of failure, MySQL Cluster scales horizontally on
commodity hardware to serve read and write intensive workloads,
accessed via SQL and NoSQL interfaces.
This package contains MySQL server version 5.7.
Without the expected fonts, fundamental graphical content like icons
goes missing, and the X server may fail to start, at that.
XXX I tested on NetBSD 9.2_STABLE amd64 and i386. On amd64, this
crashes the X server for me, while it works fine on i386. The package
was already marked not for Alpha, so that may be a clue that it's not
64-bit clean in general, though some of the original commentary about
Alpha sounded quite specific.
v0.4.7
-Fix CD-Workflow by @Builditluc in #28
-Fix build of published Versions on crates.io by @Builditluc in #29
v0.4.6
Breaking Changes
-Rework Branching and CI/CD Pipeline by @Builditluc in #24
Other Changes
-Refactor with clippy and fix Tests by @Builditluc in #25
Upstream changes:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.4
1.13.4 / 2022-04-11
Security
* Address CVE-2022-24836, a regular expression denial-of-service
vulnerability. See GHSA-crjr-9rc5-ghw8 for more information.
* [CRuby] Vendored zlib is updated to address CVE-2018-25032. See
GHSA-v6gp-9mmm-c6p5 for more information.
* [JRuby] Vendored Xerces-J (xerces:xercesImpl) is updated to address
CVE-2022-23437. See GHSA-xxx9-3xcr-gjj3 for more information.
* [JRuby] Vendored nekohtml (org.cyberneko.html) is updated to address
CVE-2022-24839. See GHSA-gx8x-g87m-h5q6 for more information.
Dependencies
* [CRuby] Vendored zlib is updated from 1.2.11 to 1.2.12. (See
LICENSE-DEPENDENCIES.md for details on which packages redistribute this
library.)
* [JRuby] Vendored Xerces-J (xerces:xercesImpl) is updated from 2.12.0 to
2.12.2.
* [JRuby] Vendored nekohtml (org.cyberneko.html) is updated from a fork of
1.9.21 to 1.9.22.noko2. This fork is now publicly developed at https://
github.com/sparklemotion/nekohtml
upstream changelog:
Changes in 2.6.5
* A new step in INN development has been achieved with the migration of
the INN project to GitHub. We now make use of the features GitHub
provides: issue tracker, pull requests, continuous integration, a
user-friendly interface to browse the code, etc. Our Subversion
repository has therefore been migrated to Git, and our Trac tickets to
the GitHub issue tracker.
* An up-to-date nocem.ctl file is provided with this release. You
should manually update your nocem.ctl file with the new information
recorded about NoCeM issuers, and make sure the right PGP keys are
present on your system.
* Up-to-date control.ctl and moderators files are provided with this
release. You should manually update them (notably for the fido7.*
hierarchy).
* Added a stricter validation of article numbers given in NNTP commands
so that numbers superior to 2^31 are correctly considered invalid.
Thanks to Richard Kettlewell for the patch.
* Added a check in rc.news for the existence of the *pathrun* directory.
INN won't start until this directory is writable. Previously, it
bailed out quickly after starting, without clear logs about why it
failed.
* Fixed parallel builds using "make -j". Thanks to Richard Kettlewell
for the path.
* nnrpd now properly gathers timer statistics when a compression layer
is active.
* nnrpd now properly discards data received from a news client after a
timeout when a TLS layer is active. It previously tried to read
incoming data before closing the socket, leading to decoding errors
from an underlying compression or SASL layer.
* innfeed and ovdb_stat now generate status reports in valid HTML
syntax.
* Fixed a bug in the buffindexed overview that prevented it from working
on several systems, amongst them FreeBSD. Unsupported, and useless,
permission bits were given to semaphores.
* Fixed the detection of library paths at configure time: multilib
directories (lib32 or lib64) are now also used if they exist, even it
the system does not use multilib. It will notably fix the detection
of the OpenSSL 3.0.0 library.
* The *tlscertfile* parameter in inn.conf now permits the use of a
complete certificate chain, instead of necessarily having to use
*tlscafile* for additional certificates.
* Added support for the new OpenSSL 3.0.0 API, which deprecated a few
functions.
* The inn.conf default value for *tlsprotocols* no longer contains TLS
versions 1.0 and 1.1, which have been deprecated by RFC 8996.
* A new inn.conf parameter has been added to tune the length of the
queue of pending connections to innd, nnrpd and the "ovdb" overview
storage method: the *maxlisten* parameter now permits configuring
their listen backlog, whose previously hard-coded values were 128 for
nnrpd and 25 for the others, which was not high enough for some uses.
The default value is now 128 for all of them, and configurable in
inn.conf. Thanks to Kevin Bowling for the patch.
* The name of seven man pages for routines built in libinn(3) are now
prefixed with libinn_ so as not to consume namespace and conflict with
other packages (notably, the list(3) and uwildmat(3) man pages are now
named libinn_list(3) and libinn_uwildmat(3)).
* Other minor bug fixes and documentation improvements, notably a
revised installation checklist and a section summarizing the most used
configuration at the beginning of a few complex man pages.
Changes in 2.6.4
* Added support for systemd notifications and socket activation. Use of
more features provided by systemd, including more notifications, will
come in future releases. Thanks to Marco d'Itri for this first
systemd integration into INN.
* nnrpd now adapts the length of the DH parameter used during a DHE key
exchange so as to comply with the security level OpenSSL 1.1.0 or
later expects. Thanks to Michael Baeuerle for the bug report.
* cnfsstat now also returns information about retired CNFS buffers:
buffers mentioned in cycbuff.conf as a cycbuff but not declared in a
metacycbuff.
* Switch default innreport behaviour to the common practice of
externalizing CSS into a separate file. Its name can be configured
with the *html_css_url* parameter in innreport.conf. If this
parameter is unset, the default innreport.css file name will be used
and innreport will generate this CSS file for you. Previously
generated reports are kept untouched, though, and will still contain
inline CSS if you had not already set the *html_css_url* parameter in
previous INN versions. Thanks to Richard Kettlewell for the patch.
* sm can now read and store any number of articles given in wire format
on its standard input when both -s and -R are used. Only native
format was previously possible. Thanks to Bo Lindbergh for the patch.
* Added new -a flag to rnews to disallow, if needed, the use of
additional unpackers from the rnews.libexec sub-directory of *pathbin*
(as set in inn.conf); only "rnews" and "cunbatch" will then be
recognized as valid batch commands.
* Added new -b flag to rnews to save rejected articles in the bad
sub-directory of *pathincoming* (as set in inn.conf). Otherwise,
rnews just logs and discards any articles that are rejected or cannot
be parsed for some reason.
* Added new -d flag to rnews to log via syslog the Message-ID and the
Path header value of each article rejected as a duplicate.
* Added new --enable-hardening-flags configure-time option, enabled by
default, to use hardening build flags like "-fPIE" and
"-fstack-protector-strong". This option can easily be disabled if the
compiler or the platform does not support them well. More hardening
build flags will eventually be added in future releases.
q
See comments for details. Tidy up variable definitions while here.
Use native ar/ranlib if available -- armv7--netbsdelf-eabihf-ranlib
doesn't seem to do anything on an archive of x86 objects to build a
tool library, so let's try using the native one instead for such a
cross-build.
Version 0.15
================================================================================
- `new_output_handler()` gains a `calling_handlers` argument. These
are passed to `withCallingHandlers()` before `evaluate()` captures
any conditions.
- Fixed#106: do not assume that `is.atomic(NULL)` returns `TRUE`
(thanks, @mmaechler).
# devtools 2.4.3
* New `Check_mac_release()` function to check a package using the
macOS builder at https://mac.r-project.org/macbuilder/submit.html
* (#2375) Jenny Bryan is now the official maintainer.
* `release()` and `submit_cran()` now record submission details using
the Debian Control File format, for better machine-readability. This
file has a new name, CRAN-SUBMISSION (instead of CRAN-RELEASE) and
now includes package version, in addition to the full SHA and a
timestamp.
This changes the upstream to leenooks/phpLDAPadmin on GitHub.
This also includes a patch from Debian at
https://packages.debian.org/source/sid/phpldapadmin
(phpldapadmin_1.2.6.3-0.2.debian.tar.xz) in order to support newer
versions of PHP. This package had become unusable with the version
of PHP shipped by pkgsrc by default (7.4 as of today).
Tested on NetBSD/amd64, Darwin/amd64.