Final changes - ready for 1.9.18.
authorJeremy Allison <jra@samba.org>
Thu, 8 Jan 1998 05:27:30 +0000 (05:27 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 8 Jan 1998 05:27:30 +0000 (05:27 +0000)
Jeremy.
(This used to be commit 5e62a96e504f298b45dae904957029de91b3e3c4)

WHATSNEW.txt

index f1c6c738204c2b721f1fec5aab61b18773e2e112..ebd17129a84337dfe37f9a6895ff76e3db008ce8 100644 (file)
@@ -5,8 +5,8 @@ This is the latest stable release of Samba. This is the
 version that all production Samba servers should be running
 for all current bug-fixes.
 
-This release contains three major changes to the 
-1.9.17 series and much re-written code.
+This release contains several major changes and much re-written 
+code.
 
 The main changes are :
 
@@ -73,6 +73,24 @@ Please see the new man page for make_smbcodepage
 for details on adding additional client code page
 support.
 
+4). New Printing support.
+-------------------------
+
+An implementation of the Windows 95 automatic printer
+driver installation has been added to smbd. To use this
+new feature please read the document:
+
+docs/PRINTER_DRIVER.txt
+
+Thanks to Jean-Francois Micouleau, and also Herb Lewis
+of Silicon Graphics for this new code.
+
+Printer support on System V systems (notably Solaris)
+has been improved with the addition of code generously
+donated by Norm Jacobs of Sun Microsystems. Sun have
+also made a Solaris SPARC workstation available to the
+Samba Team to aid in their porting efforts.
+
 
 Changed code.
 -------------
@@ -88,20 +106,6 @@ may now be used without recompiling.
 Much of the internals of Samba has been re-structured
 to support the oplock and Domain controller changes.
 
-An implementation of the Windows 95 automatic printer
-driver installation has been added to smbd. To use this
-new feature please read the document:
-
-docs/PRINTER_DRIVER.txt 
-
-Thanks to Jean-Francois Micouleau for this new code.
-
-Printer support on System V systems (notably Solaris)
-has been improved with the addition of code generously
-donated by Norm Jacobs of Sun Microsystems. Sun have
-also made a Solaris SPARC workstation available to the
-Samba Team to aid in their porting efforts.
-
 Samba now contains an implementation of share modes
 using System V shared memory as well as the mmap()
 based code. This was done to allow the 'FAST_SHARE_MODES'