Release v2.4.6

This commit is contained in:
Sukchan Lee 2022-05-17 22:44:05 +09:00
parent 6710c13a44
commit 1983d9d7a7
5 changed files with 35 additions and 5 deletions

30
debian/changelog vendored
View File

@ -1,3 +1,33 @@
open5gs (2.4.6) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Tue, 17 May 2022 22:41:32 +0900
open5gs (2.4.6~jammy) jammy; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Tue, 17 May 2022 22:40:16 +0900
open5gs (2.4.6~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Tue, 17 May 2022 22:38:38 +0900
open5gs (2.4.6~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Tue, 17 May 2022 22:37:22 +0900
open5gs (2.4.6~impish) impish; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Tue, 17 May 2022 22:34:40 +0900
open5gs (2.4.5) unstable; urgency=medium open5gs (2.4.5) unstable; urgency=medium
* GTP-1C(GGSN) provided by sysmocom * GTP-1C(GGSN) provided by sysmocom

View File

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

View File

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

View File

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

View File

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