WHATSNEW: Correct WHATSNEW.
authorKarolin Seeger <kseeger@samba.org>
Wed, 29 Apr 2009 12:44:59 +0000 (14:44 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 29 Apr 2009 12:50:25 +0000 (14:50 +0200)
Karolin
(cherry picked from commit 83c7d8697a8df92ff1592af9c382f483354eeb0f)

WHATSNEW.txt

index b13fef7dc073a2f26ab2b96f486cf2b5606cba32..14c4f532d572e970dd3963ecb2c9759778266d65 100644 (file)
@@ -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