From 99f7da154e0fc4a494b35d1e74c26d89b934d5bc Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sun, 21 May 2023 08:50:12 +0900 Subject: [PATCH] Release v2.6.4 --- debian/changelog | 30 ++++++++++++++++++++++++ docs/_posts/2023-05-21-release-v2.6.4.md | 15 ++++++++++++ meson.build | 4 ++-- 3 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 docs/_posts/2023-05-21-release-v2.6.4.md diff --git a/debian/changelog b/debian/changelog index 5d4030f12..a2aedb923 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +open5gs (2.6.4) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 21 May 2023 08:45:36 +0900 + +open5gs (2.6.4~kinetic) kinetic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 21 May 2023 08:43:48 +0900 + +open5gs (2.6.4~jammy) jammy; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 21 May 2023 08:41:35 +0900 + +open5gs (2.6.4~focal) focal; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 21 May 2023 08:39:42 +0900 + +open5gs (2.6.4~bionic) bionic; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Sun, 21 May 2023 08:36:36 +0900 + open5gs (2.6.3) unstable; urgency=medium * PFCP restoration diff --git a/docs/_posts/2023-05-21-release-v2.6.4.md b/docs/_posts/2023-05-21-release-v2.6.4.md new file mode 100644 index 000000000..5e15a9133 --- /dev/null +++ b/docs/_posts/2023-05-21-release-v2.6.4.md @@ -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: "" +--- + +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} diff --git a/meson.build b/meson.build index fa21c03b4..33a71d230 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . 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'))