Release v2.6.4

This commit is contained in:
Sukchan Lee 2023-05-21 08:50:12 +09:00
parent 691d8ea13a
commit 99f7da154e
3 changed files with 47 additions and 2 deletions

30
debian/changelog vendored
View File

@ -1,3 +1,33 @@
open5gs (2.6.4) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 21 May 2023 08:45:36 +0900
open5gs (2.6.4~kinetic) kinetic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 21 May 2023 08:43:48 +0900
open5gs (2.6.4~jammy) jammy; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 21 May 2023 08:41:35 +0900
open5gs (2.6.4~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 21 May 2023 08:39:42 +0900
open5gs (2.6.4~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sun, 21 May 2023 08:36:36 +0900
open5gs (2.6.3) unstable; urgency=medium
* PFCP restoration

View File

@ -0,0 +1,15 @@
---
title: "v2.6.4 - Bug Fixed"
date: 2023-05-21 08:49: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.4)
Download -- [v2.6.4.tar.gz](https://github.com/open5gs/open5gs/archive/v2.6.4.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', 'cpp',
version : '2.6.3',
version : '2.6.4',
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.3'
libogslib_version = '2.6.4'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))