aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--src/wrapacl.c2
3 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 805b930..88f7c1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-Ping903 -- history of user-visible changes. 2020-03-10
+Ping903 -- history of user-visible changes. 2020-03-11
See the end of file for copying conditions.
@@ -5,2 +5,9 @@ Please send Ping903 bug reports to <gray@gnu.org>
+Version 0.7, 2020-03-11
+
+* Fix memory leaks.
+
+* Improve handling of ICMP replies.
+
+
Version 0.6, 2020-03-10
diff --git a/configure.ac b/configure.ac
index 0f4cb69..59a2421 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,3 +17,3 @@
AC_PREREQ([2.69])
-AC_INIT([Ping903], [0.6], [gray@gnu.org],
+AC_INIT([Ping903], [0.7], [gray@gnu.org],
[ping903],
diff --git a/src/wrapacl.c b/src/wrapacl.c
index db336e4..27e905c 100644
--- a/src/wrapacl.c
+++ b/src/wrapacl.c
@@ -21,3 +21,3 @@
int
-p903_httpd_acl(void *cls, const struct sockaddr *addr, socklen_t addrlen)
+p903_httpd_acl(void *cls, const struct sockaddr *addr, socklen_t addrlen)
{

Return to:

Send suggestions and report system problems to the System administrator.