diff options
| author | Michael Biebl <biebl@debian.org> | 2024-05-31 23:13:10 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-05-31 23:13:10 +0200 |
| commit | baef747c9365b6044db3c2dfbb859652bdde1d76 (patch) | |
| tree | 258affdacf1e997e3a0ab5a768797f085b3008ad /NEWS | |
| parent | 88625ab09bf9c6d8f0d5042fcde398a5abfd1da6 (diff) | |
New upstream version 1.48.0 upstream/1.48.0
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS index baf5a7af..e403b62f 100644 --- a/NEWS +++ b/NEWS @@ -3,11 +3,6 @@ NetworkManager-1.48 Overview of changes since NetworkManager-1.46 ============================================= -This is a snapshot of NetworkManager development. The API is -subject to change and not guaranteed to be compatible with -the later release. -USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! - * Building with autotools is now deprecated and will be completely removed in the next development cycle. We recommend using meson to build NetworkManager -- for basic setup, see the CONTRIBUTING.md file. @@ -27,6 +22,11 @@ USE AT YOUR OWN RISK. NOT RECOMMENDED FOR PRODUCTION USE! when IPv6 device address was not explicitly passed on by ModemManager * Fix a performance issue that was leading to 100% CPU usage by NetworkManager if external programs were doing a big amount of routes updates. +* Patch-level development releases (i.e. 1.48.1-dev) won't be used anymore. + From now on, all the patch releases whithin a stable branch will be normal + releases, like 1.48.0, 1.48.1, 1.48.2, 1.48.3 and so on. + Odd numbers in the minor version number still indicates if it's a development + branch like 1.49 or a stable one like 1.48. ============================================= NetworkManager-1.46 |