From 6d9de2b0b3fb102762d8e17b4398e9d2d4e6bd65 Mon Sep 17 00:00:00 2001 From: "Gerald (Jerry) Carter" Date: Wed, 14 Nov 2007 21:10:29 -0600 Subject: Update release notes for 3.0.27 --- WHATSNEW.txt | 41 +++++++++++++++++++++++++++++++++++++---- source/VERSION | 4 ++-- 2 files changed, 39 insertions(+), 6 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d2f6020f59c..5f5e8304483 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,12 +1,45 @@ + ============================== + Release Notes for Samba 3.0.27 + Nov 15, 2007 + ============================== + +Samba 3.0.27 is a security release in order to address the following +defects: + + o CVS-2007-4572 + Stack buffer overflow in nmbd's logon request processing. + + o CVE-2007-5398 + Remote code execution in Samba's WINS server daemon (nmbd) + when processing name registration followed name query requests. + +The original security announcement for this and past advisories can +be found http://www.samba.org/samba/security/ + +###################################################################### +Changes +####### + +Changes since 3.0.26a +--------------------- + +o Jeremy Allison + * Fix for CVS-2007-4572. + * Fix for CVE-2007-5398. + + +o Simo Sorce + * Additional fixes for CVS-2007-4572. + + +Release notes for older releases follow: + + -------------------------------------------------- =============================== Release Notes for Samba 3.0.26a Sep 11, 2007 =============================== -This is a bug fix release of the Samba 3.0.26 code base and is the -version that servers should be run for for all current bug Samba 3.0.x -fixes. - Major bug fixes included in Samba 3.0.26a are: o Memory leaks in Winbind's IDMap manager. diff --git a/source/VERSION b/source/VERSION index 44ef543fbb5..bddf9d001cf 100644 --- a/source/VERSION +++ b/source/VERSION @@ -25,7 +25,7 @@ ######################################################## SAMBA_VERSION_MAJOR=3 SAMBA_VERSION_MINOR=0 -SAMBA_VERSION_RELEASE=26 +SAMBA_VERSION_RELEASE=27 ######################################################## # Bug fix releases use a letter for the patch revision # @@ -36,7 +36,7 @@ SAMBA_VERSION_RELEASE=26 # e.g. SAMBA_VERSION_REVISION=a # # -> "2.2.8a" # ######################################################## -SAMBA_VERSION_REVISION=a +SAMBA_VERSION_REVISION= ######################################################## # For 'pre' releases the version will be # -- cgit