Skip to content

Commit 0826eb2

Browse files
authored
editing pass 10_0.md (#2746)
* some sentence simplification * removal of extra lines (automatically handled by the editor) * some (not all) passive voice phrasing replaced with active voice
1 parent 9e58feb commit 0826eb2

File tree

1 file changed

+43
-44
lines changed

1 file changed

+43
-44
lines changed

docs/release_notes/10_0.md

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Rocky Linux 10 (RL 10) is the latest major release of Rocky Linux's enterprise o
1313

1414
### Upgrading to Rocky Linux 10
1515

16-
Rocky Linux does not support upgrades to any major release. To move from 8.x or 9.x to Rocky Linux 10, a fresh install of the operating system is recommended.
16+
Rocky Linux does not support upgrades to any major release. To move from 8.x or 9.x to Rocky Linux 10, you should perform a fresh install of the operating system.
1717

1818
### New Features and Changes
1919

2020
The following sections describe selected features of RL 10.
2121

2222
As with all major Rocky Linux releases, this release note covers numerous enhancements, changes, and new features.
2323

24-
The overview that follows highlights changes in the following categories: Architecture, Kernel, Installer, Networking, Security, Virtualization, Containers, Storage, and Package Management. The features highlighted in this release note have been chosen based on their likely relevance to a general audience.
24+
The overview that follows highlights changes in the following categories: Architecture, Kernel, Installer, Networking, Security, Virtualization, Containers, Storage, and Package Management. Chosen here are the features most likely to have relevance to a general audience.
2525

26-
For a complete list of major changes, please see the upstream listing [here](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10/html/10.0_release_notes/overview#overview-major-changes).
26+
For a complete list of major changes, see the upstream listing [here](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10/html/10.0_release_notes/overview#overview-major-changes).
2727

2828
### Supported Architectures
2929

@@ -44,7 +44,7 @@ Rocky Linux 10 is supported on the following processor architectures:
4444
* IBM POWER9, little endian (ppc64le)
4545
* IBM z14 (s390x)
4646

47-
#### Brand New support for RISC-V Architecture
47+
#### Brand New Support for RISC-V Architecture
4848

4949
The Rocky Linux release Engineering team worked long and hard to bring Rocky Linux 10 to certain RISC-V implementations.
5050
Platforms/subsystems supported on release day include - StarFive VisionFive 2 (VF2), **QEMU**, and SiFive HiFive Premier P550.
@@ -63,23 +63,23 @@ AMD's implementation of the x86-64-v3 microarchitecture level, which serves as t
6363

6464
### Installation and Image Creation
6565

66-
The interactive graphical interface for the RL installer, Anaconda, has been updated in several ways for RL 10.
66+
Anaconda, the interactive graphical interface for the Rocky Linux installer, has a number of changes in version 10.
6767

6868
Key changes include:
6969

70-
* By default, the root account is disabled. System management requires creating an administrative user with full sudo privileges. If you opt to enable the root account by setting its password, then standard users can be made without administrative privileges.
70+
* The disabling, by default, of the root account. System management requires creating an administrative user with full sudo privileges. If you opt to enable the root account by setting its password, then you can create standard users without administrative privileges.
7171
* Remote Desktop Protocol (RDP) replaces VNC for graphical remote access during the installation process. This change affects the related kernel boot options.
72-
* The time zone map under the Time & Date section of the installer has been removed.
72+
* Removal of the time zone map under the "Time & Date" section of the installer.
7373
* The graphical interface no longer supports adding third-party repositories during initial installation. Use the `inst.addrepo` boot option or Kickstart instead.
74-
* Documentation that had been available at the time of installation is removed.
74+
* Removal of documentation that had been available at the time of installation.
7575

7676
### Kernel
7777

7878
The default out-of-box Kernel for RL 10 has been updated to version 6.12.0.
7979

8080
Some kernel features are now disabled due to being unmaintained, insecure, or deprecated.
8181

82-
The `rh_waived` kernel command-line argument can enable these features if required. The CFS scheduler has been replaced with the Earliest Eligible Virtual Deadline First (EEVDF) scheduler, which prioritizes latency-sensitive tasks with shorter time slices to improve responsiveness.
82+
The `rh_waived` kernel command-line argument can enable these features if required. Earliest Eligible Virtual Deadline First (EEVDF), which prioritizes latency-sensitive tasks with shorter time slices to improve responsiveness, replace the CFS scheduler.
8383

8484
### Networking
8585

@@ -98,21 +98,21 @@ You must use NetworkManager now. Those tools include `nmcli`, `nmtui`, and `nmst
9898

9999
#### DHCP Client and Server
100100

101-
The DHCP client in RL 10 is implemented as an internal subsystem of NetworkManager. The legacy dhcp-client package is no longer supported upstream and has been removed.
101+
Implementation of the DHCP client in RL 10 is through an internal subsystem of NetworkManager. The legacy dhcp-client package is removed and is no-longer supported upstream.
102102

103-
The ISC DHCP server is end-of-life upstream and is replaced by its successor, Kea DHCP, in RL 10.
103+
Kea DHCP replaces the end-of-life ISC DHCP server in RL 10.
104104

105105
#### Network Bonding and Teaming
106106

107-
Previous versions of Rocky Linux deprecated the NIC teaming feature. It is removed entirely in Rocky Linux 10. As a replacement, configure a bond instead of a network team.
107+
Previous versions of Rocky Linux deprecated the NIC teaming feature. In RL 10, this is now removed entirely. As a replacement, configure a bond instead of a network team.
108108

109109
### Storage
110110

111-
In addition to the following changes, several storage-related device drivers have been added, updated, and removed from RL 10.
111+
In addition to the following changes, several storage-related device drivers are added, updated, or removed from RL 10.
112112

113113
#### Global File System 2 (GFS2)
114114

115-
Support for the GFS2 file system has been discontinued with RL 10.
115+
RL 10 no-longer supports the GFS2 file system.
116116

117117
#### Device Mapper Multipath
118118

@@ -124,26 +124,26 @@ The cryptsetup package has been rebased to version 2.7 to address issues and sup
124124

125125
### Security Features
126126

127-
Numerous new security-related features are included with Rocky Linux 10.
127+
With RL 10, comes the inclusion of numerous new security-related features.
128128

129129
Some of the updates include:
130130

131131
* System-wide cryptographic policies (crypto-policies): OpenSSL and OpenSSH now work with post-quantum algorithms.
132-
* Sequoia PGP: A memory-free implementation of OpenPGP is used now.
133-
* OpenSSH: Stricter SSH host key permissions are restored (New Permissions = 0600 Vs Old permissions = 0640).
132+
* Sequoia PGP: A memory-free implementation of OpenPGP.
133+
* OpenSSH: The restoration of stricter SSH host key permissions. (New Permissions = 0600 Vs Old permissions = 0640).
134134
* GnuTLS: Client and server certificates are now compressed
135135
* yescrypt algorithm: The password algorithm for the default user is changed.
136136

137137
New SELinux changes include the following updates:
138138

139139
* File context equivalency is inverted to /var/run = /run.
140-
* New libvirt service types are added to the SELinux policy.
140+
* The addition of new libvirt service types to the SELinux policy.
141141

142142
### Virtualization
143143

144144
Virtualization sees key changes:
145145

146-
* The monolithic libvirtd daemon is deprecated; the modular daemons and sockets should be used as replacements. Please see detailed documentation about the differences in the [upstream documentation](https://libvirt.org/daemons.html#monolithic-vs-modular-daemons)
146+
* The monolithic libvirtd daemon is deprecated. Use the modular daemons and sockets as replacements. Please see detailed documentation about the differences in the [upstream documentation](https://libvirt.org/daemons.html#monolithic-vs-modular-daemons)
147147
* Deprecation of the i440fx virtual machine type
148148
* Deprecation of Virtual Machine Manager, Cockpit is the intended replacement
149149

@@ -153,11 +153,11 @@ Podman 5 in RL 10 introduces several improvements, including the new default con
153153

154154
Key updates include the deprecation of the slirp4netns network mode, the ability to configure retry attempts and delays for image push and pull operations, and comprehensive support for multi-architecture container images.
155155

156-
Furthermore, Podman 5 continues to support Quadlets, a feature introduced in Podman 4.4, which enables managing Podman containers with systemd using declarative unit files.
156+
Furthermore, Podman 5 continues to support Quadlets, a feature introduced in Podman 4.4, which enables managing Podman containers with `systemd` using declarative unit files.
157157

158158
### Software Management
159159

160-
RPM has been updated to version 4.19, including enhancements and updates to packaging and building tools. There is a new `rpmsort` command introduced for correctly ordering RPM version strings in output pipelines. As an example:
160+
RPM is now version 4.19, Which includes enhancements and updates to packaging and building tools. There is a new `rpmsort` command introduced for correctly ordering RPM version strings in output pipelines. As an example:
161161

162162
The old `sort`: `rpm -q kernel | sort`
163163
kernel-6.12.0-130.el10.x86_64
@@ -171,10 +171,9 @@ kernel-6.12.0-130.el10.x86_64
171171

172172
By default, DNF now omits downloading repository filelist metadata, enhancing responsiveness and conserving disk space. DNF commands that need this metadata will generally download it automatically.
173173

174-
175174
#### Modularity
176175

177-
DNF modularity is deprecated, and Rocky Linux does not intend to provide AppStream content as modules in RL 10. However, in the future, additional application versions may be provided as RPM packages, software collections, or Flatpaks.
176+
DNF modularity is deprecated, and Rocky Linux does not intend to provide AppStream content as modules in RL 10. In the future, RL 10 might provide additional application versions as RPM packages, software collections, or Flatpaks.
178177

179178
### Desktop Environment
180179

@@ -192,7 +191,7 @@ In RL 10, Wayland replaces the X.Org Server. Xwayland will support most X11 clie
192191
| GNOME Terminal | ptyxis terminal |
193192
| PulseAudio daemon (but not the client interfaces) | Pipewire (has already been the default in RL 9) |
194193

195-
Several graphical desktop applications are no longer included in the Rocky Linux 10 distribution. In most cases, these applications can be obtained from upstream sources or are available as Flatpaks on Flathub.
194+
Several graphical desktop applications are no longer included in the Rocky Linux 10 distribution. In most cases, you can obtain these applications from upstream sources or as Flatpaks on Flathub.
196195

197196
#### Removed Applications
198197

@@ -203,14 +202,14 @@ Several graphical desktop applications are no longer included in the Rocky Linux
203202
| Inkscape Vector Graphics Editor | There is no vector graphics editor included in RL 10, but you can find a Flatpak on Flathub. |
204203
| Totem (GNOME Videos) media player | There is no default desktop media player shipped in RL 10. The web browser can still play web-based media. Alternatively, you can choose a different media player from third-party repositories or as a Flatpak from Flathub. |
205204

206-
TigerVNC is removed from RL 10. For VNC client functionality, use the Connections application. No VNC server is provided
207-
gnome-remote-desktop, using RDP, replaces TigerVNC for desktop sharing, remote login, and headless sessions. This is built into GNOME and can be configured in the Settings application.
205+
TigerVNC is removed from RL 10. For VNC client functionality, use the Connections application. There is no VNC server provided.
206+
gnome-remote-desktop, using RDP, replaces TigerVNC for desktop sharing, remote login, and headless sessions. This is built into GNOME and you can configure it in the Settings application.
208207

209208
The Motif X11 desktop environment and toolkit are also removed from RL 10.
210209

211210
### Infrastructure Services
212211

213-
Some of the services and packages that are replaced or removed in RL 10 include the following infrastructure services.
212+
Replacement or removal of some of the services and packages in RL 10 include the following infrastructure services.
214213

215214
| Removed | Replacement |
216215
| :---- | :---- |
@@ -223,40 +222,40 @@ Some of the services and packages that are replaced or removed in RL 10 include
223222

224223
### Dynamic Programming Languages
225224

226-
Several popular programming languages have been updated to their most recent versions.
225+
There are updates to recent versions of several popular programming languages:
227226

228-
- Python 3.12
229-
- Ruby 3.3
230-
- Node.js 22.13
231-
- Perl 5.40
232-
- PHP 8.3
227+
* Python 3.12
228+
* Ruby 3.3
229+
* Node.js 22.13
230+
* Perl 5.40
231+
* PHP 8.3
233232

234233
### Web Servers and Database Servers
235234

236-
A number of popular server daemons have also been updated to more recent versions.
235+
There are updates to many popular server daemons to more recent versions:
237236

238237
#### Web servers
239238

240-
- Apache HTTP Server 2.4.63
241-
- nginx 1.26
239+
* Apache HTTP Server 2.4.63
240+
* nginx 1.26
242241

243242
#### Proxy caching servers
244243

245-
- Varnish Cache 7.6
246-
- Squid 6.10
244+
* Varnish Cache 7.6
245+
* Squid 6.10
247246

248247
#### Database servers
249248

250-
- MariaDB 10.11
251-
- MySQL 8.4
252-
- PostgreSQL 16.8
253-
- Valkey 8.0
249+
* MariaDB 10.11
250+
* MySQL 8.4
251+
* PostgreSQL 16.8
252+
* Valkey 8.0
254253

255254
### RL Web Console (Cockpit)
256255

257256
Cockpit is a web-based interface for managing and monitoring your local system. A graphical file manager and text editor are now available in the web console if you install the `cockpit-files` RPM package.
258257

259-
The host switcher, which enabled multiple systems to be managed simultaneously, is deprecated and disabled by default due to security reasons.
258+
The host switcher, which enabled the simultaneous management of multiple systems, is deprecated and disabled by default due to security reasons.
260259

261260
Cockpit now supports configuring Stratis file-system size limits.
262261

@@ -268,7 +267,7 @@ When using a virtual host with a `passt` backend enabled and `memfd` type for me
268267

269268
### Grey screen after bootup of installation media
270269

271-
In specific hardware configurations, such as virtualized environments with 3D graphics enabled, you may experience Anaconda hanging before the setup wizard is displayed. This issue should be resolvable by switching away from tty6 to another tty and then back to tty6. For example, switch to tty1 and back to tty6 with: ++ctrl+alt+f1++ and then ++ctrl+alt+f6++.
270+
In specific hardware configurations, such as virtualized environments with 3D graphics enabled, you may experience Anaconda hanging before the setup wizard is displayed. This issue should be resolvable by switching away from tty6 to another tty and then back to tty6. For example, switch to tty1 and back to tty6 with: ++ctrl+alt+f1++ and then ++ctrl+alt+f6++.
272271

273272
## Participating and reporting bugs
274273

0 commit comments

Comments
 (0)