summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-04-22 15:19:29 +0200
committerKarolin Seeger <kseeger@samba.org>2008-04-22 15:19:29 +0200
commit76b0db153dfdbbc5df4afda594bc4f3ba262e9a1 (patch)
tree1ddef8ef6e5c7c47a565a46d66eb848a5652c2b5 /WHATSNEW.txt
parent03edc87728ef45cf1811a38d30b4cdc09409fd17 (diff)
downloadsamba-76b0db153dfdbbc5df4afda594bc4f3ba262e9a1.tar.gz
samba-76b0db153dfdbbc5df4afda594bc4f3ba262e9a1.tar.bz2
samba-76b0db153dfdbbc5df4afda594bc4f3ba262e9a1.zip
WHATSNEW.txt: Update list of changes.
Karolin (This used to be commit d2cb298a469b00cb5f8e15a3185a4a5d51e1b9ec)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt34
1 files changed, 22 insertions, 12 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index ed3052f4fc..001f0f8d70 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -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>