summaryrefslogtreecommitdiff
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
commit13603f1c3c853eb2ec792d70f89e82b26080e002 (patch)
treea1e427ed11c940ecede2fff7004a1bc1ba9383a3
parent10f844c988cf426d2309d5bd73bedec182dd03d3 (diff)
downloadsamba-13603f1c3c853eb2ec792d70f89e82b26080e002.tar.gz
samba-13603f1c3c853eb2ec792d70f89e82b26080e002.tar.bz2
samba-13603f1c3c853eb2ec792d70f89e82b26080e002.zip
Final changes - ready for 1.9.18.
Jeremy. (This used to be commit 5e62a96e504f298b45dae904957029de91b3e3c4)
-rw-r--r--WHATSNEW.txt36
1 files 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'