Release v2.6.3

This commit is contained in:
Sukchan Lee 2023-04-26 10:52:19 +09:00
parent e7cda4b134
commit 6de2f8e8f9
6 changed files with 50 additions and 5 deletions

30
debian/changelog vendored
View File

@ -1,3 +1,33 @@
open5gs (2.6.3) unstable; urgency=medium
* PFCP restoration
-- Sukchan Lee <acetcom@gmail.com> Wed, 26 Apr 2023 10:45:45 +0900
open5gs (2.6.3~kinetic) kinetic; urgency=medium
* PFCP restoration
-- Sukchan Lee <acetcom@gmail.com> Wed, 26 Apr 2023 10:43:45 +0900
open5gs (2.6.3~jammy) jammy; urgency=medium
* PFCP restoration
-- Sukchan Lee <acetcom@gmail.com> Wed, 26 Apr 2023 10:41:51 +0900
open5gs (2.6.3~focal) focal; urgency=medium
* PFCP restoration
-- Sukchan Lee <acetcom@gmail.com> Wed, 26 Apr 2023 10:39:56 +0900
open5gs (2.6.3~bionic) bionic; urgency=medium
* PFCP restoration
-- Sukchan Lee <acetcom@gmail.com> Wed, 26 Apr 2023 10:37:04 +0900
open5gs (2.6.2) unstable; urgency=medium
* Bug Fixed

View File

@ -0,0 +1,15 @@
---
title: "v2.6.3 - PFCP Restoration"
date: 2023-04-26 10:52: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.6.3)
Download -- [v2.6.3.tar.gz](https://github.com/open5gs/open5gs/archive/v2.6.3.tar.gz)
{: .notice--info}

View File

@ -10,7 +10,7 @@
#
PACKAGE="open5gs"
VERSION="2.6.1"
VERSION="2.6.3"
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.2',
version : '2.6.3',
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.2'
libogslib_version = '2.6.3'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))

View File

@ -1,6 +1,6 @@
{
"name": "open5gs",
"version": "2.6.1",
"version": "2.6.3",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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