The 'autoreconf' was added due to the PATCHFILE added in 04ea6b3ea1.
This patch was later removed, but the 'autoreconf' was left, causing
some issues, for example, requiring gettext during the build stage,
even when NLS is disabled.
Reported by: Ole Lemke
ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v2.7.0
* Fixed: <defunct> process in appjail-dns (When sending a SIGTERM
signal to appjail-dns, there will be one process left, that
process is the sleep(1) command, which results in a minute
or a little more waiting for this process to finish. To
fix this, when sending a SIGTERM signal to appjail-dns,
a SIGTERM signal is sent to the sleep(1) command.).
* Fixed: exit status of the start stage (The start stage may return
a non-zero exit status indicating an error or whatever it means
and the start command will return 0 which in almost all
situations is not the intent.).
* Fixed: pkg all (Add a missing shift command to fix pkg all as its
arguments were passed to pkg(8).).
* Added: special keyword <random> to virtualnet:interface.
* Added: special keyword <name> to virtualnet:interface.
* Create the mount point when using the -p parameter in fstab set.
* Fixed: incorrect data type in fstab:dump and fstab:pass.
* Incremented: priority after running OPTION.
* Make empty some global variables when running makejail.
* Added: -V parameter in makejail.
* Improved: DNS support.
* Added: input file when showing the importing message.
* Moved: message when importing after creating the empty jail.
* Fixed: typos in Build Arguments.
* Removed: obsolete documentation for Build Arguments (The example
shown in Build Arguments is no longer correct as the official
Makejail for Python has been changed.).
* Added: IMAGE_ENTRYPOINT option
* Fixed: share/appjail/lib/replace:lib_replace: escape [&#]
* Adapted: EXEC to use global makejails
* Added: GLOBAL instruction
PR: 273242
Reported by: DtxdF@disroot.org (maintainer)
ChangeLog:
http://releases.galeracluster.com/galera-4.16/release-notes-galera-26.4.16.txt
Notable changes and fixes in Galera since latest release 4.15:
- Removed out-of-order certification for BF aborted transactions.
- Better error handling when the socket is closed, also cleaned up excessive
debug logging.
Known Issues:
- In order to install Galera package on 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 Ubuntu 18.04 LTS (Bionic) as it is has reached
EOL May 31 2023.
PR: 273205
Reported by: devel@galeracluster.com (maintainer)