diff --git a/docs/_docs/guide/01-quickstart.md b/docs/_docs/guide/01-quickstart.md index e5cca7b3a..3797ee46b 100644 --- a/docs/_docs/guide/01-quickstart.md +++ b/docs/_docs/guide/01-quickstart.md @@ -111,6 +111,7 @@ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbunt https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.04/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.10/ https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_21.04/ +https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_21.10/ ``` #### openSUSE @@ -147,6 +148,7 @@ https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_18. https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.04/ https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_20.10/ https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.04/ +https://download.opensuse.org/repositories/network:/osmocom:/nightly/xUbuntu_21.10/ ``` diff --git a/docs/_posts/2022-01-14-release-v2.4.2.md b/docs/_posts/2022-01-14-release-v2.4.2.md new file mode 100644 index 000000000..013f255c7 --- /dev/null +++ b/docs/_posts/2022-01-14-release-v2.4.2.md @@ -0,0 +1,23 @@ +--- +title: "v2.4.2 - Bug Fixes (mostly talloc related)" +date: 2022-01-14 20:50:00 +0900 +categories: + - Release +tags: + - News + - Release +head_inline: "" +--- + +#### Bug Fixes +- [HSS] Changed PUR-Flags to Optional ([#1298](https://github.com/open5gs/open5gs/issues/1298)) -- [fedkis](https://github.com/fedkis) +- [PFCP/DIAMETER] Fixed the crash by flow->description ([#1313](https://github.com/open5gs/open5gs/issues/1313)) -- [WingPig99](https://github.com/WingPig99), [s5uishida](https://github.com/s5uishida) +- [ALL] Fixed the crash by epoll ([#1131](https://github.com/open5gs/open5gs/issues/1131)) -- [VLiu7](https://github.com/VLiu7) +- [AMF] Should cipher the NAS message container IE ([715e4c0](https://github.com/open5gs/open5gs/commit/715e4c0b506357ee57df3a827ae2cbf0cadf6209)) + +#### Modification +- [SMF/UPF] Changed IPv6 prefix to documentation prefix 2001:db8::/32 ([#1320](https://github.com/open5gs/open5gs/issues/1320),[#1321](https://github.com/open5gs/open5gs/pull/1321)) -- [JM-Lemmi](https://github.com/JM-Lemmi) +- [ALL] Increased gNB/NF memory pool from 32 to 64 ([ea667587](https://github.com/open5gs/open5gs/commit/ea6675879c52f8c758ca215f70734a9acf54e064)) + +Download -- [v2.4.2.tar.gz](https://github.com/open5gs/open5gs/archive/v2.4.2.tar.gz) +{: .notice--info}