Codership is pleased to announce the release of Galera Replication library 4.6,
implementing wsrep API version 26.
The library is now available as targeted packages and package repositories
for a number of Linux distributions, including Ubuntu, Debian, CentOS,
RHEL, OpenSUSE and SLES. Obtaining packages using a package repository
removes the need to download individual files and facilitates the deployment
and upgrade of Galera nodes.
This and future releases will be available from https://www.galeracluster.com.
The latest version of Galera for FreeBSD is available in the FreeBSD
Ports Collection.
Notable fixes in Galera replication since last binary release
by Codership (4.5):
- The in-memory GCache index implementation was reworked to use sorted
std::deque instead of std::map, leading to eightfold reduction in
GCache memory footprint.
- CRC32C implementation was reworked. Hardware CRC32C is now supported
on x86_64 and ARM64 platforms.
- Bus error due to unaligned access on Sparc64 platform was fixed.
- Three new status variables were added: wsrep_flow_control_active,
wsrep_flow_control_requested and wsrep_gmcast_segment.
- Prevent GCache rollover on Donor during IST.
- Binary tarball package was added in this release.
Other changes:
- Unit tests were reworked to replace deprecated Check library
API calls with supported ones (codership/galera#577).
Known Issues:
- In order to install Galera package on CentOS 8 or RHEL 8, MySQL and
MariaDB modules need to be disabled first with `dnf -y module disable
mysql mariadb`.
End of Life Notice:
This is the last release for openSUSE 15.0.
PR: 250506
Submitted by: maintainer
Sponsored by: Netzkommune GmbH
asql is an asynchronous, C++11-native, Qt5 based SQL Query library.
You can use it to write async queries with natural C++-lambda
and Qt5-slots style code.
Right now there is only a PostgreSQL backend, but others are
planned (and then the port will grow OPTIONS).
This comes from the cutelyst project, and it would conflict with
www/asql is named the "obvious" way, so name it something inbetween.
Changelog:
Codership is pleased to announce the release of Galera Replication library 3.31,
implementing wsrep API version 25.
The library is now available as targeted packages and package repositories
for a number of Linux distributions, including Ubuntu, Debian, CentOS,
RHEL, OpenSUSE and SLES. Obtaining packages using a package repository
removes the need to download individual files and facilitates the deployment
and upgrade of Galera nodes.
This and future releases will be available from https://www.galeracluster.com.
The latest version of Galera for FreeBSD is available in the FreeBSD
Ports Collection.
Notable fixes in Galera replication since last binary release
by Codership (3.30):
- The in-memory GCache index implementation was reworked to use sorted
std::deque instead of std::map, leading to eightfold reduction in
GCache memory footprint.
- CRC32C implementation was reworked. Hardware CRC32C is now supported
on x86_64 and ARM64 platforms.
- Bus error due to unaligned access on Sparc64 platform was fixed.
- Three new status variables were added: wsrep_flow_control_active,
wsrep_flow_control_requested and wsrep_gmcast_segment.
- Prevent GCache rollover on Donor during IST.
- Incorrect handling of return value from SST donate callback
was fixed (codership/galera#284).
- Binary tarball package is compiled with OpenSSL 1.1.1g.
Other changes:
- Unit tests were reworked to replace deprecated Check library
API calls with supported ones (codership/galera#577).
Known Issues:
- In order to install Galera package on CentOS 8 or RHEL 8, MySQL and
MariaDB modules need to be disabled first with `dnf -y module disable
mysql mariadb`.
End of Life Notice:
This is the last release for Debian Jessie and openSUSE 15.0.
PR: 250505
Submitted by: maintainer
Sponsored by: Netzkommune GmbH
- Fix in CegoTableManager::insertDataTable, before call
getObjectListByTable, type must be checked ( must be CegoObject::TABLE
), otherwise ( for system objects ) not found exception arises.
This error may appear with the admin commands begin backup and end
back ( stat information is written to bustat system table )
- Added format fix to CegoAction::formatTableInfo, to treat very
long object names, max name length of all corresponding objects is
now calculated and output is printed in appropriate format
- Change in CegoAction::execProcCall and CegoAction::execFuncCall,
procedure/function arguments are evaluated and cast in this methods
now. This is needed, to support string to clob casting for procedure
arguments. As a consequence the CegoProcedure::execute method has
been changed to receive ListT instead of ListT.
Submitted by: Björn Lemke <lemke@lemke-it.com>
GDAL is an essential component for GIS software as graphics/qgis*, math/saga,
databases/postgis*, databases/grass*.
Unfortunately too many options are not enabled by default, causing the user
of theses softwares to rebuild graphics/gdal and its bindings (especially
graphics/py-gdal) for basic use.
With this commit, the vast majority of user needs will be covered, leaving
the build of graphics/gdal with the less relevant and less used options to
the users who really need it.
As gdal now requires postgresql, the package will install the default
version (postgresql12), however databases/postgis23 cannot be built with
postgresql>10 so it is marked as BROKEN -- however this is not a problem
since it is largely deprecated and will be removed soon.
PR: 224004
Approved by: Maintainer timeout