Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
sagredo-dev committed Dec 22, 2023
1 parent aa2bd68 commit 4968e5f
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
2.4.0beta
21/12/2023 Roberto Puzzanghera https://notes.sagredo.eu

* edit lang.c to lowercase the language file to solve compatibility issues with google-chrome and to avoid
errors due to "invalid language file" in some browsers.
* replace the files config.sub and config.guess (copied from vpopmail dir) to allow compilation on 64b
platforms as well.
* edit user.c to avoid that the clear pwd field will be showed (delete that part if you 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.
* edit user.c and domain.c to make the dynamic web page retrieve the vqadmin.css style sheet
* modified Makefile.am to remove the @wwwroot@ variable, as it's not used
* edited lang.c to lowercase the language file to solve compatibility issues with google-chrome
and to avoid errors due to "invalid language file" in some browsers.
* restored the autotools files to allow compilation on 64b platforms.
* configure.in renamed configure.ac
* configure.ac now requires autoconf-2.71. Dropped all autoreconf warnings
* edited user.c to avoid that the clear pwd field will be showed (delete that part if you
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
- added functions to template.c to add a common header and footer to all html files
Expand All @@ -23,7 +25,7 @@
* language files moved to lang/ dir. Modifiend 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
* 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
Expand All @@ -35,7 +37,6 @@
more info here https://notes.sagredo.eu/en/qmail-notes-185/vqadmin-26.html#comment2825
https://notes.sagredo.eu/files/qmail/patches/vqadmin/aet_vqadmin_fixes_20230218_1256.patch


2.3.7
1/11/05 Jeremy Kitchen
- added SpamAssassin support from vpopmail
Expand Down

0 comments on commit 4968e5f

Please sign in to comment.