As per a Andrew's message, I went through and removed the timestring()
[samba.git] / WHATSNEW.txt
index 34cb32904fc8e3edd57d14cbab5c0cf0ac951c9f..ebd17129a84337dfe37f9a6895ff76e3db008ce8 100644 (file)
@@ -1,23 +1,12 @@
-          WHATS NEW IN 1.9.18alpha13 Dec 15th 1997
-          ========================================
+          WHATS NEW IN 1.9.18 - January 7th 1998.
+          =======================================
 
-This is NOT a production release of Samba code.
-For production servers please run Samba 1.9.17p4
-or later releases in the 1.9.17 series.
+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.
 
-In this release (1.9.18alpha13) the Domain controller 
-code should not be turned on. The Domain controller 
-code stream is now being developed in a separate code 
-development branch. To participate in this important 
-work, send an email to :
-
-samba-bugs@samba.anu.edu.au
-
-to get instructions on how to gain access to
-the latest Domain controller code.
-
-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 :
 
@@ -84,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.
 -------------
@@ -99,24 +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.
 
-Samba supports the NT 3.51 and 4.0 Domain Authentication
-Protocol to a degree sufficient to download Profiles to an
-NT 3.51 or 4.0 Workstation ("Welcome to the SAMBA Domain").
-
-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'
@@ -127,10 +116,6 @@ The System V shared memory code is used by default on
 many systems as it has benchmarked as faster on many
 systems.
 
-Some of the new parameters for NT Domain Logons and
-Profile support are now also used by the Win95 Domain
-Logons and Profile support.
-
 The Automount code has been slightly re-shuffled, such
 that the home directory (and profile location) can be
 specified by \\%N\homes and \\%N\homes\profiles
@@ -162,7 +147,7 @@ New parameters in smb.conf.
 New Global parameters.
 ----------------------
 
-Documented in the smb.con man pages :
+Documented in the smb.conf man pages :
 
        "bind interfaces only"
 
@@ -180,11 +165,25 @@ Documented in the smb.con man pages :
 New Share level parameters.
 ---------------------------
 
-Documented in the smb.con man pages :
+Documented in the smb.conf man pages :
 
        "delete veto files"
        "oplocks"
 
+Nascent web interface for configuration.
+----------------------------------------
+
+source/wsmbconf.c is a cgi-bin program for editing smb.conf. It can
+also be run standalone. This is in a very early stage of development.
+
+Debugging support.
+------------------
+
+smbd and nmbd will now modify their debug log level when
+they receive a USR1 signal (increase debug level by one)
+and USR2 signal (decrease debug level by one). This has
+been added to aid administrators track down faults that
+only occur after long periods of time, or transiently.
 
 Reporting bugs.
 ---------------