Release v2.0.10

This commit is contained in:
Sukchan Lee 2020-09-22 21:27:30 -04:00
parent 8c7d401636
commit 3f4c624ef6
3 changed files with 22 additions and 4 deletions

18
debian/changelog vendored
View File

@ -1,3 +1,21 @@
open5gs (2.0.10) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Tue, 22 Sep 2020 21:25:27 -0400
open5gs (2.0.10~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Tue, 22 Sep 2020 21:23:46 -0400
open5gs (2.0.10~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Tue, 22 Sep 2020 21:22:40 -0400
open5gs (2.0.9) unstable; urgency=medium
* Bug Fixed

View File

@ -1,5 +1,5 @@
---
title: "v2.0.9 - 100+ UEs tested"
title: "v2.0.10 - 100+ UEs tested"
date: 2020-09-21 22:45:00 -0400
categories:
- Release
@ -26,5 +26,5 @@ head_inline: "<style> ul { padding-bottom: 1em; } </style>"
- Fix PDN connectivity request in PDN DISCONNECT ESM-state([#486](https://github.com/open5gs/open5gs/issues/486)) -- [yc541](https://github.com/yc541)
- Fix SEMANTIC ERROR in PACKET FILTER ([#338](https://github.com/open5gs/open5gs/issues/338)) -- [herlesupreeth](https://github.com/herlesupreeth)
Download -- [v2.0.9.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.9.tar.gz)
Download -- [v2.0.10.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.10.tar.gz)
{: .notice--info}

View File

@ -16,7 +16,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
project('open5gs', 'c',
version : '2.0.9',
version : '2.0.10',
license : 'AGPL-3.0-or-later',
meson_version : '>= 0.43.0',
default_options : [
@ -24,7 +24,7 @@ project('open5gs', 'c',
],
)
libogslib_version = '2.0.9'
libogslib_version = '2.0.10'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))