aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjjako <jjako>2004-01-25 21:47:58 +0000
committerjjako <jjako>2004-01-25 21:47:58 +0000
commit1b0e28558f2ad348e02c8e37fa3b2c74ad0c9992 (patch)
treee0d3f0459848be0c4f907f1f4d4130d762b72873
parent06e9f125889471f27bb5fc415afaa1a9d703438a (diff)
NEWS, ChangeLog and configure.in for 0.81 release
-rw-r--r--ChangeLog8
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f62b944..6fbce9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-19: Jens Jakobsen <jj@openggsn.org>
+ Initial FreeBSD port (Thanks to Pavel Andreev <pavel.andreev@hp.com>).
+
+ IMSI bugfix. The IMSI encoding used by create PDP context was
+ missing the leading '1111' to indicate that the 16'nd digit was
+ unused. (Thanks to Pavel Andreev <pavel.andreev@hp.com>).
+
+
2004-01-15: Jens Jakobsen <jj@openggsn.org>
Added iptables firewall script.
diff --git a/NEWS b/NEWS
index a7a7ca3..451b481 100644
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,21 @@ OPENGGSN NEWS
=============
OpenGGSN - Gateway GPRS Support Node
-Copyright (C) 2002, 2003 Mondru AB.
+Copyright (C) 2002, 2003, 2004 Mondru AB.
+
+Version 0.81
+============
+
+ * Initial FreeBSD port (Thanks to Pavel Andreev <pavel.andreev@hp.com>).
+ * IMSI '1111' bugfix (Thanks to Pavel Andreev <pavel.andreev@hp.com>).
Version 0.8
===========
* Support for compilation under Solaris.
* Iptables firewall script.
+ * New options for sgsnemu
+
Version 0.7
===========
diff --git a/configure.in b/configure.in
index 3067401..2d26036 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.80, jj@openggsn.org)
+AC_INIT(openggsn, 0.81, jj@openggsn.org)
AC_CONFIG_SRCDIR([gtp/gtp.c])
AM_CONFIG_HEADER([config.h])
#AC_CONFIG_HEADER([config.h])