aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-03-11 17:37:49 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-03-11 17:37:49 +0200
commite4c1a19c62fd2ef404e9335f73bbcfb7dae819a0 (patch)
tree6dda324867f20cb692009c1cff30f0a1441111c5
parentb8175c413c2c6eb85d8e52cb5fade398ce61f46a (diff)
downloadping903-e4c1a19c62fd2ef404e9335f73bbcfb7dae819a0.tar.gz
ping903-e4c1a19c62fd2ef404e9335f73bbcfb7dae819a0.tar.bz2
Version 0.7v0.7
-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,8 +1,15 @@
-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.
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
* Reorganize entry points structure.
diff --git a/configure.ac b/configure.ac
index 0f4cb69..59a2421 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.6], [gray@gnu.org],
+AC_INIT([Ping903], [0.7], [gray@gnu.org],
[ping903],
[https://puszcza.gnu.org.ua/projects/ping903/])
AC_CONFIG_SRCDIR([src/main.c])
diff --git a/src/wrapacl.c b/src/wrapacl.c
index db336e4..27e905c 100644
--- a/src/wrapacl.c
+++ b/src/wrapacl.c
@@ -19,7 +19,7 @@
#include "defs.h"
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)
{
struct request_info req;
request_init(&req,

Return to:

Send suggestions and report system problems to the System administrator.