summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WHATSNEW.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index b13fef7dc07..14c4f532d57 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -21,8 +21,8 @@ o Changed the way smbd handles untrusted domain names given during user
authentication.
Printing Changes:
-o Support for Windows Vista Printer Change Notification has been added.
-o Various fixes for Samba spoolss print server.
+o Various fixes including printer change notificiation for Samba spoolss
+ print servers.
Internal changes:
o The remaining hand-marshalled DCE/RPC services (ntsvcs, svcctl, eventlog
@@ -72,11 +72,10 @@ behavior.
Printing Changes
================
-Support for Windows Vista Printer Change Notification has been added to Samba.
-
-The spoolss was replaced by autogenerated code based on PIDL. That fixes
-several printing issues on Samba print servers and will stabilize the printing
-functionality generally.
+The spoolss subsystem was replaced by autogenerated code based on PIDL. That fixes
+several printing issues including printer change notificiation on Samba print
+servers and will stabilize the printing functionality generally.
+The support for spoolss printing with Windows Vista has been improved.
Internal Changes