summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index bcd1e05d4d..87231de468 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -301,6 +301,9 @@ o Stefan Metzmacher <metze@samba.org>
- wbcSetGidMapping()
- wbcSetUidHwm()
- wbcSetGidHwm()
+ - wbcResolveWinsByName()
+ - wbcResolveWinsByIP()
+ - wbcCheckTrustCredentials()
* Let wbinfo use libwbclient where possible.
* Let net use only libwbclient to access winbindd.
* Make socket wrapper pcap support more portable.
@@ -308,6 +311,11 @@ o Stefan Metzmacher <metze@samba.org>
* Store the write time in the locking.tdb,
so that smbd passes the BASE-DELAYWRITE test.
* Run RAW-SEARCH and BASE-DELAYWRITE by 'make test'.
+ * Let each process use its own connection to ctdb
+ in cluster mode.
+ * Add a reinit_after_fork() helper function to correct
+ reinitialize the same things in all cases.
+ * Fix a chicken and egg problem with "include = registry".
o Karolin Seeger <kseeger@samba.org>