From 219396bf3607cfa358709400f95eac9ad4aca826 Mon Sep 17 00:00:00 2001 From: Roberto Puzzanghera <73385325+sagredo-dev@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:25:39 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4a7e3be..34f988f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,8 +10,6 @@ compiled vpopmail with --enable-clear-password) * edited html/mod_user.html to prevent the erase of the password when modifying a user in case clear passwords are disabled. Now the password field is not shown anymore. -* edited lang.c to lowercase the language files to solve compatibility issues with google-chrome - and to avoid errors due to "invalid language file" in some browsers. * modified Makefile.am to remove the "wwwroot" variable, as it's not used * new responsive skin - modified all files under the html/ dir and the html code inside many .c files @@ -22,14 +20,14 @@ * added the following control files: badrcptto, brtlimit, concurrencyincoming, defaultdelivery, dnsbllist, greylisting, locals, moreipme, morercpthosts, rcpthosts, simcontrol, simsizelimit, softlimit, spfbehavior, spfexp, spfguess, spfrules, srs_domain, srs_maxage, srs_secrets, taps, virtualdomains. -* language files moved to lang/ dir. Modifiend lang.c accordingly +* language files moved to lang/ dir. Modified lang.c accordingly * undefined several variables generated by configure in all .c files, as they conflicted with homonymous vpopmail's variables imported from its config.h, in order to avoid warnings during the compilation. * added -Wno-stringop-truncation on CFLAGS in configure.ac to selectively remove the warning message (the original code seems to know what is doing) * fixed compilation warnings in acl.c * fixed compilation warnings -Wformat-overflow and -Wformat-truncation in domain.c -* corrected the README file for obsolete informations and renemed to README.md +* corrected the README file for obsolete informations and renamed to README.md * added a big patch by Ali Erturk TURKER: - gets vqadmin to save vpopmail limits to database - fixed a core-dump due to SIGILL caused by memcpy