Release Notes - v0.4.2

This commit is contained in:
Sukchan Lee
2019-05-28 21:19:32 +09:00
parent 4d7b6c04c5
commit 88d0a53956
2 changed files with 21 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
---
title: "v0.4.1 - Stable version of v0.4.x"
title: "v0.4.1 - Bug fixes & minor changes"
date: 2019-05-18 19:06:00 +0900
categories:
- Release

View File

@@ -0,0 +1,20 @@
---
title: "v0.4.2 - Stable version of v0.4.x"
date: 2019-05-28 21:13:00 +0900
categories:
- Release
tags:
- News
- Release
head_inline: "<style> ul { padding-bottom: 1em; } </style>"
---
#### Enhancement
- Support a different APN for each PGW ([#183](https://github.com/open5gs/nextepc/issues/183))
- Attach Reject for an invalid APN name ([#187](https://github.com/open5gs/nextepc/issues/187)) -- [ravens](https://github.com/ravens)
#### Bug fixes
- Fix the PIDFile path of the systemd service ([#182](https://github.com/open5gs/nextepc/issues/182)) -- [smoein](https://github.com/smoein)
Download -- [v0.4.2.tar.gz](https://github.com/open5gs/nextepc/archive/v0.4.2.tar.gz)
{: .notice--info}