The branch, v4-3-test has been updated via a4ec232 VERSION: Bump version up to 4.3.1... via b85f601 VERSION: Release Samba 4.3.0 via 73511d8 WHATSNEW: Add release notes for Samba 4.3.0. from c581152 s4:torture:vfs_fruit: created empty resourceforks
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-3-test - Log ----------------------------------------------------------------- commit a4ec23256c7e95430b90bd7d48033b87bb947422 Author: Stefan Metzmacher <me...@samba.org> Date: Tue Sep 8 08:02:18 2015 +0200 VERSION: Bump version up to 4.3.1... ...and re-enable git snapshots. Signed-off-by: Stefan Metzmacher <me...@samba.org> Signed-off-by: Karolin Seeger <ksee...@samba.org> commit b85f6018c803fb9aad82820d4b5505179ec5bac3 Author: Stefan Metzmacher <me...@samba.org> Date: Tue Sep 8 08:01:16 2015 +0200 VERSION: Release Samba 4.3.0 Signed-off-by: Stefan Metzmacher <me...@samba.org> Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 73511d826925b4defaef7e6c68564037bb9676d4 Author: Stefan Metzmacher <me...@samba.org> Date: Tue Sep 8 07:58:14 2015 +0200 WHATSNEW: Add release notes for Samba 4.3.0. Signed-off-by: Stefan Metzmacher <me...@samba.org> Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 4 ++-- WHATSNEW.txt | 35 +++++++++++++++++++++++++++-------- 2 files changed, 29 insertions(+), 10 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 8d25539..b7c004c 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=3 -SAMBA_VERSION_RELEASE=0 +SAMBA_VERSION_RELEASE=1 ######################################################## # If a official release has a serious bug # @@ -87,7 +87,7 @@ SAMBA_VERSION_PRE_RELEASE= # e.g. SAMBA_VERSION_RC_RELEASE=1 # # -> "3.0.0rc1" # ######################################################## -SAMBA_VERSION_RC_RELEASE=5 +SAMBA_VERSION_RC_RELEASE= ######################################################## # To mark SVN snapshots this should be set to 'yes' # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index fa9a157..c5859b8 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,18 +1,17 @@ -Release Announcements -===================== + ============================= + Release Notes for Samba 4.3.0 + September 8, 2015 + ============================= -This is the fifth release candidate of Samba 4.3. 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/. -Samba 4.3 will be the next version of the Samba suite. +This is the first stable release of Samba 4.3. UPGRADING ========= -Nothing special. +Read the "New FileChangeNotify subsystem" and "smb.conf changes" sections +(below). NEW FEATURES @@ -300,6 +299,26 @@ Currently none. CHANGES SINCE 4.2.0rc4 ====================== +o Andrew Bartlett <abart...@samba.org> + * Bug 10973: No objectClass found in replPropertyMetaData on ordinary + objects (non-deleted) + * Bug 11429: Python bindings don't check integer types + * Bug 11430: Python bindings don't check array sizes + +o Ralph Boehme <s...@samba.org> + * Bug 11467: Handling of 0 byte resource fork stream + +o Volker Lendecke <v...@samba.org> + * Bug 11488: AD samr GetGroupsForUser fails for users with "()" in + their name + +o Stefan Metzmacher <me...@samba.org> + * Bug 11429: Python bindings don't check integer types + +o Matthieu Patou <m...@matws.net> + * Bug 10973: No objectClass found in replPropertyMetaData on ordinary + objects (non-deleted) + CHANGES SINCE 4.2.0rc3 ====================== -- Samba Shared Repository