[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1211-gb1dd075

Karolin Seeger kseeger at samba.org
Thu Aug 13 07:35:36 MDT 2009


The branch, v3-4-test has been updated
       via  b1dd075c6819a3fb0f00bdb93104c307505ec8ba (commit)
       via  63a674b4895d8fd8605cd4c526e91b2b52c3a8ed (commit)
      from  174356c6618f8704b968ccfb46b04233bf7dfa40 (commit)

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


- Log -----------------------------------------------------------------
commit b1dd075c6819a3fb0f00bdb93104c307505ec8ba
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Aug 13 15:33:37 2009 +0200

    VERSION: Raise version number up to 3.4.1.
    
    Karolin

commit 63a674b4895d8fd8605cd4c526e91b2b52c3a8ed
Author: Karolin Seeger <kseeger at samba.org>
Date:   Thu Aug 13 15:32:53 2009 +0200

    WHATSNEW: Start WHATSNEW for 3.4.1.
    
    Karolin

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

Summary of changes:
 WHATSNEW.txt    |   90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 source3/VERSION |    2 +-
 2 files changed, 91 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 9d45601..4e40c97 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,94 @@
                    =============================
+                   Release Notes for Samba 3.4.1
+			  August 18, 2009
+                   =============================
+
+
+This is the latest stable release of Samba 3.4.
+
+
+Major enhancements in Samba 3.4.1 include:
+
+   o Fix connections of Win98 clients (bug #6551).
+   o SetPrinter fails (panics) as non root (bug #6564).
+   o Fix crash bug in spoolss_addprinterex_level_2 (bug #6607).
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.4.0
+-------------------
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 6437: Make open_udp_socket() IPv6 clean.
+    * BUG 6506: Smbd server doesn't set EAs when a file is overwritten in
+      NT_TRANSACT_CREATE.
+    * BUG 6551: Fix connections of Win98 clients.
+    * BUG 6564: SetPrinter fails (panics) as non root.
+    * BUG 6593: Correctly implement SMB_INFO_STANDARD setfileinfo.
+
+
+o   Yannick Bergeron <burgergold at hotmail.com>
+    * Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to
+      allow AIX to call sys_getgrouplist only once.
+
+
+o   Günther Deschner <gd at samba.org>
+    * BUG 6568: Fix _spoolss_GetPrintProcessorDirectory() implementation.
+    * BUG 6607: Fix crash bug in spoolss_addprinterex_level_2.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 6611: Fix a valgrind error in chain_reply.
+    * Fix linking on Solaris.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * BUG 6222: Default to DRSUAPI replication for net rpc vampire keytab.
+    * BUG 6538: Cancel all locks that are made before the first failure.
+    * BUG 6627: Raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
+
+
+o   Tim Prouty <tprouty at samba.org>
+    * BUG 6620: Fix a bug in renames of directories.
+
+
+o   Jelmer Vernooij <jelmer at samba.org>
+    * Fix build with external talloc.
+
+
+o   Bo Yang <boyang at samba.org>
+    * BUG 6560: Fix lookupname.
+    * BUG 6615: Fix browsing of DFS when using kerberos in libsmbclient.
+
+
+######################################################################
+Reporting bugs & Development Discussion
+#######################################
+
+Please discuss this release on the samba-technical mailing list or by
+joining the #samba-technical IRC channel on irc.freenode.net.
+
+If you do report problems then please try to send high quality
+feedback. If you don't provide vital information to help us track down
+the problem then you will probably be ignored.  All bug reports should
+be filed under the Samba 3.4 product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+
+Release notes for older versions follow:
+----------------------------------------
+
+                   =============================
                    Release Notes for Samba 3.4.0
 			   July 3, 2009
                    =============================
diff --git a/source3/VERSION b/source3/VERSION
index 384e81c..9f77867 100644
--- a/source3/VERSION
+++ b/source3/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=3
 SAMBA_VERSION_MINOR=4
-SAMBA_VERSION_RELEASE=0
+SAMBA_VERSION_RELEASE=1
 
 ########################################################
 # Bug fix releases use a letter for the patch revision #


-- 
Samba Shared Repository


More information about the samba-cvs mailing list