aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-06-04 19:26:08 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-06-04 19:45:53 +0300
commitb02da2fcdce7581b938a0e1001f08f93e6e601e9 (patch)
treeba3cf27a93df7f5df3280c21e184091f5e111028
parentb1420a43a1a125a94c558a53336442646259e542 (diff)
downloadmailfromd-b02da2fcdce7581b938a0e1001f08f93e6e601e9.tar.gz
mailfromd-b02da2fcdce7581b938a0e1001f08f93e6e601e9.tar.bz2
Version 5.1.91
* configure.ac, NEWS: Version 5.1.91 * pmult/pmult.c: Bugfix
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--pmult/pmult.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 18c168e3..0117876d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
-Mailfromd NEWS -- history of user-visible changes. 2009-05-31
+Mailfromd NEWS -- history of user-visible changes. 2009-06-04
Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 5.1.90 (Git)
+Version 5.1.91 (Git)
* GeoIP support
diff --git a/configure.ac b/configure.ac
index 12f31703..c0d902e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
AC_PREREQ(2.63)
m4_define([MF_VERSION_MAJOR], 5)
m4_define([MF_VERSION_MINOR], 1)
-m4_define([MF_VERSION_PATCH], 90)
+m4_define([MF_VERSION_PATCH], 91)
AC_INIT([mailfromd],
MF_VERSION_MAJOR.MF_VERSION_MINOR[]m4_ifdef([MF_VERSION_PATCH],.MF_VERSION_PATCH),
[bug-mailfromd@gnu.org.ua])
diff --git a/pmult/pmult.c b/pmult/pmult.c
index 259d31f4..00b724e5 100644
--- a/pmult/pmult.c
+++ b/pmult/pmult.c
@@ -2314,7 +2314,7 @@ main (int argc, char **argv)
#if defined(HAVE_STRUCT_PMILTER_S_PMFI_THRMAX_S)
pmilter.pmfi_thrmax_s = max_threads_soft;
#else
- mu_diag_output ("Cannot set soft thread limit");
+ mu_diag_output (MU_DIAG_WARNING, "Cannot set soft thread limit");
#endif
}
@@ -2323,7 +2323,7 @@ main (int argc, char **argv)
#if defined(HAVE_STRUCT_PMILTER_S_PMFI_THRMAX_H)
pmilter.pmfi_thrmax_h = max_threads_hard;
#else
- mu_diag_output ("Cannot set hard thread limit");
+ mu_diag_output (MU_DIAG_WARNING, "Cannot set hard thread limit");
#endif
}

Return to:

Send suggestions and report system problems to the System administrator.