The branch, master has been updated via 70fe510 Add Samba 4.12.10. via 1d1ef43 NEWS[4.12.10]: Samba 4.12.10 Available for Download from 3740d04 Add Samba 4.11.16 to the list.
https://git.samba.org/?p=samba-web.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 70fe510939f9b687b6b28fd7be420d9630f9c0f4 Author: Karolin Seeger <ksee...@samba.org> Date: Thu Nov 5 11:01:49 2020 +0100 Add Samba 4.12.10. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 1d1ef43196d205df433f03f6a85b7d0b31e2e23b Author: Karolin Seeger <ksee...@samba.org> Date: Thu Nov 5 11:00:11 2020 +0100 NEWS[4.12.10]: Samba 4.12.10 Available for Download Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: history/header_history.html | 1 + history/{samba-4.13.2.html => samba-4.12.10.html} | 52 +++++++++-------------- posted_news/20201105-100129.4.12.10.body.html | 13 ++++++ posted_news/20201105-100129.4.12.10.headline.html | 3 ++ 4 files changed, 36 insertions(+), 33 deletions(-) copy history/{samba-4.13.2.html => samba-4.12.10.html} (57%) create mode 100644 posted_news/20201105-100129.4.12.10.body.html create mode 100644 posted_news/20201105-100129.4.12.10.headline.html Changeset truncated at 500 lines: diff --git a/history/header_history.html b/history/header_history.html index 51dd882..98f1054 100755 --- a/history/header_history.html +++ b/history/header_history.html @@ -12,6 +12,7 @@ <li><a href="samba-4.13.2.html">samba-4.13.2</a></li> <li><a href="samba-4.13.1.html">samba-4.13.1</a></li> <li><a href="samba-4.13.0.html">samba-4.13.0</a></li> + <li><a href="samba-4.12.10.html">samba-4.12.10</a></li> <li><a href="samba-4.12.9.html">samba-4.12.9</a></li> <li><a href="samba-4.12.8.html">samba-4.12.8</a></li> <li><a href="samba-4.12.7.html">samba-4.12.7</a></li> diff --git a/history/samba-4.13.2.html b/history/samba-4.12.10.html similarity index 57% copy from history/samba-4.13.2.html copy to history/samba-4.12.10.html index 295b081..5395897 100644 --- a/history/samba-4.13.2.html +++ b/history/samba-4.12.10.html @@ -2,29 +2,30 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<title>Samba 4.13.2 - Release Notes</title> +<title>Samba 4.12.10 - Release Notes</title> </head> <body> -<H2>Samba 4.13.2 Available for Download</H2> +<H2>Samba 4.12.10 Available for Download</H2> <p> -<a href="https://download.samba.org/pub/samba/stable/samba-4.13.2.tar.gz">Samba 4.13.2 (gzipped)</a><br> -<a href="https://download.samba.org/pub/samba/stable/samba-4.13.2.tar.asc">Signature</a> +<a href="https://download.samba.org/pub/samba/stable/samba-4.12.10.tar.gz">Samba 4.12.10 (gzipped)</a><br> +<a href="https://download.samba.org/pub/samba/stable/samba-4.12.10.tar.asc">Signature</a> </p> <p> -<a href="https://download.samba.org/pub/samba/patches/samba-4.13.1-4.13.2.diffs.gz">Patch (gzipped) against Samba 4.13.1</a><br> -<a href="https://download.samba.org/pub/samba/patches/samba-4.13.1-4.13.2.diffs.asc">Signature</a> +<a href="https://download.samba.org/pub/samba/patches/samba-4.12.9-4.12.10.diffs.gz">Patch (gzipped) against Samba 4.12.9</a><br> +<a href="https://download.samba.org/pub/samba/patches/samba-4.12.9-4.12.10.diffs.asc">Signature</a> </p> <p> <pre> - ============================== - Release Notes for Samba 4.13.2 - November 03, 2020 - ============================== + =============================== + Release Notes for Samba 4.12.10 + November 05, 2020 + =============================== -This is the latest stable release of the Samba 4.13 release series. +This is the latest stable release of the Samba 4.12 release series. Major enhancements include: + o BUG 14537: ctdb-common: Avoid aliasing errors during code optimization. o BUG 14486: vfs_glusterfs: Avoid data corruption with the write-behind translator. @@ -46,11 +47,11 @@ refuse to connect if detected. Please disable the write-behind translator for the GlusterFS volume to allow the plugin to connect to the volume. -Changes since 4.13.1 +Changes since 4.12.9 -------------------- o Jeremy Allison <j...@samba.org> - * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char + * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return. o Ralph Boehme <s...@samba.org> @@ -59,24 +60,16 @@ o Ralph Boehme <s...@samba.org> o Alexander Bokovoy <a...@samba.org> * BUG 14538: smb.conf.5: Add clarification how configuration changes reflected by Samba. - * BUG 14552: daemons: Report status to systemd even when running in - foreground. - * BUG 14553: DNS Resolver: Support both dnspython before and after 2.0.0. - + o Günther Deschner <g...@samba.org> * BUG 14486: s3-vfs_glusterfs: Refuse connection when write-behind xlator is present. + * winexe:: Add configure option to control whether to build it + (default: auto). o Amitay Isaacs <ami...@gmail.com> - * BUG 14487: provision: Add support for BIND 9.16.x. + * BUG 14487: Latest version of Bind9 is now 9.20. * BUG 14537: ctdb-common: Avoid aliasing errors during code optimization. - * BUG 14541: libndr: Avoid assigning duplicate versions to symbols. - -o Björn Jacke <bja...@samba.org> - * BUG 14522: docs: Fix default value of spoolss:architecture. - -o Laurent Menase <laurent.men...@hpe.com> - * BUG 14388: winbind: Fix a memleak. o Stefan Metzmacher <me...@samba.org> * BUG 14531: s4:dsdb:acl_read: Implement "List Object" mode feature. @@ -88,15 +81,8 @@ o Sachin Prabhu <spra...@redhat.com> o Khem Raj <raj.k...@gmail.com> * nsswitch/nsstest.c: Avoid nss function conflicts with glibc nss.h. -o Anoop C S <anoo...@samba.org> - * BUG 14530: vfs_shadow_copy2: Avoid closing snapsdir twice. - -o Andreas Schneider <a...@samba.org> - * BUG 14547: third_party: Update resolv_wrapper to version 1.1.7. - * BUG 14550: examples:auth: Do not install example plugin. - o Martin Schwenke <mar...@meltin.net> - * BUG 14513: ctdb-recoverd: Drop unnecessary and broken code. + * BUG 14513: ctdb disable/enable can still fail due to race condition. o Andrew Walker <awal...@ixsystems.com> * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special. diff --git a/posted_news/20201105-100129.4.12.10.body.html b/posted_news/20201105-100129.4.12.10.body.html new file mode 100644 index 0000000..7a78bdc --- /dev/null +++ b/posted_news/20201105-100129.4.12.10.body.html @@ -0,0 +1,13 @@ +<!-- BEGIN: posted_news/20201105-100129.4.12.10.body.html --> +<h5><a name="4.12.10">05 November 2020</a></h5> +<p class=headline>Samba 4.12.10 Available for Download</p> +<p> +This is the latest stable release of the Samba 4.12 release series. +</p> +<p> +The uncompressed tarball has been signed using GnuPG (ID 6F33915B6568B7EA). +The source code can be <a href="https://download.samba.org/pub/samba/stable/samba-4.12.10.tar.gz">downloaded now</a>. +A <a href="https://download.samba.org/pub/samba/patches/samba-4.12.9-4.12.10.diffs.gz">patch against Samba 4.12.9</a> is also available. +See <a href="https://www.samba.org/samba/history/samba-4.12.10.html">the release notes for more info</a>. +</p> +<!-- END: posted_news/20201105-100129.4.12.10.body.html --> diff --git a/posted_news/20201105-100129.4.12.10.headline.html b/posted_news/20201105-100129.4.12.10.headline.html new file mode 100644 index 0000000..06650d5 --- /dev/null +++ b/posted_news/20201105-100129.4.12.10.headline.html @@ -0,0 +1,3 @@ +<!-- BEGIN: posted_news/20201105-100129.4.12.10.headline.html --> +<li> 05 November 2020 <a href="#4.12.10">Samba 4.12.10 Available for Download</a></li> +<!-- END: posted_news/20201105-100129.4.12.10.headline.html --> -- Samba Website Repository