The branch, v4-9-test has been updated via 7a39bcd VERSION: Bump version up to 4.9.2... via 8fb6b0f VERSION: Disable GIT_SNAPSHOT for the 4.9.1 release. via 7483205 WHATSNEW: Add release notes for Samba 4.9.1. from 95b08d1 s3: nmbd: Stop nmbd network announce storm.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-9-test - Log ----------------------------------------------------------------- commit 7a39bcd0ba2b967d5eac58202f49d4624e739aeb Author: Karolin Seeger <ksee...@samba.org> Date: Fri Sep 21 11:49:47 2018 +0200 VERSION: Bump version up to 4.9.2... ...and re-enable GIT_SNAPSHOT. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 8fb6b0f42eef05614926cfc2b82117441fd06678 Author: Karolin Seeger <ksee...@samba.org> Date: Fri Sep 21 11:49:04 2018 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.9.1 release. Signed-off-by: Karolin Seeger <ksee...@samba.org> commit 7483205ba8ba1f10bc8b8ebb73069a61152a79e8 Author: Karolin Seeger <ksee...@samba.org> Date: Fri Sep 21 11:48:11 2018 +0200 WHATSNEW: Add release notes for Samba 4.9.1. Signed-off-by: Karolin Seeger <ksee...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 4b84f04..260d63f 100644 --- a/VERSION +++ b/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=9 -SAMBA_VERSION_RELEASE=1 +SAMBA_VERSION_RELEASE=2 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d344d9b..0742d7d 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,62 @@ ============================= + Release Notes for Samba 4.9.1 + September 24, 2018 + ============================= + + +This is the latest stable release of the Samba 4.9 release series. + + +Major enhancements include: +--------------------------- + + o s3: nmbd: Stop nmbd network announce storm (bug #13620). + + +Changes since 4.9.0: +-------------------- + +o Andrew Bartlett <abart...@samba.org> + * BUG 13620: s3: nmbd: Stop nmbd network announce storm. + +o Günther Deschner <g...@samba.org> + * BUG 13597: s3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in winspool + cmds. + +o Martin Schwenke <mar...@meltin.net> + * BUG 13617: CTDB recovery lock has some race conditions. + +o Justin Stephenson <jstep...@redhat.com> + * BUG 13597: s3-rpc_client: Advertise Windows 7 client info. + +o Ralph Wuerthner <ralph.wuerth...@de.ibm.com> + * BUG 13610: ctdb-doc: Remove PIDFILE option from ctdbd_wrapper man page. + + +####################################### +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.9.0 September 13, 2018 ============================= -- Samba Shared Repository