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,8 +1,15 @@
1Ping903 -- history of user-visible changes. 2020-03-10 1Ping903 -- history of user-visible changes. 2020-03-11
2See the end of file for copying conditions. 2See the end of file for copying conditions.
3 3
4Please send Ping903 bug reports to <gray@gnu.org> 4Please send Ping903 bug reports to <gray@gnu.org>
5 5
6Version 0.7, 2020-03-11
7
8* Fix memory leaks.
9
10* Improve handling of ICMP replies.
11
12
6Version 0.6, 2020-03-10 13Version 0.6, 2020-03-10
7 14
8* Reorganize entry points structure. 15* 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 @@
15# along with Ping903. If not, see <http://www.gnu.org/licenses/>. 15# along with Ping903. If not, see <http://www.gnu.org/licenses/>.
16 16
17AC_PREREQ([2.69]) 17AC_PREREQ([2.69])
18AC_INIT([Ping903], [0.6], [gray@gnu.org], 18AC_INIT([Ping903], [0.7], [gray@gnu.org],
19 [ping903], 19 [ping903],
20 [https://puszcza.gnu.org.ua/projects/ping903/]) 20 [https://puszcza.gnu.org.ua/projects/ping903/])
21AC_CONFIG_SRCDIR([src/main.c]) 21AC_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 @@
19#include "defs.h" 19#include "defs.h"
20 20
21int 21int
22p903_httpd_acl(void *cls, const struct sockaddr *addr, socklen_t addrlen) 22p903_httpd_acl(void *cls, const struct sockaddr *addr, socklen_t addrlen)
23{ 23{
24 struct request_info req; 24 struct request_info req;
25 request_init(&req, 25 request_init(&req,

Return to:

Send suggestions and report system problems to the System administrator.