[SCM] Samba Shared Repository - branch master updated

Karolin Seeger kseeger at samba.org
Mon Jan 4 12:52:01 UTC 2021


The branch, master has been updated
       via  aabd5812a1d WHATSNEW: printing changes
       via  2f6cea063dd script/release.sh: Use new GPG key.
      from  3e96c95d41e lib: Avoid declaring zero-length VLAs in various messaging functions

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit aabd5812a1d1eb4555f91e776a3e934511c314ba
Author: Björn Jacke <bj at sernet.de>
Date:   Mon Jan 4 12:20:36 2021 +0100

    WHATSNEW: printing changes
    
    Signed-off-by: Bjoern Jacke <bjacke at samba.org>
    Reviewed-by: Karolin Seeger <kseeger at samba.org>
    
    Autobuild-User(master): Karolin Seeger <kseeger at samba.org>
    Autobuild-Date(master): Mon Jan  4 12:51:49 UTC 2021 on sn-devel-184

commit 2f6cea063ddf52d77037644d612bbc209837e707
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Dec 22 09:35:58 2020 +0100

    script/release.sh: Use new GPG key.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt      | 9 +++++++++
 script/release.sh | 6 +++---
 2 files changed, 12 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d53a7da1e8b..fd94e0c217f 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -49,6 +49,15 @@ libraries called from Samba VFS modules as "based on" and/or creating a
 Accordingly, we do not require such libraries be licensed under the GNU GPL
 or a GNU GPL compatible license.
 
+
+Printing
+--------
+
+Publishing printers in AD is more reliable and more printer features are
+added to the published information in AD. Samba now also supports Windows
+drivers for the ARM64 architecture.
+
+
 Client Group Policy
 -------------------
 This release extends Samba to support Group Policy functionality for Winbind
diff --git a/script/release.sh b/script/release.sh
index 507d5931a6a..fd7e9736416 100755
--- a/script/release.sh
+++ b/script/release.sh
@@ -1053,7 +1053,7 @@ samba-rc)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='6F33915B6568B7EA'
+		GPG_KEYID='AA99442FB680B620'
 	}
 
 	productbase="samba"
@@ -1074,7 +1074,7 @@ samba-stable)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='6F33915B6568B7EA'
+		GPG_KEYID='AA99442FB680B620'
 	}
 
 	productbase="samba"
@@ -1096,7 +1096,7 @@ TODO-samba-security)
 	}
 
 	test -z "${GPG_KEYID-}"  && {
-		GPG_KEYID='6F33915B6568B7EA'
+		GPG_KEYID='AA99442FB680B620'
 	}
 
 	productbase="samba"


-- 
Samba Shared Repository



More information about the samba-cvs mailing list