summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-04-29 14:44:59 +0200
committerKarolin Seeger <kseeger@samba.org>2009-04-29 14:50:25 +0200
commitf2db08fca586f626646653855171c45c30be7933 (patch)
treefd860abb3fab0efedabcfa7e0d883765e984c3ff
parenta983e988806c747f8c27fec493d6372b52f43743 (diff)
downloadsamba-f2db08fca586f626646653855171c45c30be7933.tar.gz
WHATSNEW: Correct WHATSNEW.
Karolin (cherry picked from commit 83c7d8697a8df92ff1592af9c382f483354eeb0f)
-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