summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-01-08 05:27:30 +0000
committerJeremy Allison <jra@samba.org>1998-01-08 05:27:30 +0000
commit5e62a96e504f298b45dae904957029de91b3e3c4 (patch)
tree56ea3796ff956f0edd8f393150f40ec8156a4362 /WHATSNEW.txt
parent954fc7e0d01443f4bfc7157f2dcba2187f6700ec (diff)
downloadsamba-5e62a96e504f298b45dae904957029de91b3e3c4.tar.gz
samba-5e62a96e504f298b45dae904957029de91b3e3c4.tar.xz
samba-5e62a96e504f298b45dae904957029de91b3e3c4.zip
Final changes - ready for 1.9.18.
Jeremy.
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt36
1 files changed, 20 insertions, 16 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f1c6c738204..ebd17129a84 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'