summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2014-02-24 09:31:14 -0700
committerTodd C. Miller <Todd.Miller@courtesan.com>2014-02-24 09:31:14 -0700
commit0450e6e1b02fd3b4b186194f03d5d996ceb948e5 (patch)
treeb7cffe3d704c64c312ee77224231a6ec71d394a7 /NEWS
parentf443248ec59e11b525466b76ef5807a2d5620f99 (diff)
downloadsudo-0450e6e1b02fd3b4b186194f03d5d996ceb948e5.tar.gz
When exporting sudoers in JSON format, use the same type of Options
object for both Defaults and Cmnd_Specs.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 212d3b69d..73898fcf1 100644
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,9 @@ What's new in Sudo 1.8.10?
directory at boot time on AIX and HP-UX systems. These systems
either lack /var/run or do not clear it on boot.
+ * The JSON format used by "visudo -x" now uses the same type of
+ Options object for both Defaults and Cmnd_Specs.
+
What's new in Sudo 1.8.9p5?
* Fixed a compilation error on AIX when LDAP support is enabled.