]> granicus.if.org Git - sudo/commitdiff
updated version number
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Nov 1995 23:37:15 +0000 (23:37 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Nov 1995 23:37:15 +0000 (23:37 +0000)
30 files changed:
Makefile.in
OPTIONS
check.c
compat.h
config.h.in
find_path.c
getwd.c
goodpath.c
ins_2001.h
ins_classic.h
ins_csops.h
ins_goons.h
insults.h
interfaces.c
logging.c
options.h
parse.c
parse.lex
parse.yacc
pathnames.h.in
putenv.c
strdup.c
sudo.c
sudo.h
sudo_setenv.c
testsudoers.c
tgetpass.c
utime.c
version.h
visudo.c

index 530ed6d60b8484015069c678d38777f098b5eaa8..f88d3b6e2b01a15b729d759b93954be07873fd10 100644 (file)
@@ -1,5 +1,5 @@
 #*
-#* CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+#* CU sudo version 1.3.6 (based on Root Group sudo version 1.1)
 #*
 #* This software comes with no waranty whatsoever, use at your own risk.
 #*
@@ -110,7 +110,7 @@ LIBOBJS = @TGETPASS@ @LIBOBJS@
 HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \
        ins_2001.h ins_classic.h ins_goons.h ins_csops.h
 
-VERSION = 1.3.5
+VERSION = 1.3.6
 
 DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
             PORTING README RUNSON TROUBLESHOOTING Makefile.in acsite.m4 \
diff --git a/OPTIONS b/OPTIONS
index b16271aeb6d3ac08b09c189d5d80c295bcb51da3..b688b7f2fab850b5371d69beffa7766138c55e20 100644 (file)
--- a/OPTIONS
+++ b/OPTIONS
@@ -1,4 +1,4 @@
-The following options may be used to configure sudo 1.3.1
+The following options may be used to configure sudo 1.3.6
 
 FQDN
     Define this if you want to put fully qualified hostnames in the sudoers
diff --git a/check.c b/check.c
index 664d5d67842a33f28c2a5752765a6d30c0daf818..bc7a61fcb2d0af836b55488d925d5a18c1af2fdb 100644 (file)
--- a/check.c
+++ b/check.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.6 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
@@ -754,7 +754,7 @@ static void reminder()
     (void) fprintf(stderr, "\n%s\n%s\n\n%s\n%s\n\n",
 #else
     (void) fprintf(stderr, "\n%s\n%s\n%s\n%s\n\n%s\n%s\n\n%s\n%s\n\n",
-       "    CU sudo version 1.3.1, based on Root Group sudo version 1.1",
+       "    CU sudo version 1.3.6, based on Root Group sudo version 1.1",
        "    sudo version 1.1, Copyright (C) 1991 The Root Group, Inc.",
        "    sudo comes with ABSOLUTELY NO WARRANTY.  This is free software,",
        "    and you are welcome to redistribute it under certain conditions.",
index e55e92d64ad49953f13aa6a1c2f2aeb3dc93d19a..f7deb341e98ae7f27e6b8adfe6f7e2a7befd6241 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 77ae774bc0682d87629bde4b9cea21432d15e739..266900c7536eeb8ae8ca5e2d0c7b73608ae38d80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index e549d71ef628ca0023c835a7e9d97c67bcd20236..0d6849bc7408374d8cb1d0e4b37728b0a5e30a2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/getwd.c b/getwd.c
index 61b27154d78b644dc1f69a7125c020293cad2d5b..340892a8d2e8bbca722726db5a3711e41d53b338 100644 (file)
--- a/getwd.c
+++ b/getwd.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 17ffcc3bfe3cc6e07088aac11cf91e2773f6b047..cce33a6a92b0499f4074e2ffbf78ff8ef6e7affa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 9fac31fdec85f0ad2c8fb6014a480a792be86608..52f539c09f13d2a2b88968a247ea767454ae51f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 44752c7102bd20624f643874c08c16ff0b2520ed..fd5e45fedb26283a3e434f482fb999ec97383afc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 8646072664ad89b4d2fd668aa927b46a5662e7f0..85545920888bb0417c2e2cf9d776a60b5d8de7bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 9413c39d3f381670bd990d81273b6ff4e141ecb8..d3d504e0779eceb21a47584ab4ddff2260e50bb6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index f55fd1cae3b188232acc9015eb1474c1d455f4f0..a6d5280f2533e68fc4122a2100a45792ada8d072 100644 (file)
--- a/insults.h
+++ b/insults.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 22693e226ad866cd78c99df0ca31dddee59a0c54..ae71e4e432b961c702d46c4f9375b5404800a412 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index e3100a922c807413bb75658ff2a8f8c545e223f3..23972e77a072305a88db04aa6ebb9a82c6997b10 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.6 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index 4748eebc14eb5923a39205cc363f43c2f68e2533..4bbcd1f3c592bab9de82d7cfd92c276f8c7d4d4b 100644 (file)
--- a/options.h
+++ b/options.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/parse.c b/parse.c
index 0a62ad31503a3c1259c820d716d7b0d31d6f6dfd..668befd2a31912cee9bdfa602cd0d35404dcb627 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 6c792615df58f888cef4afe5d1340f83d5f51beb..f08f749c4a27d299b6760810f65ea64d5062ced9 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ba59ff1511ad9d50a012da9f49c5930d35a47f8f..3376c40a9fedd3ad1f945ebef8989bdea6e14a24 100644 (file)
@@ -1,6 +1,6 @@
 %{
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 75597cdd6de7832251c825b0b9a94356467c80be..920726f58e0efc5c523cae9b72a24ae645e14529 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index bb93d2d252b1b71dea331b580450f4e5b417fafb..f6583ae1f623093b3466765ac3e3582cd087cde4 100644 (file)
--- a/putenv.c
+++ b/putenv.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 97832d90c412629b1079a0a02881fc29436f91a2..83f6995fb7a6790cad5cf24b3cb1d4a6386e8c31 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.6 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
diff --git a/sudo.c b/sudo.c
index df2e878a21c89fe6f92f6c5cd939ab2cadde41ce..558c31205fc7268e200e09451651b87af035e11c 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.6 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
diff --git a/sudo.h b/sudo.h
index 5f0cf5632803c0db362535d7b3da2fc20064b962..fe838be4a90fb3796e23c53000c868a12677d751 100644 (file)
--- a/sudo.h
+++ b/sudo.h
@@ -1,5 +1,5 @@
 /*
- * CU sudo version 1.3.1 (based on Root Group sudo version 1.1)
+ * CU sudo version 1.3.6 (based on Root Group sudo version 1.1)
  *
  * This software comes with no waranty whatsoever, use at your own risk.
  *
index 756328300fae009f5a347f8a616175d015f793e8..2e0b711ad05fac32bf4a6794345490225687f2ed 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index 58e98492b6164f464cfa5ebc1e53dad9797a7e89..1fe374f3394b84226b87f0de55102816b97f3bec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index ec33d6f417d6950acc22643abd42571f3e9ac66d..4965c9076a963cc1b954771f48bb7ee6a5ff79a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/utime.c b/utime.c
index 3f086c5978a34d1162d25987f30e455aac793954..534937993065d2557ae9710006949540a62a61dc 100644 (file)
--- a/utime.c
+++ b/utime.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
index c36a1f6d311aba138660bcfb927cefd22712608d..f6cbe8e76b7745c705bdb39fea413daf7b1dd067 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -23,6 +23,6 @@
 #ifndef _SUDO_VERSION_H
 #define _SUDO_VERSION_H
 
-static char version[] = "1.3.5";
+static char version[] = "1.3.6";
 
 #endif /* _SUDO_VERSION_H */
index 239bfbe5b5d261037f0a693c7db11b5ce379e9cc..10b4c055d32ddd0cd20d7a210a95f07965378ea2 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -1,5 +1,5 @@
 /*
- *  CU sudo version 1.3.1
+ *  CU sudo version 1.3.6
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by