mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-03 21:43:25 +00:00 
			
		
		
		
	Release v2.6.4
This commit is contained in:
		
							
								
								
									
										30
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,33 @@
 | 
				
			|||||||
 | 
					open5gs (2.6.4) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Bug Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 -- Sukchan Lee <acetcom@gmail.com>  Sun, 21 May 2023 08:45:36 +0900
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					open5gs (2.6.4~kinetic) kinetic; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Bug Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 -- Sukchan Lee <acetcom@gmail.com>  Sun, 21 May 2023 08:43:48 +0900
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					open5gs (2.6.4~jammy) jammy; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Bug Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 -- Sukchan Lee <acetcom@gmail.com>  Sun, 21 May 2023 08:41:35 +0900
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					open5gs (2.6.4~focal) focal; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Bug Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 -- Sukchan Lee <acetcom@gmail.com>  Sun, 21 May 2023 08:39:42 +0900
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					open5gs (2.6.4~bionic) bionic; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  * Bug Fixed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 -- Sukchan Lee <acetcom@gmail.com>  Sun, 21 May 2023 08:36:36 +0900
 | 
				
			||||||
 | 
					
 | 
				
			||||||
open5gs (2.6.3) unstable; urgency=medium
 | 
					open5gs (2.6.3) unstable; urgency=medium
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  * PFCP restoration
 | 
					  * PFCP restoration
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										15
									
								
								docs/_posts/2023-05-21-release-v2.6.4.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								docs/_posts/2023-05-21-release-v2.6.4.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					---
 | 
				
			||||||
 | 
					title: "v2.6.4 - Bug Fixed"
 | 
				
			||||||
 | 
					date: 2023-05-21 08:49: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.6.4)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Download -- [v2.6.4.tar.gz](https://github.com/open5gs/open5gs/archive/v2.6.4.tar.gz)
 | 
				
			||||||
 | 
					{: .notice--info}
 | 
				
			||||||
@@ -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.6.3',
 | 
					    version : '2.6.4',
 | 
				
			||||||
    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 : [
 | 
				
			||||||
@@ -25,7 +25,7 @@ project('open5gs', 'c', 'cpp',
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
libogslib_version = '2.6.3'
 | 
					libogslib_version = '2.6.4'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
prefix = get_option('prefix')
 | 
					prefix = get_option('prefix')
 | 
				
			||||||
bindir = join_paths(prefix, get_option('bindir'))
 | 
					bindir = join_paths(prefix, get_option('bindir'))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user