From 13603f1c3c853eb2ec792d70f89e82b26080e002 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 8 Jan 1998 05:27:30 +0000 Subject: Final changes - ready for 1.9.18. Jeremy. (This used to be commit 5e62a96e504f298b45dae904957029de91b3e3c4) --- WHATSNEW.txt | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index f1c6c73820..ebd17129a8 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -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' -- cgit