The branch, v3-0-test has been updated
       via  a39d9ab9c68932c15f5b42d8539aab6dfbc4d57a (commit)
       via  41c56ceb7c7b378747c01ffb863cd718f38ea31e (commit)
      from  e3ecb1828791e3e142dd84d7248c4ae70afe5e0c (commit)

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


- Log -----------------------------------------------------------------
commit a39d9ab9c68932c15f5b42d8539aab6dfbc4d57a
Author: Gerald W. Carter <[EMAIL PROTECTED]>
Date:   Tue May 20 11:45:54 2008 -0500

    Set version to 3.0.29 for release

commit 41c56ceb7c7b378747c01ffb863cd718f38ea31e
Author: Gerald W. Carter <[EMAIL PROTECTED]>
Date:   Tue May 20 11:45:19 2008 -0500

    Updating release notes for 3.0.29

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

Summary of changes:
 WHATSNEW.txt   |  138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 source/VERSION |    6 +-
 2 files changed, 137 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 71d3c3a..cdb3703 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,12 +1,142 @@
                    ===============================
+                   Release Notes for Samba 3.0.29
+                            May 20, 2008
+                   ===============================
+
+This is a bug fix release of the Samba 3.0 production series and is the
+version that servers should be run for for all current Samba 3.0 bug fixes.  
+
+Major bug fixes included in Samba 3.0.29 are:
+
+  o Problems following domain trusts on a Samba DC.
+  o SMB Signing errors.
+  o Interoperability issues with Windows 2008 domains.
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.0.28a
+---------------------
+
+o   Michael Adam <[EMAIL PROTECTED]>
+    * Fix build for pam_smbpass.
+    * Fix a crash in tdb_wrap_log().
+
+
+o   Jeremy Allison <[EMAIL PROTECTED]>
+    * BUG 5267: Fix for nmbd termination problems when no interfaces 
+      found.
+    * BUG 5326: OS/2 servers give strange "high word" replies for 
+      print jobs.
+    * Remove MS-DFS check that required the target host be ourself.
+    * BUG 5372: Fix high CPU usage of cupsd on large print servers
+      by using more efficient CUPS queries in smbd.
+    * Rewrite integer wrap checks to deal with gcc 4.x optimizations.
+    * BUG 5095: Fix the enforcement of the "Manage Documents" access right.
+    * Don't free memory from getpass() in mount.cifs.
+    * BUG 5460: Fix MS-DFS referral problem in server code.
+    * Fix bug in Winbind that caused the parent to ignore dead children.
+    * Fix compile warnings.
+
+
+o   Alexander Bokovoy <[EMAIL PROTECTED]>
+    * Fix build for pam_smbpass.
+    * Document build fixes.
+
+
+o   Kai Blin <[EMAIL PROTECTED]>
+    * BUG 4235: Improve compliance to the Squid helper protocol.
+      Original patch from Pawel Worach <[EMAIL PROTECTED]>.
+
+
+o   Gerald (Jerry) Carter <[EMAIL PROTECTED]>
+    * BUG 5107: Fix handling of large DNS replies on AIX and Solaris.
+
+
+o   Glenn Curtis <[EMAIL PROTECTED]>
+    * Prevent cycle in Wibind's list of children when reaping dead processes.
+
+
+o   Steven Danneman <[EMAIL PROTECTED]>
+    * BUG 5419: Fix memory leak in ads_do_search_all_args() (merge from v3-2).
+
+
+o   Guenther Deschner <[EMAIL PROTECTED]>
+    * Fix winbind NETLOGON credential chain on a samba dc for w2k8 trusts.
+    * Fix client connections and negotiation with Windows 2008 DCs
+      in member server code.
+    * Add NT_STATUS_DOWNGRADE_DETECTED error code (merge from v3-2).
+    * BUG 5430: Fix pam_winbind.so on Solaris (requires -lsocket).
+    * Re-add samr getdispinfoindex parsing which got lost in the glue commit.
+    * BUG 5461: Implement a very basic _samr_GetDisplayEnumerationIndex().
+      Corrects interop problem between Citrix PM and a Samba DC.
+
+
+o   Bryan Kolodziej <[EMAIL PROTECTED]>
+    * BUG 3840: Fix smbclient connecting to NetApp filers when using
+      whitespace in the user's password.
+
+
+o   Volker Lendecke <[EMAIL PROTECTED]>
+    * BUG 4901: Fix behavior of "ldap passwd sync = only".
+    * BUG 5317: Fix debug output from domain_client_validate().
+    * BUG 5338: Fix format string bug in rpcclient.
+    * Ensure that "wbinfo -a trusted\\user%password" works correctly
+      on a Samba DC with trusts.
+    * BUG 5336: Fix SetUsetrInfo(level 25) to update the pwdLastSet 
+      attribute.
+    * BUG 5350: Fallback to anonymous sessions if not trust password
+      could be obtained on Samba DCs and member servers.
+    * BUG 5366: Fix password chat on Sun OpenSolaris (Nevada).
+    * Fix signing problem in the client with trans requests.
+
+
+o   Björn Jacke <[EMAIL PROTECTED]>
+    * Fix alignment bug hitting Solaris with "reset in zero vc" activated.
+
+
+o   Jim McDonough <[EMAIL PROTECTED]>
+    * Fix build with glibc 2.8.
+    * Enable winbind child processes to do something with signals, in 
+      particular closing and reopening logs on SIGHUP.
+
+
+o   Karolin Seeger <[EMAIL PROTECTED]>
+    * Documentation cleanup after r emerging docs from svn to git and 
+      back-porting from the v3-2 branch.
+
+
+o   Rafal Szczesniak <[EMAIL PROTECTED]>
+    * Add implementation of machine-authenticated connection to netlogon
+      pipe used when connecting to win2k and newer domain controllers.
+
+
+o   Simo Sorce <[EMAIL PROTECTED]>
+    * Fix trusted users on a DC that uses the old idmap syntax.
+
+
+o   Bo Yang <[EMAIL PROTECTED]>
+    * Only have Winbind cache domain password policies that were
+      successfully retrieved.
+
+
+o   Martin Zielinski <[EMAIL PROTECTED]>
+    * Fix alignment bug when marshalling printer data replies.
+    * Fix DeleteDriverDriverEx() checks to prevent removing in use files.
+
+
+
+Release notes for older releases follow:
+
+      --------------------------------------------------
+
+                   ===============================
                    Release Notes for Samba 3.0.28a
                             Mar 8, 2008
                    ===============================
 
-This is the second production release of the Samba 3.0.28 code 
-base and is the version that servers should be run for for all 
-current bug fixes.  
-
 Major bug fixes included in Samba 3.0.28a are:
 
   o Failure to join Windows 2008 domains
diff --git a/source/VERSION b/source/VERSION
index 8fa324a..6d69d39 100644
--- a/source/VERSION
+++ b/source/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=3
 SAMBA_VERSION_MINOR=0
-SAMBA_VERSION_RELEASE=28
+SAMBA_VERSION_RELEASE=29
 
 ########################################################
 # Bug fix releases use a letter for the patch revision #
@@ -36,7 +36,7 @@ SAMBA_VERSION_RELEASE=28
 # e.g. SAMBA_VERSION_REVISION=a                        #
 #  ->  "2.2.8a"                                        #
 ########################################################
-SAMBA_VERSION_REVISION=b
+SAMBA_VERSION_REVISION=
 
 ########################################################
 # For 'pre' releases the version will be               #
@@ -68,7 +68,7 @@ SAMBA_VERSION_RC_RELEASE=
 # e.g. SAMBA_VERSION_IS_SVN_SNAPSHOT=yes               #
 #  ->  "3.0.0-SVN-build-199"                           #
 ########################################################
-SAMBA_VERSION_IS_GIT_SNAPSHOT=yes
+SAMBA_VERSION_IS_GIT_SNAPSHOT=
 
 ########################################################
 # This can be set by vendors if they want...           #


-- 
Samba Shared Repository

Reply via email to