[SCM] Samba Shared Repository - branch v3-2-stable updated - release-3-2-4-3-g4f9f592

Karolin Seeger kseeger at samba.org
Thu Sep 18 14:04:37 GMT 2008


The branch, v3-2-stable has been updated
       via  4f9f592ab792e36e870bbeba96a1fb8f0ee9efda (commit)
       via  5fa999c79ef7f68cd98805365168669e3edf102a (commit)
       via  f9f2a78144813abfae75d8031e99d35e7b2ac9f3 (commit)
      from  d89ba32c49049ae105b02b2cea578605a13a7afb (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-stable


- Log -----------------------------------------------------------------
commit 4f9f592ab792e36e870bbeba96a1fb8f0ee9efda
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Sep 18 15:52:06 2008 +0200

    build-docs: Add 'make clean'.
    
    Karolin
    (cherry picked from commit cf40fb97239ed9a11e5750fde6e078233e567bba)
    (cherry picked from commit 6e1d92e3b324a0759486f914a0e4b32be1142aee)
    (cherry picked from commit 656189740d701246a8689e3348510715122bf148)

commit 5fa999c79ef7f68cd98805365168669e3edf102a
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Sep 18 15:58:02 2008 +0200

    WHATSNEW: Start WHATSNEW for 3.2.5.
    
    Karolin

commit f9f2a78144813abfae75d8031e99d35e7b2ac9f3
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Sep 18 16:02:19 2008 +0200

    VERSION: Raise version number up to 3.2.5.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt               |  106 ++-----------------------------------------
 release-scripts/build-docs |    3 +
 source/VERSION             |    2 +-
 3 files changed, 9 insertions(+), 102 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2a211ec..51d88da 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,119 +1,23 @@
                    ==============================
-                   Release Notes for Samba 3.2.4
-			September 18, 2008
+                   Release Notes for Samba 3.2.5
+
                    ==============================
 
 
 This is a bug fix release of the Samba 3.2 series.
 
-Major bug fixes included in Samba 3.2.4 are:
-
-  o Fix Winbind crashes.
-  o Fix changing of machine account passwords.
-  o Fix non guest connections to shares when "security = share"
-    is used.
-  o Fix file write times.
+Major bug fixes included in Samba 3.2.5 are:
 
+  o 
 
 ######################################################################
 Changes
 #######
 
-Changes since 3.2.3
+Changes since 3.2.4
 -------------------
 
 
-o   Michael Adam <obnox at samba.org>
-    * BUG 5590: Fix binary stripping on older OS.
-    * BUG 5492: Fix RHEL SPEC file by removing libmsrpc stuff.
-    * BUG 5507: Fix several issues in the RHEL SPEC file.
-    * Fix linking of cifs.upcall when nscd_flush_cache() is found.
-
-
-o   Jeremy Allison <jra at samba.org>
-    * BUG 5052: Allow inheritable permissions.
-    * BUG 5697: Fix spinning of nmbd in reload_interfaces when only loopback
-      has an IPv4 address.
-    * BUG 5698: Fix non guest connections to shares when "security = share"
-      is used.
-    * BUG 5729: Explicitly allow "-valid".
-    * BUG 5745: Fix Kerberos authentication with (lib)smbclient.
-    * BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
-    * BUG 5761: Fix opening of mangled directory name (resulted
-      'is a stream name').
-    * Fix the wcache_invalidate_samlogon calls.
-    * Add st_birthtime and friends for accurate create times on *BSD and MacOSX.
-    * Clarify usage of "force create mode".
-    * Write times code update.
-
-
-o   Gerald (Jerry) Carter <jerry at samba.org>
-    * Fix Winbind crash.
-    * idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads
-      structure.
-
-
-o   Steven Danneman <steven.danneman at isilon.com>
-    * Fix build warnings.
-    * Cleanup of DC enumeration in get_dcs().
-
-
-o   Günther Deschner <gd at samba.org>
-    * BUG 5710: Fix changing of machine account passwords.
-    * Fix several build warnings.
-    * Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
-
-
-o   James Ding <ding_cc at hotmail.com>
-    * BUG 5736: Fix Winbind crash bug with trusted domains.
-
-
-o   Ephi Dror <Ephi.Dror at datadomain.com>
-    * Correct the netsamlogon_clear_cached_user function.
-
-
-o   Jeff Layton <jlayton at redhat.com>
-    * Fix handling of MSKRB5 OID in cifs.upcall.
-    * Fix build warnings in cifs.upcall.
-    * Change default install location of cifs.upcall to EPREFIX/sbin.
-    * Enable building of cifs.upcall by default on Linux.
-
-
-o   Volker Lendecke <vl at sernet.de>
-    * BUG 5707: Do proper error handling if the socket is closed.
-    * Fix calculation of useable_space for trans2 and nttrans replies.
-    * Fix Coverity ID 587.
-    * Add mapping of generic bits when setting an NFSv4 ACL.
-
-
-o   Stefan Metzmacher <metze at samba.org>
-    * Some write time fixes.
-
-
-o   David Leonard <David.Leonard at quest.com>
-    * BUG 4516: No IPv6 on Solaris 2.6.
-
-
-o   Simo Sorce <idra at samba.org>
-    * BUG 5571: Fix group memeberships in Winbind.
-
-
-o   Timur <timur at FreeBSD.org>
-    * Fix cut and paste error in quota code.
-    * Fix display of POSIX ACLs.
-    * Fix aio on FreeBSD.
-
-
-o   Andrew Tridgell <tridge at samba.org>
-    * Avoid a race condition in glibc between AIO and setresuid().
-    * Add missing become root for AIO operations.
-    * Fix logic of tsmsm_sendfile().
-    * Fix an errno handling bug that could lead to an infinite loop.
-    * Fix handling of arbitrary new PAC types.
-
-
-o   Qiao Yang <geoyang at ironport.com>
-    * Fix a memleak.
 
 
 ######################################################################
diff --git a/release-scripts/build-docs b/release-scripts/build-docs
index fa38d8d..53500d7 100755
--- a/release-scripts/build-docs
+++ b/release-scripts/build-docs
@@ -25,4 +25,7 @@ cd ../docs || exit 1
 mv manpages-3 manpages
 mv htmldocs/manpages-3 htmldocs/manpages
 
+cd $DOCSRCDIR || exit 1
+make clean
+
 exit
diff --git a/source/VERSION b/source/VERSION
index 3307650..9c71ff4 100644
--- a/source/VERSION
+++ b/source/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=3
 SAMBA_VERSION_MINOR=2
-SAMBA_VERSION_RELEASE=4
+SAMBA_VERSION_RELEASE=5
 
 ########################################################
 # Bug fix releases use a letter for the patch revision #


-- 
Samba Shared Repository


More information about the samba-cvs mailing list