mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	Release v2.4.3
This commit is contained in:
		
							
								
								
									
										30
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,33 @@
 | 
			
		||||
open5gs (2.4.3) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Thu, 20 Jan 2022 17:09:51 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.4.3~bionic) bionic; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Thu, 20 Jan 2022 17:08:55 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.4.3~focal) focal; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Thu, 20 Jan 2022 17:08:01 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.4.3~hirsute) hirsute; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Thu, 20 Jan 2022 17:06:53 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.4.3~impish) impish; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Thu, 20 Jan 2022 17:05:35 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.4.2) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,7 @@
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
PACKAGE="open5gs"
 | 
			
		||||
VERSION="2.2.8"
 | 
			
		||||
VERSION="2.4.3"
 | 
			
		||||
 | 
			
		||||
print_status() {
 | 
			
		||||
    echo
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,7 @@
 | 
			
		||||
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
project('open5gs', 'c', 'cpp',
 | 
			
		||||
    version : '2.4.2',
 | 
			
		||||
    version : '2.4.3',
 | 
			
		||||
    license : 'AGPL-3.0-or-later',
 | 
			
		||||
    meson_version : '>= 0.43.0',
 | 
			
		||||
    default_options : [
 | 
			
		||||
@@ -24,7 +24,7 @@ project('open5gs', 'c', 'cpp',
 | 
			
		||||
    ],
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
libogslib_version = '2.4.2'
 | 
			
		||||
libogslib_version = '2.4.3'
 | 
			
		||||
 | 
			
		||||
prefix = get_option('prefix')
 | 
			
		||||
bindir = join_paths(prefix, get_option('bindir'))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user