aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS10
-rw-r--r--README-alpha2
-rw-r--r--configure.ac4
-rw-r--r--doc/wydawca.texi1
-rw-r--r--etc/wydawca.rc2
6 files changed, 18 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index b06f192..e5cc523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-09-03 Sergey Poznyakoff <gray@gnu.org.ua>
+ * configure.ac, NEWS: Version 1.0.90
+ * doc/wydawca.texi: Mention changes in detailed statistics
+ logging.
+ * etc/wydawca.rc: Remove gray's email
+
* src/wydawca.c (logstats): Log detailed statistics only if
at least one counter is not zero.
diff --git a/NEWS b/NEWS
index 599b160..e272976 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,14 @@
-Wydawca NEWS -- history of user-visible changes. 2008-08-23
+Wydawca NEWS -- history of user-visible changes. 2008-09-03
Copyright (C) 2007, 2008 Sergey Poznyakoff
See the end of file for copying conditions.
-Please send gsc bug reports to <gray@gnu.org.ua>.
+Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
+
+
+Version 1.0.90, (SVN)
+
+* Log detailed statistics only if at least one counter is not zero.
+
Version 1.0, 2008-08-23
diff --git a/README-alpha b/README-alpha
index bae3397..1e7eb0a 100644
--- a/README-alpha
+++ b/README-alpha
@@ -5,7 +5,7 @@ or alpha version of the package. See end of file for copying conditions.
* Introduction
This is a *pre-release* version, and not ready for production
-use yet. Please send comments and problem reports to <gray@gnu.org.ua>.
+use yet. Please send comments and problem reports to <bug-wydawca@gnu.org.ua>.
* Building
diff --git a/configure.ac b/configure.ac
index 31750b7..6095509 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of Wydawca
-# Copyright (C) 2007 Sergey Poznyakoff
+# Copyright (C) 2007, 2008 Sergey Poznyakoff
#
# Wydawca is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
# along with wydawca. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.59)
-AC_INIT([wydawca], 1.0, [bug-wydawca@gnu.org.ua])
+AC_INIT([wydawca], 1.0.90, [bug-wydawca@gnu.org.ua])
AC_CONFIG_SRCDIR([src/wydawca.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADER([config.h])
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index 57db723..c6cadc8 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -952,6 +952,7 @@ provisions for such case.
@cindex statistics
At the end of the run, @command{wydawca} prints a detailed
statistics of its execution on the diagnostic channel @samp{info}.
+The statistics is printed only if at least one of the items is not zero.
The following example illustrates what you might get if you configured
full statistics output:
diff --git a/etc/wydawca.rc b/etc/wydawca.rc
index a447c9c..22adf9e 100644
--- a/etc/wydawca.rc
+++ b/etc/wydawca.rc
@@ -94,7 +94,7 @@ end
# Include statement is described in `info wydawca include'.
include messages.rc
-admin-address gray@localhost
+admin-address root@localhost
from-address wydawca@localhost
# See `info wydawca statreports'.

Return to:

Send suggestions and report system problems to the System administrator.