--- freem/ChangeLog 2025/04/08 21:41:12 1.40 +++ freem/ChangeLog 2025/04/12 00:42:05 1.66 @@ -1044,3 +1044,29 @@ VERSION 0.64.0-rc0 * Add global file header and offsets [snw@hesperos 04/08/25 10:48:01] * Global handler now uses a header file and maintains the last journaling transaction ID [snw@hesperos 04/08/25 14:02:45] * Make insert, update, and splitp global handler functions take a ptr to a global_handle instead of a file descriptor [snw@eosphorus 04/08/25 15:41:11] + * Exit with fatal error if a header mismatch found [snw@eosphorus 04/08/25 18:43:06] + * Further work on global_bltin.c refactor [snw@eosphorus 04/09/25 08:34:28] + * Fix buffer overruns in mref_to_external and ssvn.c [snw@hesperos 04/09/25 09:18:40] + * Check which platform builds fail with -Wall -pedantic [snw@hesperos 04/09/25 09:31:53] + * Add fmd lint command [snw@hesperos 04/09/25 09:49:26] + * Eliminate as many warnings as possible while building with -Wall [snw@hesperos 04/09/25 13:53:51] + * Add macros to check for compiler flags to suppress unavoidable warnings [snw@hesperos 04/09/25 14:07:54] + * Only use -Wno-format-truncation et al when the compiler supports them [snw@eosphorus 04/09/25 15:10:13] + * Remove C++ style comments [snw@eosphorus 04/09/25 19:24:37] + * Add fmd-todo [snw@eosphorus 04/09/25 20:17:48] + * Update TODO [snw@eosphorus 04/09/25 21:48:53] + * Updates to manual [snw@eosphorus 04/10/25 08:37:19] + * Detect Devuan distribution and fix OS/2 problem with iniconf.c [snw@hesperos 04/10/25 09:29:30] + * Attempt to fix DosCopy calls for OS/2 [snw@hesperos 04/10/25 09:33:16] + * Fix table error in texinfo documentation [snw@hesperos 04/10/25 09:55:29] + * Remove traces of BDB global handler [snw@hesperos 04/10/25 11:23:44] + * Further tweaks to the autoconf configuration [snw@hesperos 04/10/25 12:03:25] + * Add fmd update [snw@hesperos 04/10/25 12:20:03] + * Replace all lseek/read calls in global handler to use gbl_read_block function [snw@eosphorus 04/10/25 18:52:39] + * Make all but one of the read/write calls in global_bltin use gbl_read_block or gbl_write_block [snw@eosphorus 04/11/25 08:21:02] + * Avoid re-reading the same block consecutively when possible [snw@hesperos 04/11/25 10:25:07] + * Fix indentation in global handler [snw@hesperos 04/11/25 10:53:56] + * Fix bug in memory cache [snw@hesperos 04/11/25 12:26:22] + * Disable -Wunused-result where possible [snw@eosphorus 04/11/25 14:55:47] + * Fix overflow bugs in ssvn_job.c [snw@eosphorus 04/11/25 17:27:01] + * Remove -Wall and all supporting directives [snw@eosphorus 04/11/25 18:42:05]