Release v2.7.6

This commit is contained in:
Sukchan Lee
2025-07-19 10:32:41 +09:00
parent c58b8f0819
commit d9d3abdd48
3 changed files with 59 additions and 2 deletions

42
debian/changelog vendored
View File

@@ -1,3 +1,45 @@
open5gs (2.7.6) unstable; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 19 Jul 2025 10:02:38 +0900
open5gs (2.7.6~plucky) plucky; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 19 Jul 2025 09:59:50 +0900
open5gs (2.7.6~oracular) oracular; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 19 Jul 2025 09:57:14 +0900
open5gs (2.7.6~noble) noble; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 19 Jul 2025 09:55:32 +0900
open5gs (2.7.6~jammy) jammy; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 19 Jul 2025 09:53:39 +0900
open5gs (2.7.6~focal) focal; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 19 Jul 2025 09:51:57 +0900
open5gs (2.7.6~bionic) bionic; urgency=medium
* Bug Fixed
-- Sukchan Lee <acetcom@gmail.com> Sat, 19 Jul 2025 09:49:35 +0900
open5gs (2.7.5) unstable; urgency=medium
* Bug Fixed

View File

@@ -0,0 +1,15 @@
---
title: "v2.7.6 - Bug fixed"
date: 2025-03-30 22:05: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.7.6)
Download -- [v2.7.6.tar.gz](https://github.com/open5gs/open5gs/archive/v2.7.6.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.7.5',
version : '2.7.6',
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.5'
libogslib_version = '2.7.6'
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))