WHATSNEW.txt: Update list of changes.
authorKarolin Seeger <kseeger@samba.org>
Tue, 22 Apr 2008 13:19:29 +0000 (15:19 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 22 Apr 2008 13:19:29 +0000 (15:19 +0200)
Karolin
(This used to be commit d2cb298a469b00cb5f8e15a3185a4a5d51e1b9ec)

WHATSNEW.txt

index ed3052f4fc165ae3ebe019a460757ad2b39fd286..001f0f8d70f881e22182d6290321b601f702e1bc 100644 (file)
@@ -220,6 +220,12 @@ o   Michael Adam <obnox@samba.org>
 
 o   Jeremy Allison <jra@samba.org>
     * BUG 5311: Fix IPv6 issue with hosts allow/deny settings.
+    * BUG 5372: Fix client timeouts in large CUPS installations.
+    * Fix problem with nmbd not waiting until interfaces come up.
+    * Fix S3 to pass the test_raw_oplock_exclusive3 test.
+    * Fix MSDFS bug breaking MS clients in some cases by ensuring 
+      the target host is ourselves.
+    * Rewrite the wrap checks to deal with gcc 4.x optimisations.
 
 
 o   Kai Blin <kai@samba.org>
@@ -255,6 +261,10 @@ o   Guenther Deschner <gd@samba.org>
     * Add various new calls to libnetapi.
 
 
+o   Björn Jacke <bj@sernet.de>
+    * Add AC_TRY_RUN_STRICT support for Sun Studio compiler.
+
+
 o   Volker Lendecke <vl@samba.org>
     * Add support for async SMB requests.
     * Add transactions to the dbwrap API.
@@ -270,18 +280,18 @@ o   Volker Lendecke <vl@samba.org>
     * BUG 5307: Fix notify changes.
     * BUG 5317: Fix debug output in domain_client_validate.
     * BUG 5338: Fix format string issue in rpcclient.
-    * Convert account_pol.tdb and share_info.tdb to dbwrap
-    * Protect group_mapping.tdb ops with transactions
-    * BUG 5366: "passwd program" should work on Solaris 10 again now
-    * A level 25 setuserinfo does change the pwdlastset, fixes XP joins
-    * BUG 5350: A Samba DC trusting NT4 should do an anon session setup
-    * BUG 5375: Fix a segfault with "security=share" and [in]valid users
-    * Fix printing from DOS clients -- introduced by inbuf/outbuf rewrite
-    * Fix wbinfo -a trusted\\user%password on a Samba DC with trusts
-    * BUG 5341: Fix async smbclient get command on Solaris
-    * Make winbind use NetSamLogonEx when possible
-    * Merge fixes in the 3-0-ctdb cluster code
-    * Fix a segfault in snprintf replacement code
+    * Convert account_pol.tdb and share_info.tdb to dbwrap.
+    * Protect group_mapping.tdb ops with transactions.
+    * BUG 5366: "passwd program" should work on Solaris 10 again now.
+    * A level 25 setuserinfo does change the pwdlastset, fixes XP joins.
+    * BUG 5350: A Samba DC trusting NT4 should do an anon session setup.
+    * BUG 5375: Fix a segfault with "security=share" and [in]valid users.
+    * Fix printing from DOS clients -- introduced by inbuf/outbuf rewrite.
+    * Fix wbinfo -a trusted\\user%password on a Samba DC with trusts.
+    * BUG 5341: Fix async smbclient get command on Solaris.
+    * Make winbind use NetSamLogonEx when possible.
+    * Merge fixes in the 3-0-ctdb cluster code.
+    * Fix a segfault in snprintf replacement code.
 
 
 o   Derrell Lipman <derrell@samba.org>