9
0
Fork 0

NEWS, ChangeLog and configure.in for 0.81 release

This commit is contained in:
jjako 2004-01-25 21:47:58 +00:00
parent 06e9f12588
commit 1b0e28558f
3 changed files with 18 additions and 2 deletions

View File

@ -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> 2004-01-15: Jens Jakobsen <jj@openggsn.org>
Added iptables firewall script. Added iptables firewall script.

10
NEWS
View File

@ -2,13 +2,21 @@ OPENGGSN NEWS
============= =============
OpenGGSN - Gateway GPRS Support Node 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 Version 0.8
=========== ===========
* Support for compilation under Solaris. * Support for compilation under Solaris.
* Iptables firewall script. * Iptables firewall script.
* New options for sgsnemu
Version 0.7 Version 0.7
=========== ===========

View File

@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script. # 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]) AC_CONFIG_SRCDIR([gtp/gtp.c])
AM_CONFIG_HEADER([config.h]) AM_CONFIG_HEADER([config.h])
#AC_CONFIG_HEADER([config.h]) #AC_CONFIG_HEADER([config.h])