The branch, master has been updated
via 1bc806a Happy New Year 2016!
from 73f01cd torture:smb2: fix copy'n'paste error in
durable-open:open2:lease test
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 1bc806a4738d705b45d954060dcd9fd2ab70ddfd
Author: Stefan Metzmacher <[email protected]>
Date: Fri Jan 1 00:17:59 2016 +0100
Happy New Year 2016!
Signed-off-by: Stefan Metzmacher <[email protected]>
Autobuild-User(master): Stefan Metzmacher <[email protected]>
Autobuild-Date(master): Fri Jan 1 03:23:14 CET 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
source3/include/smb.h | 2 +-
source4/smbd/server.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/include/smb.h b/source3/include/smb.h
index d1d7a81..94a0e8a 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -30,7 +30,7 @@
#include "libds/common/roles.h"
/* logged when starting the various Samba daemons */
-#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the
Samba Team 1992-2015"
+#define COPYRIGHT_STARTUP_MESSAGE "Copyright Andrew Tridgell and the
Samba Team 1992-2016"
#define SAFETY_MARGIN 1024
#define LARGE_WRITEX_HDR_SIZE 65
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index cb1a20b..fa6bff1 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -370,7 +370,7 @@ static int binary_smbd_main(const char *binary_name, int
argc, const char *argv[
umask(0);
DEBUG(0,("%s version %s started.\n", binary_name,
SAMBA_VERSION_STRING));
- DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team
1992-2015\n"));
+ DEBUGADD(0,("Copyright Andrew Tridgell and the Samba Team
1992-2016\n"));
if (sizeof(uint16_t) < 2 || sizeof(uint32_t) < 4 || sizeof(uint64_t) <
8) {
DEBUG(0,("ERROR: Samba is not configured correctly for the word
size on your machine\n"));
--
Samba Shared Repository