mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-03 05:23:38 +00:00
Release v2.7.4
This commit is contained in:
36
debian/changelog
vendored
36
debian/changelog
vendored
@@ -1,3 +1,39 @@
|
||||
open5gs (2.7.4) unstable; urgency=medium
|
||||
|
||||
* Bug Fixed
|
||||
|
||||
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:41:23 +0900
|
||||
|
||||
open5gs (2.7.4~oracular) oracular; urgency=medium
|
||||
|
||||
* Bug Fixed
|
||||
|
||||
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:39:55 +0900
|
||||
|
||||
open5gs (2.7.4~noble) noble; urgency=medium
|
||||
|
||||
* Bug Fixed
|
||||
|
||||
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:38:39 +0900
|
||||
|
||||
open5gs (2.7.4~jammy) jammy; urgency=medium
|
||||
|
||||
* Bug Fixed
|
||||
|
||||
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:37:05 +0900
|
||||
|
||||
open5gs (2.7.4~focal) focal; urgency=medium
|
||||
|
||||
* Bug Fixed
|
||||
|
||||
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:35:42 +0900
|
||||
|
||||
open5gs (2.7.4~bionic) bionic; urgency=medium
|
||||
|
||||
* Bug Fixed
|
||||
|
||||
-- Sukchan Lee <acetcom@gmail.com> Thu, 27 Mar 2025 04:33:19 +0900
|
||||
|
||||
open5gs (2.7.3) unstable; urgency=medium
|
||||
|
||||
* Bug Fixed
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
project('open5gs', 'c', 'cpp',
|
||||
version : '2.7.3',
|
||||
version : '2.7.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.7.3'
|
||||
libogslib_version = '2.7.4'
|
||||
|
||||
prefix = get_option('prefix')
|
||||
bindir = join_paths(prefix, get_option('bindir'))
|
||||
|
||||
Reference in New Issue
Block a user