Skip to content

Commit 28df79a

Browse files
eltociearmillert
authored andcommitted
docs: update NEWS
minor fix
1 parent 17aa768 commit 28df79a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ What's new in Sudo 1.9.12
596596
from the EDITOR environment variable. GitHub issue #179.
597597

598598
* The sudo Python plugin now implements the "find_spec" method instead
599-
of the the deprecated "find_module". This fixes a test failure when
599+
of the deprecated "find_module". This fixes a test failure when
600600
a newer version of setuptools that doesn't include "find_module" is
601601
found on the system.
602602

@@ -1042,7 +1042,7 @@ What's new in Sudo 1.9.7p2
10421042
to load a plugin with a name that conflicts with a Python module
10431043
installed in the system location.
10441044

1045-
* Sudo no longer sets the the open files resource limit to "unlimited"
1045+
* Sudo no longer sets the open files resource limit to "unlimited"
10461046
while it runs. This avoids a problem where sudo's closefrom()
10471047
emulation would need to close a very large number of descriptors
10481048
on systems without a way to determine which ones are actually open.
@@ -1719,7 +1719,7 @@ What's new in Sudo 1.9.0
17191719

17201720
* Fixed an issue where PAM session modules could be called with
17211721
the wrong user name when multiple users in the passwd database
1722-
share the the same user-ID. Debian bug #734752.
1722+
share the same user-ID. Debian bug #734752.
17231723

17241724
* Sudo command line options that take a value may only be specified
17251725
once. This is to help guard against problems caused by poorly
@@ -3620,7 +3620,7 @@ What's new in Sudo 1.8.6p1?
36203620

36213621
What's new in Sudo 1.8.6?
36223622

3623-
* Sudo is now built with the -fstack-protector flag if the the
3623+
* Sudo is now built with the -fstack-protector flag if the
36243624
compiler supports it. Also, the -zrelro linker flag is used if
36253625
supported. The --disable-hardening configure option can be used
36263626
to build sudo without stack smashing protection.

0 commit comments

Comments
 (0)