[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Mon Dec 10 01:47:42 MST 2012


The branch, v3-6-test has been updated
       via  82db35c Fix bug #9471 - SEGV when using second vfs module.
       via  7807141 WHATSNEW: Start release notes for Samba 3.6.11.
       via  03e841a VERSION: Bump version up to 3.6.11.
      from  29b36a1 WHATSNEW: Prepare release notes for Samba 3.6.10.

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


- Log -----------------------------------------------------------------
commit 82db35cdb426355e4b7fd7ecf1ce9d9fca59ecd3
Author: Tsukasa Hamano <hamano at osstech.co.jp>
Date:   Thu Dec 6 13:01:33 2012 -0800

    Fix bug #9471 - SEGV when using second vfs module.
    
    Don't use default_classname_table when we obviously shoud be using
    classname_table.
    
    Reviewed by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Fri Dec  7 17:51:50 CET 2012 on sn-devel-104
    (cherry picked from commit 16d725b4f5ed77db865e2a3c27ae0eb4accca5a8)
    (cherry picked from commit 25eb1af07cc09e5e019a0702c60a763cc3266196)

commit 7807141241f64253f0bc3f170b5beb0712d5bd27
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon Dec 10 09:47:43 2012 +0100

    WHATSNEW: Start release notes for Samba 3.6.11.
    
    Karolin

commit 03e841a814d8114e4b5c4d489302e29bd82cfbe5
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon Dec 10 09:45:54 2012 +0100

    VERSION: Bump version up to 3.6.11.
    
    Karolin

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

Summary of changes:
 WHATSNEW.txt     |   45 +++++++++++++++++++++++++++++++++++++++++++--
 lib/util/debug.c |    2 +-
 source3/VERSION  |    2 +-
 3 files changed, 45 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 45c3b4b..9b7c8bb 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,4 +1,44 @@
                    ==============================
+                   Release Notes for Samba 3.6.11
+                         January 21, 2013
+                   ==============================
+
+
+This is is the latest stable release of Samba 3.6.
+
+Major enhancements in Samba 3.6.11 include:
+
+o 
+
+Changes since 3.6.10:
+--------------------
+
+o   Jeremy Allison <jra at samba.org>
+
+
+######################################################################
+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.6 product in the project's Bugzilla
+database (https://bugzilla.samba.org/).
+
+
+======================================================================
+== Our Code, Our Bugs, Our Responsibility.
+== The Samba Team
+======================================================================
+
+Release notes for older releases follow:
+----------------------------------------
+
+                   ==============================
                    Release Notes for Samba 3.6.10
                          December 10, 2012
                    ==============================
@@ -89,8 +129,9 @@ database (https://bugzilla.samba.org/).
 == The Samba Team
 ======================================================================
 
-Release notes for older releases follow:
-----------------------------------------
+
+----------------------------------------------------------------------
+
 
                    =============================
                    Release Notes for Samba 3.6.9
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 108161e..efe6988 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -953,7 +953,7 @@ bool dbghdrclass(int level, int cls, const char *location, const char *func)
 			slprintf(header_str + hs_len,
 				 sizeof(header_str) -1 - hs_len,
 				 ", class=%s",
-				 default_classname_table[cls]);
+				 classname_table[cls]);
 		}
 
 		/* Print it all out at once to prevent split syslog output. */
diff --git a/source3/VERSION b/source3/VERSION
index eac7288..59978d1 100644
--- a/source3/VERSION
+++ b/source3/VERSION
@@ -25,7 +25,7 @@
 ########################################################
 SAMBA_VERSION_MAJOR=3
 SAMBA_VERSION_MINOR=6
-SAMBA_VERSION_RELEASE=10
+SAMBA_VERSION_RELEASE=11
 
 ########################################################
 # Bug fix releases use a letter for the patch revision #


-- 
Samba Shared Repository


More information about the samba-cvs mailing list