pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:27:
- Updated tzdata to 2018e. o Compiler - The machine code generator for ppc64 now generates correct code under ABI v2 (ppc64le) - Fixed an incompatibility between the machine code generator on ppc and GCC 7.
+
o Filesystem.Monitor
+
+
- Fix NULL-dereference in bump().
+
+
Survive st being zero in bump().
+
o Fuse - Switched the Fuse module to use a different libfuse API. The way we used to use libfuse got first deprecated and support for it is now removed from the libfuse git repository entirely. In addition, our previous use of said libfuse API triggered a bug resulting in a segmentation fault in at least libfuse 2.9.2 and 2.9.7. We now use libfuse in a less elegant but more usual way, and do not trigger the bug anymore.