summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald (Jerry) Carter <jerry@samba.org>2007-11-14 21:10:29 -0600
committerGerald (Jerry) Carter <jerry@samba.org>2007-11-14 21:10:29 -0600
commit6d9de2b0b3fb102762d8e17b4398e9d2d4e6bd65 (patch)
tree9126998f8acaac8100b56cba382da6e0007cf155
parent706384a4f63961ee3ccd2125c25453de43f7257a (diff)
downloadsamba-3.0.27.tar.gz
samba-3.0.27.tar.xz
samba-3.0.27.zip
Update release notes for 3.0.27samba-3.0.27
-rw-r--r--WHATSNEW.txt41
-rw-r--r--source/VERSION4
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 <jra@samba.org>
+ * Fix for CVS-2007-4572.
+ * Fix for CVE-2007-5398.
+
+
+o Simo Sorce <idra@samba.org>
+ * 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 #