The branch, master has been updated via b790b7e Add Samba 4.5.9 to the list. via 8ba123e NEWS[4.5.9]: Samba 4.5.9 Available for Download from 16b632a Add Samba 4.6.3 to the list.
https://git.samba.org/?p=samba-web.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit b790b7e16e67fb303ce7a02d49c1c93a36948cfb Author: Karolin Seeger <ksee...@samba.org> Date: Thu May 18 09:19:54 2017 +0200 Add Samba 4.5.9 to the list. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 8ba123e373fee3a2215ec476fb76ca5f146aab04 Author: Karolin Seeger <ksee...@samba.org> Date: Thu May 18 09:01:26 2017 +0200 NEWS[4.5.9]: Samba 4.5.9 Available for Download Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: history/header_history.html | 1 + history/samba-4.5.9.html | 88 +++++++++++++++++++++++++ posted_news/20170518-071920.4.5.9.body.html | 13 ++++ posted_news/20170518-071920.4.5.9.headline.html | 3 + 4 files changed, 105 insertions(+) create mode 100644 history/samba-4.5.9.html create mode 100644 posted_news/20170518-071920.4.5.9.body.html create mode 100644 posted_news/20170518-071920.4.5.9.headline.html Changeset truncated at 500 lines: diff --git a/history/header_history.html b/history/header_history.html index 80074d0..75ffe51 100755 --- a/history/header_history.html +++ b/history/header_history.html @@ -13,6 +13,7 @@ <li><a href="samba-4.6.2.html">samba-4.6.2</a></li> <li><a href="samba-4.6.1.html">samba-4.6.1</a></li> <li><a href="samba-4.6.0.html">samba-4.6.0</a></li> + <li><a href="samba-4.5.9.html">samba-4.5.9</a></li> <li><a href="samba-4.5.8.html">samba-4.5.8</a></li> <li><a href="samba-4.5.7.html">samba-4.5.7</a></li> <li><a href="samba-4.5.6.html">samba-4.5.6</a></li> diff --git a/history/samba-4.5.9.html b/history/samba-4.5.9.html new file mode 100644 index 0000000..5fce838 --- /dev/null +++ b/history/samba-4.5.9.html @@ -0,0 +1,88 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Samba 4.5.9 - Release Notes</title> +</head> +<body> +<H2>Samba 4.5.9 Available for Download</H2> +<p> +<a href="https://download.samba.org/pub/samba/stable/samba-4.5.9.tar.gz">Samba 4.5.9 (gzipped)</a><br> +<a href="https://download.samba.org/pub/samba/stable/samba-4.5.9.tar.asc">Signature</a> +</p> +<p> +<a href="https://download.samba.org/pub/samba/patches/samba-4.5.8-4.5.9.diffs.gz">Patch (gzipped) against Samba 4.5.8</a><br> +<a href="https://download.samba.org/pub/samba/patches/samba-4.5.8-4.5.9.diffs.asc">Signature</a> +</p> +<p> +<pre> + ============================= + Release Notes for Samba 4.5.9 + May 18, 2017 + ============================= + + +This is the latest stable release of the Samba 4.5 release series. + + +Changes since 4.5.8: +-------------------- + +o Michael Adam <ob...@samba.org> + * BUG 12743: vfs_shadow_copy2 fails to list snapshots from shares with + GlusterFS backend. + +o Jeremy Allison <j...@samba.org> + * BUG 12747: Wrong use of getgroups causes buffer overflow. + +o Hanno Böck <ha...@hboeck.de> + * BUG 12746: lib: debug: Avoid negative array access. + * BUG 12748: cleanupdb: Fix a memory read error. + +o Ralph Boehme <s...@samba.org> + * BUG 11961: idmap_autorid allocates ids for unknown SIDs from other backends. + * BUG 12562: vfs_acl_common should force "create mask = 0777". + * BUG 12565: vfs_fruit: resource fork open request with + flags=O_CREAT|O_RDONLY. + * BUG 12727: Lookup-domain for well-known SIDs on a DC. + * BUG 12728: winbindd: Fix error handling in rpc_lookup_sids(). + * BUG 12729: winbindd: Trigger possible passdb_dsdb initialisation. + * BUG 12749: Can't case-rename files with vfs_fruit. + * BUG 12766: s3/smbd: Update exclusive oplock optimisation to the lease area. + +o Amitay Isaacs <ami...@gmail.com> + * BUG 12733: ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'. + +o Shilpa Krishnareddy <skrishnare...@panzura.com> + * BUG 12756: notify: Fix ordering of events in notifyd. + +o Volker Lendecke <v...@samba.org> + * BUG 12276: lib: Fix CID 1373623 Dereference after null check. + * BUG 12558: smbd: Fix smb1 findfirst with DFS. + * BUG 12757: idmap_rfc2307: Fix lookup of more than two SIDs. + +o Stefan Metzmacher <me...@samba.org> + * BUG 12767: samba-tool: Let 'samba-tool user syncpasswords' report deletions + immediately. + * BUG 12725: pam_winbind: no longer use wbcUserPasswordPolicyInfo when + authenticating. + +o Doug Nazar <naz...@nazar.ca> + * BUG 12760: s3: smbd: inotify_map_mask_to_filter incorrectly indexes an + array. + +o Christof Schmitt <c...@samba.org> + * BUG 12725: winbindd: Fix password policy for pam authentication. + +o Andreas Schneider <a...@samba.org> + * BUG 12277: waf: Explicitly link libreplace against libnss_wins.so. + +o Uri Simchoni <u...@samba.org> + * BUG 12737: vfs_acl_xattr - failure to get ACL on Linux if memory is + fragmented. + + +</pre> +</p> +</body> +</html> diff --git a/posted_news/20170518-071920.4.5.9.body.html b/posted_news/20170518-071920.4.5.9.body.html new file mode 100644 index 0000000..2a5002b --- /dev/null +++ b/posted_news/20170518-071920.4.5.9.body.html @@ -0,0 +1,13 @@ +<!-- BEGIN: posted_news/20170518-071920.4.5.9.body.html --> +<h5><a name="4.5.9">18 May 2017</a></h5> +<p class=headline>Samba 4.5.9 Available for Download</p> +<p> +This is the latest stable release of the Samba 4.5 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.5.9.tar.gz">downloaded now</a>. +A <a href="https://download.samba.org/pub/samba/patches/samba-4.5.8-4.5.9.diffs.gz">patch against Samba 4.5.8</a> is also available. +See <a href="https://www.samba.org/samba/history/samba-4.5.9.html">the release notes for more info</a>. +</p> +<!-- END: posted_news/20170518-071920.4.5.9.body.html --> diff --git a/posted_news/20170518-071920.4.5.9.headline.html b/posted_news/20170518-071920.4.5.9.headline.html new file mode 100644 index 0000000..f5266c6 --- /dev/null +++ b/posted_news/20170518-071920.4.5.9.headline.html @@ -0,0 +1,3 @@ +<!-- BEGIN: posted_news/20170518-071920.4.5.9.headline.html --> +<li> 18 May 2017 <a href="#4.5.9">Samba 4.5.9 Available for Download</a></li> +<!-- END: posted_news/20170518-071920.4.5.9.headline.html --> -- Samba Website Repository