[SCM] Samba Shared Repository - branch v4-5-test updated

Karolin Seeger kseeger at samba.org
Thu May 18 06:50:15 UTC 2017


The branch, v4-5-test has been updated
       via  886edba VERSION: Bump version up to 4.5.10...
       via  2cb8fc1 VERSION: Disable GIT_SNAPSHOTS for the 4.5.9 release.
       via  1d36d51 WHATSNEW: Add release notes for Samba 4.5.9.
      from  fce999c idmap_rfc2307: Test unix-ids-to-sids with 35 groups

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-5-test


- Log -----------------------------------------------------------------
commit 886edba06129ff76af549cdc3b6c7d346525dc6e
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu May 18 08:47:52 2017 +0200

    VERSION: Bump version up to 4.5.10...
    
    and re-enable GIT_SNAPSHOTS.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 2cb8fc162bbae859a1ca83689bb53ba9d28accf6
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu May 18 08:44:48 2017 +0200

    VERSION: Disable GIT_SNAPSHOTS for the 4.5.9 release.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

commit 1d36d5171be25d7fa96a1e3f248c8b835aeccb89
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu May 18 08:43:05 2017 +0200

    WHATSNEW: Add release notes for Samba 4.5.9.
    
    Signed-off-by: Karolin Seeger <kseeger at samba.org>

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

Summary of changes:
 VERSION      |  2 +-
 WHATSNEW.txt | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 92 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 2ecd3ac..a53c3a1 100644
--- a/VERSION
+++ b/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=4
 SAMBA_VERSION_MINOR=5
-SAMBA_VERSION_RELEASE=9
+SAMBA_VERSION_RELEASE=10
 
 ########################################################
 # If a official release has a serious bug              #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 5f37176..7c57603 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,93 @@
                    =============================
+                   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 <obnox at samba.org>
+   * BUG 12743: vfs_shadow_copy2 fails to list snapshots from shares with
+     GlusterFS backend.
+
+o  Jeremy Allison <jra at samba.org>
+   * BUG 12747: Wrong use of getgroups causes buffer overflow.
+
+o  Hanno Böck <hanno at hboeck.de>
+   * BUG 12746: lib: debug: Avoid negative array access.
+   * BUG 12748: cleanupdb: Fix a memory read error.
+
+o  Ralph Boehme <slow at 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 <amitay at gmail.com>
+   * BUG 12733: ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'.
+
+o  Shilpa Krishnareddy <skrishnareddy at panzura.com>
+   * BUG 12756: notify: Fix ordering of events in notifyd.
+
+o  Volker Lendecke <vl at 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 <metze at 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 <nazard at nazar.ca>
+   * BUG 12760: s3: smbd: inotify_map_mask_to_filter incorrectly indexes an
+     array.
+
+o  Christof Schmitt <cs at samba.org>
+   * BUG 12725: winbindd: Fix password policy for pam authentication.
+
+o  Andreas Schneider <asn at samba.org>
+   * BUG 12277: waf: Explicitly link libreplace against libnss_wins.so.
+
+o  Uri Simchoni <uri at samba.org>
+   * BUG 12737: vfs_acl_xattr - failure to get ACL on Linux if memory is
+     fragmented.
+
+
+#######################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 4.1 and newer product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+Release notes for older releases follow:
+----------------------------------------
+
+                   =============================
                    Release Notes for Samba 4.5.8
                            March 31, 2017
                    =============================
@@ -36,8 +125,8 @@ database (https://bugzilla.samba.org/).
 ======================================================================
 
 
-Release notes for older releases follow:
-----------------------------------------
+----------------------------------------------------------------------
+
 
                    =============================
                    Release Notes for Samba 4.5.7


-- 
Samba Shared Repository



More information about the samba-cvs mailing list