mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	Release v2.6.2
This commit is contained in:
		
							
								
								
									
										30
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,33 @@
 | 
			
		||||
open5gs (2.6.2) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Tue, 04 Apr 2023 22:02:19 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.6.2~kinetic) kinetic; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Tue, 04 Apr 2023 22:00:46 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.6.2~jammy) jammy; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Tue, 04 Apr 2023 21:59:16 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.6.2~focal) focal; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Tue, 04 Apr 2023 21:57:26 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.6.2~bionic) bionic; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Bug Fixed
 | 
			
		||||
 | 
			
		||||
 -- Sukchan Lee <acetcom@gmail.com>  Tue, 04 Apr 2023 21:54:48 +0900
 | 
			
		||||
 | 
			
		||||
open5gs (2.6.1) unstable; urgency=medium
 | 
			
		||||
 | 
			
		||||
  * Upgrade to Release-17
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,7 @@
 | 
			
		||||
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
project('open5gs', 'c', 'cpp',
 | 
			
		||||
    version : '2.6.1',
 | 
			
		||||
    version : '2.6.2',
 | 
			
		||||
    license : 'AGPL-3.0-or-later',
 | 
			
		||||
    meson_version : '>= 0.43.0',
 | 
			
		||||
    default_options : [
 | 
			
		||||
@@ -25,7 +25,7 @@ project('open5gs', 'c', 'cpp',
 | 
			
		||||
    ],
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
libogslib_version = '2.6.1'
 | 
			
		||||
libogslib_version = '2.6.2'
 | 
			
		||||
 | 
			
		||||
prefix = get_option('prefix')
 | 
			
		||||
bindir = join_paths(prefix, get_option('bindir'))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user