aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8966f82..920702f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ See the end of file for copying conditions.
Please send Ping903 bug reports to <gray@gnu.org>
+Version 0.4.90 (Git)
+
+* Support for HTTP basic authorization.
+
+
Version 0.4, 2020-92-27
* New API for adding and removing IP addresses on the fly.
diff --git a/configure.ac b/configure.ac
index dd8dc8b..aea8e93 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.3], [gray@gnu.org],
+AC_INIT([Ping903], [0.4.90], [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.