]> granicus.if.org Git - sudo/commitdiff
Bump plugin minor version to 10 for sudo_mode, sudo_group and sudo_user.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Nov 2016 03:34:46 +0000 (20:34 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Nov 2016 03:34:46 +0000 (20:34 -0700)
doc/sudo_plugin.cat
doc/sudo_plugin.man.in
doc/sudo_plugin.mdoc.in
include/sudo_plugin.h

index 8cb5bf8549178594bff52a69c0d98ea37040b423..3baad1998b7968ea7422e3ee1c8574ffa0493387 100644 (file)
@@ -1545,6 +1545,10 @@ P\bPL\bLU\bUG\bGI\bIN\bN A\bAP\bPI\bI C\bCH\bHA\bAN\bNG\bGE\bEL\bLO\bOG\bG
      Version 1.9 (sudo 1.8.16)
            The _\be_\bx_\be_\bc_\bf_\bd entry was added to the command_info list.
 
+     Version 1.10 (sudo 1.8.19)
+           The _\bi_\bo_\bl_\bo_\bg_\b__\bg_\br_\bo_\bu_\bp, _\bi_\bo_\bl_\bo_\bg_\b__\bm_\bo_\bd_\be, and _\bi_\bo_\bl_\bo_\bg_\b__\bu_\bs_\be_\br entries were added to
+           the command_info list.
+
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
      sudo.conf(4), sudoers(4), sudo(1m)
 
@@ -1574,4 +1578,4 @@ D\bDI\bIS\bSC\bCL\bLA\bAI\bIM\bME\bER\bR
      file distributed with s\bsu\bud\bdo\bo or https://www.sudo.ws/license.html for
      complete details.
 
-Sudo 1.8.19                    November 7, 2016                    Sudo 1.8.19
+Sudo 1.8.19                    November 8, 2016                    Sudo 1.8.19
index 398f2f91ed425aabea60963ab7f220b17814cbe1..82e2131a144bde015b0654dfaf6b9bc95e809c56 100644 (file)
@@ -16,7 +16,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.TH "SUDO_PLUGIN" "5" "November 7, 2016" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
+.TH "SUDO_PLUGIN" "5" "November 8, 2016" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
 .nh
 .if n .ad l
 .SH "NAME"
@@ -2762,6 +2762,16 @@ The
 entry was added to the
 \fRcommand_info\fR
 list.
+.TP 6n
+Version 1.10 (sudo 1.8.19)
+The
+\fIiolog_group\fR,
+\fIiolog_mode\fR,
+and
+\fIiolog_user\fR
+entries were added to the
+\fRcommand_info\fR
+list.
 .SH "SEE ALSO"
 sudo.conf(@mansectform@),
 sudoers(@mansectform@),
index 429b73f2a0fef3b68f6dfe31a3052715c12ebdc6..7bdbf10b0c797fd60e842a12ffb1253665fa4a38 100644 (file)
@@ -14,7 +14,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 7, 2016
+.Dd November 8, 2016
 .Dt SUDO_PLUGIN @mansectform@
 .Os Sudo @PACKAGE_VERSION@
 .Sh NAME
@@ -2419,6 +2419,15 @@ The
 entry was added to the
 .Li command_info
 list.
+.It Version 1.10 (sudo 1.8.19)
+The
+.Em iolog_group ,
+.Em iolog_mode ,
+and
+.Em iolog_user
+entries were added to the
+.Li command_info
+list.
 .El
 .Sh SEE ALSO
 .Xr sudo.conf @mansectform@ ,
index e00b54f432a98225f22155a9168019fd8830fc48..19b970484d85dd5d1bbcd1e8d7330ed87bc65693 100644 (file)
@@ -19,7 +19,7 @@
 
 /* API version major/minor */
 #define SUDO_API_VERSION_MAJOR 1
-#define SUDO_API_VERSION_MINOR 9
+#define SUDO_API_VERSION_MINOR 10
 #define SUDO_API_MKVERSION(x, y) (((x) << 16) | (y))
 #define SUDO_API_VERSION SUDO_API_MKVERSION(SUDO_API_VERSION_MAJOR, SUDO_API_VERSION_MINOR)