Release v2.4.11

This commit is contained in:
Sukchan Lee 2022-10-01 13:54:42 +09:00
parent 71a1516b03
commit eace5007b2
5 changed files with 30 additions and 6 deletions

24
debian/changelog vendored
View File

@ -1,3 +1,27 @@
open5gs (2.4.11) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 01 Oct 2022 13:51:50 +0900
open5gs (2.4.11~jammy) jammy; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 01 Oct 2022 13:50:11 +0900
open5gs (2.4.11~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 01 Oct 2022 13:48:49 +0900
open5gs (2.4.11~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 01 Oct 2022 13:47:02 +0900
open5gs (2.4.10) unstable; urgency=medium open5gs (2.4.10) unstable; urgency=medium
* Bug Fixed * Bug Fixed

View File

@ -10,7 +10,7 @@
# #
PACKAGE="open5gs" PACKAGE="open5gs"
VERSION="2.4.7" VERSION="2.4.11"
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.10', version : '2.4.11',
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.10' libogslib_version = '2.4.11'
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,12 +1,12 @@
{ {
"name": "open5gs", "name": "open5gs",
"version": "2.4.7", "version": "2.4.11",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "open5gs", "name": "open5gs",
"version": "2.4.7", "version": "2.4.11",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"axios": "^0.16.2", "axios": "^0.16.2",

View File

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