- Update gnucash-docs to 2.6.20
- Add a patch file creating some required files missing from the distribution
The files come from the official github repository.
Major changes since v7.6.0:
* Eliminate compiler warnings
* Eliminate data race in cons() of test_malloc
* Fix 'bad register name %sil' assembler error (GCC-4.4/x86)
* Fix 'doc' files installation folder
* Fix AO_malloc for sizes near CHUNK_SIZE
* Fix memory leak in test_malloc
* Fix public headers inclusion from clients C++ code
* Fix size value wrap around in AO_malloc_large
* Fix test failures for Clang-3.8 and older (Aarch64)
* Fix test_atomic failure caused unaligned AO_double_t access (x86)
* Implement fetch-CAS for s390[x] (gcc)
* Support AIX/ppc, MIPS rel6, n32 ABI for mips64, RISC-V
* Update README about bugs reporting and new releases notification
* Use built-in atomics for load/store/CAS for Clang by default (Aarch64)
* Use GCC atomic intrinsics for Hexagon (clang 3.9+)
* Use LLD and SCD instructions on mips64
Reported by: Ivan Maidanski <ivmai@mail.ru> (by email)
Regarding to the changes to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts.
limits(1) is now run by default and its configuration is handled
via the "${name}_limits" variable.
This however causes collision of variable names and also is not
compatible with the old mechanism.
This fixes the rc-script of mysql80 for the bases with both
old and new mechanism.
(This is port of the r466505 [and r466506])
PR: 227231
Submitted by: 0mp
Reported by: 0mp
Sponsored by: Netzkommune GmbH
Regarding to the changes to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts.
limits(1) is now run by default and its configuration is handled
via the "${name}_limits" variable.
This however causes collision of variable names and also is not
compatible with the old mechanism.
This fixes the rc-script of mysql57 for the bases with both
old and new mechanism.
(This is port of the r466505 [and r466506])
PR: 227230
Submitted by: 0mp
Reported by: 0mp
Differential Revision: Netzkommune GmbH
Regarding to the changes to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts.
limits(1) is now run by default and its configuration is handled
via the "${name}_limits" variable.
This however causes collision of variable names and also is not
compatible with the old mechanism.
This fixes the rc-script of mysql56 for the bases with both
old and new mechanism.
PR: 227229
Submitted by: 0mp
Reported by: 0mp
Sponsored by: Netzkommune GmbH
Medikit automates keeping your projects' boilerplate files and directory sane
and up to date.
It (optionally) generates and maintains a bunch of files, updating them
according to rules you define.
It's not a dependency. All changes are commited in your source tree.
You write amazing code, Medikit focuses on keeping it clean and ordered.
WWW: https://python-medikit.github.io/
WWW: https://github.com/python-medikit/medikit