svn commit: samba r17163 - in branches/SAMBA_3_0_RELEASE: . source

jerry at samba.org jerry at samba.org
Thu Jul 20 20:35:26 GMT 2006


Author: jerry
Date: 2006-07-20 20:35:26 +0000 (Thu, 20 Jul 2006)
New Revision: 17163

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17163

Log:
correct version and save draf of release notes
Modified:
   branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
   branches/SAMBA_3_0_RELEASE/source/VERSION


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
===================================================================
--- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-07-20 20:23:04 UTC (rev 17162)
+++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-07-20 20:35:26 UTC (rev 17163)
@@ -1,13 +1,41 @@
-                   ==============================
-                   Release Notes for Samba 3.0.23
-                            Jul 10, 2006
-                   ==============================
+                   ===============================
+                   Release Notes for Samba 3.0.23a
+                             Jul 21, 2006
+                   ===============================
 
 This is the latest stable release of Samba. This is the version 
 that production Samba servers should be running for all current 
 bug-fixes.  Please read the changes in this section for details on 
 new features and difference in behavior from previous releases.
 
+
+######################################################################
+Changes
+#######
+
+Changes since 3.0.23
+--------------------
+
+commits
+-------
+o   Jeremy Allison <jra at samba.org>
+
+o   Gerald (Jerry) Carter <jerry at samba.org>
+
+o   Guenther Deschner <gd at samba.org>
+
+o   Volker Lendecke <vl at samba.org>
+
+
+Release Notes for older release follow:
+
+      --------------------------------------------------
+
+                   ==============================
+                   Release Notes for Samba 3.0.23
+                            Jul 10, 2006
+                   ==============================
+
 There has been a substantial amount of cleanup work done during 
 this development cycle.  We would like to thank both Coverity 
 (http://www.coverity.com/) and Klocwork (http://www.klocwork.com/)
@@ -155,68 +183,12 @@
     wins partners			Removed
 
 
-Changes since 3.0.23rc3
------------------------
+Changes since 3.0.22
+--------------------
 
 commits
 -------
 o   Jeremy Allison <jra at samba.org>
-    * BUG 3858: Ensure that all files are removed by a wildcard 
-      delete when 'hide unreadable = yes'.
-    * Fix various issues raised by the Klocwork code analyzer.
-    * Fix nmbd WINS serving bug causing duplicate IPs in the *<1b> 
-      query reply ("enhanced browsing = yes").
-    * Fix SMB signing failures in client tools.
-    * BUG 3909: Avoid EA lookups on MS-DFS links.
-
-
-o   Nicholas Brealey <nick at brealey.org>
-    * Compile fix for pam_winbind.
-
-
-o   Gerald (Jerry) Carter <jerry at samba.org>
-    * Use system provided killproc() in RedHat init scripts for 
-      more robust shutdown.
-    * Fix a crash in the printer publishing code when adding a 
-      new printer via the APW.
-    * Fix broken compile of unsupported smbwrapper utility.
-    * BUG 3905: Fix smbd startup failure caused by a failure to
-      create an NT token for the guest account.
-    * BUG 3908: Fix RPC bind authentication failure which broke
-      user password changes.
-    * Ensure that "net ads join" reports failure correctly if
-      it cannot set the machine account password.
-
-
-o   Guenther Deschner <gd at samba.org>
-    * Fix different extended_dn handling in adssearch.pl
-      (Thanks to Frederic Brin at Novell).
-    * Fix a memleak in winbindd's credentials cache.
-    * Protect against crashes in CLDAP request processing.
-    * Remove incomplete DfsEnum() info level to avoid an smbd crash.
-
-
-o   Volker Lendecke <vl at samba.org>
-    * Fix a memleak in the server registry code for enumeration 
-      shares.
-    * Fix an invalid munlock() call in winbindd's credentials cache.
-    * Fix compile warnings when passing NULL to snprintf().
-    * BUG 3915: Fall back to a pure unix user with S-1-22 SIDs in the
-      token in case anything weird is going on with the 'force user'.
-    * CVE-2006-3403: Fix minor memory exhaustion DoS in smbd.
-
-
-o   Jason Mader <jason at ncac.gwu.edu>
-    * Compiler warning fixes.
-
-
-o   Simo Sorce <idra at samba.org>
-    * Set the correct sid type when looking up a gid.
-
-
-Changes since 3.0.22
---------------------
-o   Jeremy Allison <jra at samba.org>
     * Fixes for various Klocwork defect reports.
     * Cleanup pdb_get_XXX() methods and ensure that a failure
       to allocate memory for a samu user structure is reported 
@@ -313,6 +285,13 @@
       read fails (inspired by Justin Best).
     * BUG 3668: Workaround Windows bug with LARGE_READX where if 
       you ask for exactly 64k bytes it returns 0.
+    * BUG 3858: Ensure that all files are removed by a wildcard 
+      delete when 'hide unreadable = yes'.
+    * Fix various issues raised by the Klocwork code analyzer.
+    * Fix nmbd WINS serving bug causing duplicate IPs in the *<1b> 
+      query reply ("enhanced browsing = yes").
+    * Fix SMB signing failures in client tools.
+    * BUG 3909: Avoid EA lookups on MS-DFS links.
 
 
 o   Andrew Bartlett <abartlet at samba.org>
@@ -334,6 +313,10 @@
     * Fix crash bug in perfmon daemon example code.
 
 
+o   Nicholas Brealey <nick at brealey.org>
+    * Compile fix for pam_winbind.
+
+
 o   Gerald (Jerry) Carter <jerry at samba.org>
     * Fix 'make install' problem when building outside source/.
     * Fix 'net ads join' when the workgroup is set incorrectly in 
@@ -415,6 +398,17 @@
     * Add defensive checks about create local accounts (i.e. calling
       'add user script') on domain member servers when winbindd
       is running but having problems.
+    * Use system provided killproc() in RedHat init scripts for 
+      more robust shutdown.
+    * Fix a crash in the printer publishing code when adding a 
+      new printer via the APW.
+    * Fix broken compile of unsupported smbwrapper utility.
+    * BUG 3905: Fix smbd startup failure caused by a failure to
+      create an NT token for the guest account.
+    * BUG 3908: Fix RPC bind authentication failure which broke
+      user password changes.
+    * Ensure that "net ads join" reports failure correctly if
+      it cannot set the machine account password.
 
 
 o   Mathias Dietz <MDIETZ at de.ibm.com>
@@ -540,6 +534,11 @@
       http://ndevilla.free.fr/iniparser/ for use by pam_winbind
       (rather than linking in loadparm.c).  Settings are now stored
       in /etc/security/pam_winbind.conf.
+    * Fix different extended_dn handling in adssearch.pl
+      (Thanks to Frederic Brin at Novell).
+    * Fix a memleak in winbindd's credentials cache.
+    * Protect against crashes in CLDAP request processing.
+    * Remove incomplete DfsEnum() info level to avoid an smbd crash.
 
 
 o   Aleksey Fedoseev <fedoseev at ru.ibm.com>
@@ -638,6 +637,13 @@
       dependent routines are called.
     * Enhance consistency checks on local configuration when joining
       a domain.
+    * Fix a memleak in the server registry code for enumeration 
+      shares.
+    * Fix an invalid munlock() call in winbindd's credentials cache.
+    * Fix compile warnings when passing NULL to snprintf().
+    * BUG 3915: Fall back to a pure unix user with S-1-22 SIDs in the
+      token in case anything weird is going on with the 'force user'.
+    * CVE-2006-3403: Fix minor memory exhaustion DoS in smbd.
 
 
 o   Derrell Lipman <derrell at samba.org>
@@ -767,6 +773,7 @@
       dn' before setting a password in secrets.tdb (based on
       work by William Jojo).
     * New revision of the snprintf replace code.
+    * Set the correct sid type when looking up a gid.
 
 
 o   Todd Stecher <tstecher at isilon.com>
@@ -783,8 +790,6 @@
     * Fix for machine password time_t overflow.
 
 
-Release Notes for older release follow:
-
       --------------------------------------------------
                    ==============================
                    Release Notes for Samba 3.0.22

Modified: branches/SAMBA_3_0_RELEASE/source/VERSION
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/VERSION	2006-07-20 20:23:04 UTC (rev 17162)
+++ branches/SAMBA_3_0_RELEASE/source/VERSION	2006-07-20 20:35:26 UTC (rev 17163)
@@ -69,7 +69,7 @@
 # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes               #
 #  ->  "3.0.0-SVN-build-199"                           #
 ########################################################
-SAMBA_VERSION_IS_SVN_SNAPSHOT=yes
+SAMBA_VERSION_IS_SVN_SNAPSHOT=
 
 ########################################################
 # This can be set by vendors if they want...           #



More information about the samba-cvs mailing list