]> eyrie.org Git - kerberos/sident.git/commitdiff
Add preliminary 3.2 changes.
authorRuss Allbery <rra@stanford.edu>
Mon, 14 Jun 2004 05:03:56 +0000 (05:03 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 14 Jun 2004 05:03:56 +0000 (05:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c0340dfd9ac79dbf4673ccb34b1d920795a8f590..e65e9b1b38d4e3bda7485170bb6e2879db40bd2d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,19 @@
                        User-Visible S/Ident Changes
 
+S/Ident 3.2 (in progress)
+
+    Added support for a shared library build of libsident, on by default
+    on those platforms where libtool supports shared libraries.
+
+    Updated the kernel modules and kvm layer to the code from pidentd
+    3.0.18, which adds support for Solaris 10.
+
+    Significant amounts of code cleanup, reformatting, and reorganization.
+    There should not be any functionality changes, but the code should be
+    much easier to deal with.
+
+    Added rules and configuration to build native Debian packages.
+
 S/Ident 3.1 (2003-08-03)
 
     Include the ticket expiration time and the local principal name
@@ -74,8 +88,8 @@ S/Ident 1.4 (2000-09-26)
 S/Ident 1.3 (2000-02-27)
 
     The only change in 1.3 is that the kernel reading interface in the
-    responder has been changed to use the API supported in pidentd.3.0.x.
-    pidentd3.0.x has dropped support for some older OSes, but it has
+    responder has been changed to use the API supported in pidentd 3.0.x.
+    pidentd 3.0.x has dropped support for some older OSes, but it has
     support for Solaris 2.7 and Irix 6.5.  Support for HPUX 11 is on my
     todo list, but not available in this release.  This release has been
     tested on
@@ -103,6 +117,6 @@ S/Ident 1.2 (1997-11-11)
     or IDENT_FLAG_NOT_SUPPORTED.  Currently the only flag is
     USER-INTERACTION with the values YES or NO.
 
-    Merged in the new kernel codes from the latest release of pidentd.
+    Merged in the new kernel code from the latest release of pidentd.
     Conversion to using lsof kernel interface code is still on the TODO
     list.