Release v2.7.0

This commit is contained in:
Sukchan Lee 2023-12-04 21:14:37 +09:00
parent d0a1bedd22
commit 83e35bb2de
6 changed files with 51 additions and 6 deletions

30
debian/changelog vendored
View File

@ -1,3 +1,33 @@
open5gs (2.7.0) unstable; urgency=medium
* 5G Roaming with SEPP
-- Sukchan Lee <acetcom@gmail.com> Mon, 04 Dec 2023 21:10:30 +0900
open5gs (2.7.0~lunar) lunar; urgency=medium
* 5G Roaming with SEPP
-- Sukchan Lee <acetcom@gmail.com> Mon, 04 Dec 2023 21:08:42 +0900
open5gs (2.7.0~jammy) jammy; urgency=medium
* 5G Roaming with SEPP
-- Sukchan Lee <acetcom@gmail.com> Mon, 04 Dec 2023 21:06:57 +0900
open5gs (2.7.0~focal) focal; urgency=medium
* 5G Roaming with SEPP
-- Sukchan Lee <acetcom@gmail.com> Mon, 04 Dec 2023 21:05:10 +0900
open5gs (2.7.0~bionic) bionic; urgency=medium
* 5G Roaming with SEPP
-- Sukchan Lee <acetcom@gmail.com> Mon, 04 Dec 2023 21:02:40 +0900
open5gs (2.6.6) unstable; urgency=medium
* Ubuntu 23.04(lunar) Release

View File

@ -0,0 +1,15 @@
---
title: "v2.7.0 - 5G Roaming with SEPP"
date: 2023-12-04 21:14:00 +0900
categories:
- Release
tags:
- News
- Release
head_inline: "<style> ul { padding-bottom: 1em; } .blue { color: blue; }</style>"
---
See [Release Note](https://github.com/open5gs/open5gs/releases/tag/v2.7.0)
Download -- [v2.7.0.tar.gz](https://github.com/open5gs/open5gs/archive/v2.7.0.tar.gz)
{: .notice--info}

View File

@ -10,7 +10,7 @@
#
PACKAGE="open5gs"
VERSION="2.6.6"
VERSION="2.7.0"
print_status() {
echo

View File

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

View File

@ -1,12 +1,12 @@
{
"name": "open5gs",
"version": "2.6.6",
"version": "2.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open5gs",
"version": "2.6.6",
"version": "2.7.0",
"license": "AGPL-3.0",
"dependencies": {
"axios": "^0.27.2",

View File

@ -1,6 +1,6 @@
{
"name": "open5gs",
"version": "2.6.6",
"version": "2.7.0",
"description": "Open5gs",
"main": "index.js",
"repository": "https://github.com/open5gs/open5gs/webui",