diff --git a/debian/changelog b/debian/changelog index e16c6323f..b2e16193f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +open5gs (2.0.21) unstable; urgency=medium + + * Bug Fixed + + -- Sukchan Lee Wed, 11 Nov 2020 14:16:54 -0500 + open5gs (2.0.21~focal) focal; urgency=medium * Bug Fixed @@ -10,12 +16,6 @@ open5gs (2.0.21~bionic) bionic; urgency=medium -- Sukchan Lee Wed, 11 Nov 2020 14:11:17 -0500 -open5gs (2.0.21) unstable; urgency=medium - - * Bug Fixed - - -- Sukchan Lee Wed, 11 Nov 2020 14:06:54 -0500 - open5gs (2.0.20) unstable; urgency=medium * Bug Fixed diff --git a/docker/check.sh b/docker/check.sh index 9b96e0960..5dc5d9a68 100755 --- a/docker/check.sh +++ b/docker/check.sh @@ -3,25 +3,16 @@ docker-compose build docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test -TAG=eoan docker-compose build -TAG=eoan docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test +TAG=bionic docker-compose build +TAG=bionic docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test -DIST=fedora docker-compose build -DIST=fedora docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test - -DIST=fedora TAG=29 docker-compose build -DIST=fedora TAG=29 docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test +DIST=fedora TAG=32 docker-compose build +DIST=fedora TAG=32 docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test DIST=centos docker-compose build DIST=centos docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test -DIST=centos TAG=7 docker-compose build -DIST=centos TAG=7 docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test - DIST=debian docker-compose build DIST=debian docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test -DIST=debian TAG=stretch docker-compose build -DIST=debian TAG=stretch docker-compose -f docker-compose.yml -f docker-compose.test.yml run --rm test - docker rm $(docker ps -qa --no-trunc --filter "status=exited") diff --git a/docker/debian/stretch b/docker/fedora/32 similarity index 100% rename from docker/debian/stretch rename to docker/fedora/32 diff --git a/docker/ubuntu/eoan b/docker/fedora/33 similarity index 100% rename from docker/ubuntu/eoan rename to docker/fedora/33 diff --git a/docker/ubuntu/xenial b/docker/ubuntu/xenial deleted file mode 120000 index b9bc2fdcb..000000000 --- a/docker/ubuntu/xenial +++ /dev/null @@ -1 +0,0 @@ -latest \ No newline at end of file diff --git a/docs/_docs/guide/01-quickstart.md b/docs/_docs/guide/01-quickstart.md index a9bd0c7be..610358599 100644 --- a/docs/_docs/guide/01-quickstart.md +++ b/docs/_docs/guide/01-quickstart.md @@ -2,7 +2,7 @@ title: Quickstart --- -**Note:** Open5GS supports installation of packages in *Debian/Ubuntu and openSUSE* environments. *CentOS, Fedora, FreeBSD, and Mac OSX* require you to [build with source code]({{ site.url }}{{ site.baseurl }}/docs/guide/02-building-open5gs-from-sources) +**Note:** Open5GS supports installation of packages in *Debian/Ubuntu and openSUSE* environments. *CentOS, Fedora, and Mac OSX* require you to [build with source code]({{ site.url }}{{ site.baseurl }}/docs/guide/02-building-open5gs-from-sources) {: .notice--warning} ### Install Open5GS with a Package Manager diff --git a/docs/_docs/guide/02-building-open5gs-from-sources.md b/docs/_docs/guide/02-building-open5gs-from-sources.md index ce539d301..c7a1b7e50 100644 --- a/docs/_docs/guide/02-building-open5gs-from-sources.md +++ b/docs/_docs/guide/02-building-open5gs-from-sources.md @@ -6,6 +6,10 @@ head_inline: "" This post explains how to compile and install the source code on **Debian/Ubuntu** based Linux Distribution. {: .blue} +**Note:** Ubuntu 16.04(xenial) and earlier versions, and Debian 9(stretch) and earlier versions are not supported. +{: .notice--danger} + + ### Getting MongoDB --- diff --git a/docs/_docs/platform/03-fedora.md b/docs/_docs/platform/03-fedora.md index 0c79e44ee..304851cdf 100644 --- a/docs/_docs/platform/03-fedora.md +++ b/docs/_docs/platform/03-fedora.md @@ -3,9 +3,12 @@ title: Fedora head_inline: "" --- -This guide is based on **Fedora 31** Distribution. +This guide is based on **Fedora 32** Distribution. {: .blue} +**Note:** Fedora 33 is not working +{: .notice--danger} + ### Getting MongoDB --- diff --git a/docs/_docs/platform/05-macosx.md b/docs/_docs/platform/05-macosx.md index f68c85f54..3508118e0 100644 --- a/docs/_docs/platform/05-macosx.md +++ b/docs/_docs/platform/05-macosx.md @@ -75,6 +75,13 @@ Install the depedencies for building the source code. $ brew install mongo-c-driver gnutls libgcrypt libidn libyaml libmicrohttpd curl pkg-config ``` +Install Bison and Create soft link. +```bash +$ brew install bison +$ cd /usr/local/bin +$ ln -s ../Cellar/bison/3.7.3/bin/bison bison +``` + Install Meson using Homebrew. ```bash $ brew install meson diff --git a/docs/_pages/docs.md b/docs/_pages/docs.md index 75af0ed00..455f61468 100644 --- a/docs/_pages/docs.md +++ b/docs/_pages/docs.md @@ -24,5 +24,4 @@ head_inline: "" - [Debian/Ubuntu](platform/01-debian-ubuntu) - [CentOS](platform/02-centos) - [Fedora](platform/03-fedora) - - [FreeBSD](platform/04-freebsd) - [MacOSX](platform/05-macosx) diff --git a/docs/_posts/2020-11-11-release-v2.0.21.md b/docs/_posts/2020-11-11-release-v2.0.21.md index abd4a44cd..d899395a0 100644 --- a/docs/_posts/2020-11-11-release-v2.0.21.md +++ b/docs/_posts/2020-11-11-release-v2.0.21.md @@ -33,5 +33,5 @@ head_inline: "" - Fix the DIAMETER_MISSING_AVP on Rx ([#610](https://github.com/open5gs/open5gs/issues/610)) -- [RafalArciszewski](https://github.com/RafalArciszewski) - Make WebUI listen on 0.0.0.0:3000 ([#587](https://github.com/open5gs/open5gs/pull/587)) -- [bjoern-r](https://github.com/bjoern-r) -Download -- [v2.0.20.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.20.tar.gz) +Download -- [v2.0.21.tar.gz](https://github.com/open5gs/open5gs/archive/v2.0.21.tar.gz) {: .notice--info}