aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-10-12 13:11:06 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-10-12 13:11:06 +0300
commit1675e183f13ecda6b0d772c486f3e35a763b09b5 (patch)
treed9105ad7f33806ed9c6e2acfd8fdc899374542b7
parent3ae0c04b911637f8145b35959c6a9298e2cff5f6 (diff)
downloadwydawca-1675e183f13ecda6b0d772c486f3e35a763b09b5.tar.gz
wydawca-1675e183f13ecda6b0d772c486f3e35a763b09b5.tar.bz2
Version 4.0.2release-4.0.2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--src/wydawca.c1
3 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d7053fe..eaf265a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,16 @@
-Wydawca NEWS -- history of user-visible changes. 2020-07-16
+Wydawca NEWS -- history of user-visible changes. 2020-10-12
See the end of file for copying conditions.
Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
-Version 4.0.99 (git)
+Version 4.0.2, 2020-10-12
* Timers removed
* Work over the bug in mailutils mailer implementation.
+* Fix creation of spool source directories
+
Version 4.0.1, 2020-05-02
diff --git a/configure.ac b/configure.ac
index cc85145..0428856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with wydawca. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([wydawca], 4.0.1, [bug-wydawca@gnu.org.ua], [wydawca],
+AC_INIT([wydawca], 4.0.2, [bug-wydawca@gnu.org.ua], [wydawca],
[http://www.gnu.org.ua/software/wydawca])
AC_CONFIG_SRCDIR([src/wydawca.c])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/src/wydawca.c b/src/wydawca.c
index 699e071..48be617 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -311,6 +311,7 @@ main(int argc, char **argv)
const char *p;
program_name = argv[0];
+ grecs_print_diag_fun = grecs_print_diag;
proginfo.print_version_hook = version_hook;
config_init();

Return to:

Send suggestions and report system problems to the System administrator.