aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS7
-rw-r--r--configure.in2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fbce9c..44e4782 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-04-28: Jens Jakobsen <jj@openggsn.org>
+ Improved Solaris support. OpenGGSN now correctly initializes
+ tun/tap driver under Solaris. As a consequence the ggsn network
+ interface IP address is set to the network address plus one.
+
+ Added routing manipulation and IP address alias capability for
+ FreeBSD.
+
2004-01-19: Jens Jakobsen <jj@openggsn.org>
Initial FreeBSD port (Thanks to Pavel Andreev <pavel.andreev@hp.com>).
diff --git a/NEWS b/NEWS
index 451b481..7154a12 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,13 @@ OPENGGSN NEWS
OpenGGSN - Gateway GPRS Support Node
Copyright (C) 2002, 2003, 2004 Mondru AB.
+Version 0.82
+============
+
+* Improved Solaris support.
+* Routing manipulation and IP address alias capability for FreeBSD.
+* Initial Debian port (Thanks to ARAKI Yasuhiro <ar@debian.org>).
+
Version 0.81
============
diff --git a/configure.in b/configure.in
index 2d26036..5be7559 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(openggsn, 0.81, jj@openggsn.org)
+AC_INIT(openggsn, 0.82, jj@openggsn.org)
AC_CONFIG_SRCDIR([gtp/gtp.c])
AM_CONFIG_HEADER([config.h])
#AC_CONFIG_HEADER([config.h])