[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Mon Sep 12 21:45:05 MDT 2011


The branch, master has been updated
       via  6d9b0ee2 start work on Samba 4.0 alpha18
       via  5190a3e Release Samba 4.0 alpha17
       via  19d1c41 WHATSNEW: more information on running dbcheck
      from  0ee22a2 s4-python: Fix some formatting issues.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6d9b0ee26ea05ac23fe8b4f7e1fd756045c0b409
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Sep 13 11:39:09 2011 +1000

    start work on Samba 4.0 alpha18
    
    Autobuild-User: Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date: Tue Sep 13 05:44:47 CEST 2011 on sn-devel-104

commit 5190a3e5c2511de2a3d2f2e2ffa41885ab60740b
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Sep 13 11:38:30 2011 +1000

    Release Samba 4.0 alpha17

commit 19d1c41fe5e88e5b186f7314df725e7ce3cb7646
Author: Andrew Tridgell <tridge at samba.org>
Date:   Tue Sep 13 12:05:00 2011 +1000

    WHATSNEW: more information on running dbcheck

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

Summary of changes:
 VERSION      |    2 +-
 WHATSNEW.txt |   15 +++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/VERSION b/VERSION
index 6af0d96..866376e 100644
--- a/VERSION
+++ b/VERSION
@@ -57,7 +57,7 @@ SAMBA_VERSION_TP_RELEASE=
 # e.g. SAMBA_VERSION_ALPHA_RELEASE=1                   #
 #  ->  "4.0.0alpha1"                                   #
 ########################################################
-SAMBA_VERSION_ALPHA_RELEASE=17
+SAMBA_VERSION_ALPHA_RELEASE=18
 
 ########################################################
 # For 'pre' releases the version will be               #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 6b6e685..3fac360 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -79,6 +79,21 @@ See also the -H option to point dbcheck at a different database to the
 default, and the --fix and --yes options to make changes and to not
 prompt about those changes. 
 
+After upgrading Samba, it is suggested that you do the following:
+
+  - stop samba
+  - take a backup copy of your sam.ldb and sam.ldb.d/* database files
+  - run samba-tool dbcheck --cross-ncs --fix
+  - use 'all' to say yes to fixing each type of error found
+  - after it has finished, run dbcheck again to ensure it reports no
+    errors
+
+There will be a lot of errors fixed, particularly related to
+bad/missing GUID values. This is due to a bug in previous releases
+that left many objects with bad GUID values. These can all be fixed
+using dbcheck with steps above.
+
+
 New default paths
 -----------------
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list