2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-23 02:17:35 +00:00

update sudo 1.8 section

This commit is contained in:
Todd C. Miller 2011-02-25 13:39:28 -05:00
parent 4688f1ce60
commit c30fecb830

8
NEWS
View File

@ -1,10 +1,10 @@
What's new in Sudo 1.8.0? What's new in Sudo 1.8.0?
* Sudo has been refactored to use modular framework that can * Sudo has been refactored to use a modular framework that can
support third-party policy and I/O logging plugins. The default support third-party policy and I/O logging plugins. The default
plugin is "sudoers" which provides the traditional sudo plugin is "sudoers" which provides the traditional sudo functionality.
functionality. See the sudo_plugin manual for details on the See the sudo_plugin manual for details on the plugin API and the
plugin interface and the sample plugin for a simple example. sample in the plugins directory for a simple example.
What's new in Sudo 1.7.5? What's new in Sudo 1.7.5?