[SCM] Samba Shared Repository - branch v3-3-stable updated - release-3-3-0pre1-7-g1efacf0

Karolin Seeger kseeger at samba.org
Tue Aug 26 13:30:39 GMT 2008


The branch, v3-3-stable has been updated
       via  1efacf0269bc92ded0ba1d33724d217cbe03ebaf (commit)
       via  7685c8069bd40f66ecafdc1a99cf2724a29772ea (commit)
       via  2cab8a6e67a89cbbe78ec60eb4c8d5501ab9390f (commit)
       via  e7c55a0ff3044d0c82f7ad70265155f7d4c5c316 (commit)
       via  7c48a01bf56eadb6aaad52fc63aa20e15f3b851e (commit)
       via  6ebb74d76f7b09636473797fd8c775e040189124 (commit)
       via  bb04828bd9267e9670b0324d1426e7af2a139dd6 (commit)
      from  747011bd7888a1ea5cbf3fcf693f2c42ff9e133a (commit)

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


- Log -----------------------------------------------------------------
commit 1efacf0269bc92ded0ba1d33724d217cbe03ebaf
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Aug 26 14:21:31 2008 +0200

    WHATSNEW: Unify bug reference.
    
    Karolin
    (cherry picked from commit eb8ea124be88d8173cd62891e7c9227c24f0080d)

commit 7685c8069bd40f66ecafdc1a99cf2724a29772ea
Author: Günther Deschner <gd at samba.org>
Date:   Tue Aug 26 13:47:43 2008 +0200

    build: make sure to create CODEPAGEDIR and MODULESDIR.
    
    Guenther
    (cherry picked from commit d31683cdc877b468e7443216ab9e6edff844c131)
    (cherry picked from commit ef75a3a5b8397d4b8c343c350542e6486342e9e8)

commit 2cab8a6e67a89cbbe78ec60eb4c8d5501ab9390f
Author: Günther Deschner <gd at samba.org>
Date:   Tue Aug 26 13:15:11 2008 +0200

    WHATSNEW: add some new items.
    
    Guenther
    (cherry picked from commit 84eb5db51999347b9a4a6efda884804249a6428b)

commit e7c55a0ff3044d0c82f7ad70265155f7d4c5c316
Author: Michael Adam <obnox at samba.org>
Date:   Tue Aug 26 13:42:58 2008 +0200

    WHATSNEW: Add some changes.
    
    Hopefully, this is not too verbose. But it takes some space in
    git log, so I thought I'd mention it.
    
    Michael
    (cherry picked from commit 17a78c621662c86395b1468bb487525b94cbd2b4)

commit 7c48a01bf56eadb6aaad52fc63aa20e15f3b851e
Author: Michael Adam <obnox at samba.org>
Date:   Tue Aug 26 10:32:25 2008 +0200

    WHATSNEW: fix attribution of adding "net rpc vampire keytab/ldif"
    
    Michael
    (cherry picked from commit d52f254590e736957b6962c32ac86bfcb3ef9104)

commit 6ebb74d76f7b09636473797fd8c775e040189124
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Aug 26 14:16:44 2008 +0200

    WHATSNEW: Up to 3.3.0pre2.
    
    Karolin

commit bb04828bd9267e9670b0324d1426e7af2a139dd6
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Aug 26 14:15:44 2008 +0200

    VERSION: Raise version number up to 3.3.0pre2.
    
    Karolin

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

Summary of changes:
 WHATSNEW.txt       |   19 ++++++++++++++-----
 source/Makefile.in |    2 +-
 source/VERSION     |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index dbdb0ef..bddfbb9 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,9 +1,9 @@
                    =================================
-                   Release Notes for Samba 3.3.0pre1
-                            August 26, 2008
+                   Release Notes for Samba 3.3.0pre2
+                            
                    =================================
 
-This is the first preview release of Samba 3.3.0.  This is *not*
+This is the second preview release of Samba 3.3.0.  This is *not*
 intended for production environments and is designed for testing
 purposes only.  Please report any defects via the Samba bug reporting
 system at https://bugzilla.samba.org/.
@@ -25,6 +25,11 @@ Major enhancements in Samba 3.3.0 include:
  o The destination "all" of smbcontrol does now affect all running
    daemons including nmbd and winbindd.
  o New 'net rpc vampire keytab' and 'net rpc vampire ldif' commands.
+ o The 'net' utility can now use kerberos for joining and authentication.
+
+ Libraries:
+ o NetApi library implements various new calls for User- and Group
+   Account Management.
 
 
 Configure changes
@@ -86,9 +91,12 @@ Commit Highlights:
 ------------------
 
 o   Michael Adam <obnox at samba.org>
-    * Remove configure option "--with-libdir" and add
+    * BUG 5609: Remove configure option "--with-libdir" and add
       "--with-modulesdir".
-    * Add "net rpc vampire keytab" and "net rpc vampire ldif".
+    * Extend "net rpc vampire keytab" to support differential replication
+      and storing of kerberos keys.
+    * Rework internal logic of registry tdb code.
+    * Freeze autogenerated prototype headers (good bye "make proto").
 
 
 o   Jeremy Allison <jra at samba.org>
@@ -99,6 +107,7 @@ o   Jeremy Allison <jra at samba.org>
 
 o   Guenther Deschner <gd at samba.org>
     * BUG 5710: Fix changing of machine account passwords.
+    * Add "net rpc vampire keytab" and "net rpc vampire ldif".
 
 
 o   Volker Lendecke <vl at samba.org>
diff --git a/source/Makefile.in b/source/Makefile.in
index 4e15bf7..5d814c5 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -2475,7 +2475,7 @@ install-everything:: install installmodules
 # is not used
 
 installdirs::
-	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR)
+	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR) $(CODEPAGEDIR) $(MODULESDIR)
 
 installservers:: all installdirs
 	@$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(SBINDIR) $(SBIN_PROGS)
diff --git a/source/VERSION b/source/VERSION
index 888e7fd..22f0951 100644
--- a/source/VERSION
+++ b/source/VERSION
@@ -46,7 +46,7 @@ SAMBA_VERSION_REVISION=
 # e.g. SAMBA_VERSION_PRE_RELEASE=1                     #
 #  ->  "2.2.9pre1"                                     #
 ########################################################
-SAMBA_VERSION_PRE_RELEASE=1
+SAMBA_VERSION_PRE_RELEASE=2
 
 ########################################################
 # For 'rc' releases the version will be                #


-- 
Samba Shared Repository


More information about the samba-cvs mailing list