aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-02-14 12:55:04 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-02-14 15:31:19 +0200
commita744738cb14e7d0c9cb5d4ea6d64247db5a8822c (patch)
treee8359c41040a8aa9ff338d7ba1d141da7f318f53 /configure.ac
parent4263bf8b57b7d8a0b5f73a586c55e9ee2a07b6ca (diff)
downloadping903-a744738cb14e7d0c9cb5d4ea6d64247db5a8822c.tar.gz
ping903-a744738cb14e7d0c9cb5d4ea6d64247db5a8822c.tar.bz2
Version 0.2v0.2
* NEWS: Update. * README: Update. * THANKS: Update. * doc/ping903.8: Spell checking. * doc/ping903q.1: Likewise. * src/Makefile.am: Distribute ping903.conf * src/ping903.h (HOST_STAT_INIT) (HOST_STAT_VALID,HOST_STAT_PENDING) (HOST_STAT_INVALID): New constants. (host_stat): New member "status". (host_stat_is_valid): Rewrite using status. * src/ping903q.c: "status" is string now. Handle particular values. * src/pinger.c: Maintain current status of each host_stat structure in the status member. (host_stat): Mark object as valid. (host_reset): Update status. (get_host_stat): Report object validity in the "validity" member, and its current status in "status" (string). * src/json.c: Implement json_value_copy. * src/json.h (json_value_copy): New proto. * src/ping903.c (ept_config): Return particular setting, if so requested.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 906d459..3105332 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with Ping903. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([Ping903], [0.1], [gray@gnu.org],
+AC_INIT([Ping903], [0.2], [gray@gnu.org],
[ping903],
[https://puszcza.gnu.org.ua/projects/ping903/])
AC_CONFIG_SRCDIR([src/main.c])

Return to:

Send suggestions and report system problems to the System administrator.