[SCM] Samba Shared Repository - branch master updated
Jule Anger
janger at samba.org
Mon Jan 24 12:16:02 UTC 2022
The branch, master has been updated
via d844bc6cbdb ldb: bump version to 2.6.0 for Samba 4.17.x releases
via a3de4316c48 VERSION: Bump version up to 4.17.0pre1...
via 401df670af4 VERSION: Disable GIT_SNAPSHOT for the Samba 4.16.0rc1 release.
via c6bc927ac8f WHATSNEW: Up to Samba 4.16.0rc1.
via 1c776e54cf3 tdb: version 1.4.6
from 809f4fe2c78 s4:librpc: raise log level for failed connection attempts
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit d844bc6cbdbaafec5e82a259ec5ae341b77f35c8
Author: Stefan Metzmacher <metze at samba.org>
Date: Mon Jan 24 11:57:15 2022 +0100
ldb: bump version to 2.6.0 for Samba 4.17.x releases
Signed-off-by: Stefan Metzmacher <metze at samba.org>
Signed-off-by: Jule Anger <janger at samba.org>
Autobuild-User(master): Jule Anger <janger at samba.org>
Autobuild-Date(master): Mon Jan 24 12:15:09 UTC 2022 on sn-devel-184
commit a3de4316c48892797651404416ffd1b0c1138283
Author: Jule Anger <janger at samba.org>
Date: Mon Jan 24 11:51:04 2022 +0100
VERSION: Bump version up to 4.17.0pre1...
and re-enable GIT_SNAPSHOT.
Signed-off-by: Jule Anger <janger at samba.org>
Signed-off-by: Stefan Metzmacher <metze at samba.org>
commit 401df670af40c613f44e795de758e265b90080cc
Author: Jule Anger <janger at samba.org>
Date: Mon Jan 24 11:46:26 2022 +0100
VERSION: Disable GIT_SNAPSHOT for the Samba 4.16.0rc1 release.
Signed-off-by: Jule Anger <janger at samba.org>
Signed-off-by: Stefan Metzmacher <metze at samba.org>
commit c6bc927ac8fd40b27fa5193788297ebd6abf44ae
Author: Jule Anger <janger at samba.org>
Date: Mon Jan 24 11:45:43 2022 +0100
WHATSNEW: Up to Samba 4.16.0rc1.
Signed-off-by: Jule Anger <janger at samba.org>
Signed-off-by: Stefan Metzmacher <metze at samba.org>
commit 1c776e54cf33b46b2ed73263f093d596a0cdbb2f
Author: Stefan Metzmacher <metze at samba.org>
Date: Mon Jan 24 11:56:00 2022 +0100
tdb: version 1.4.6
* Use atomic operations for tdb_[increment|get]_seqnum
Signed-off-by: Stefan Metzmacher <metze at samba.org>
Signed-off-by: Jule Anger <janger at samba.org>
-----------------------------------------------------------------------
Summary of changes:
VERSION | 2 +-
WHATSNEW.txt | 2 +-
lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.6.0.sigs} | 0
lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.6.0.sigs} | 0
lib/ldb/wscript | 4 ++--
lib/tdb/ABI/{tdb-1.3.17.sigs => tdb-1.4.6.sigs} | 0
lib/tdb/wscript | 2 +-
7 files changed, 5 insertions(+), 5 deletions(-)
copy lib/ldb/ABI/{ldb-2.0.5.sigs => ldb-2.6.0.sigs} (100%)
copy lib/ldb/ABI/{pyldb-util-2.1.0.sigs => pyldb-util-2.6.0.sigs} (100%)
copy lib/tdb/ABI/{tdb-1.3.17.sigs => tdb-1.4.6.sigs} (100%)
Changeset truncated at 500 lines:
diff --git a/VERSION b/VERSION
index ec3b043eaaa..a347d8b4486 100644
--- a/VERSION
+++ b/VERSION
@@ -24,7 +24,7 @@
# -> "3.0.0" #
########################################################
SAMBA_VERSION_MAJOR=4
-SAMBA_VERSION_MINOR=16
+SAMBA_VERSION_MINOR=17
SAMBA_VERSION_RELEASE=0
########################################################
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index a65439c43da..71a8d9a103e 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
Release Announcements
=====================
-This is the first pre release of Samba 4.16. This is *not*
+This is the first release candidate of Samba 4.16. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
diff --git a/lib/ldb/ABI/ldb-2.0.5.sigs b/lib/ldb/ABI/ldb-2.6.0.sigs
similarity index 100%
copy from lib/ldb/ABI/ldb-2.0.5.sigs
copy to lib/ldb/ABI/ldb-2.6.0.sigs
diff --git a/lib/ldb/ABI/pyldb-util-2.1.0.sigs b/lib/ldb/ABI/pyldb-util-2.6.0.sigs
similarity index 100%
copy from lib/ldb/ABI/pyldb-util-2.1.0.sigs
copy to lib/ldb/ABI/pyldb-util-2.6.0.sigs
diff --git a/lib/ldb/wscript b/lib/ldb/wscript
index b811b68861f..63d0ceaf234 100644
--- a/lib/ldb/wscript
+++ b/lib/ldb/wscript
@@ -1,8 +1,8 @@
#!/usr/bin/env python
APPNAME = 'ldb'
-# For Samba 4.16.x
-VERSION = '2.5.0'
+# For Samba 4.17.x
+VERSION = '2.6.0'
import sys, os
diff --git a/lib/tdb/ABI/tdb-1.3.17.sigs b/lib/tdb/ABI/tdb-1.4.6.sigs
similarity index 100%
copy from lib/tdb/ABI/tdb-1.3.17.sigs
copy to lib/tdb/ABI/tdb-1.4.6.sigs
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index 81132dc3276..2eb25b7f235 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -1,7 +1,7 @@
#!/usr/bin/env python
APPNAME = 'tdb'
-VERSION = '1.4.5'
+VERSION = '1.4.6'
import sys, os
--
Samba Shared Repository
More information about the samba-cvs
mailing list