Update with differences for 1.1.0 release_1_1_0_pre0
authoraland <aland>
Fri, 16 Dec 2005 19:56:10 +0000 (19:56 +0000)
committeraland <aland>
Fri, 16 Dec 2005 19:56:10 +0000 (19:56 +0000)
INSTALL
README

diff --git a/INSTALL b/INSTALL
index afd87c4..3f3797d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,7 @@ the following steps to build and install the server:
        $ make
        $ make install
 
-  Note that in this release, the location of the dictionary files has
+  Note that as of 1.0.0, the location of the dictionary files has
 changed, to /usr/local/share/freeradius/dictionary.  Please ensure
 that /etc/raddb/dictionary is THE SAME as ./raddb/dictionary.  If not,
 you will have to copy it over by hand;
diff --git a/README b/README
index 7279c41..87e5ff6 100644 (file)
--- a/README
+++ b/README
@@ -12,6 +12,23 @@ information.
   To install the server, please see the INSTALL file in this
 directory.
 
+  The differences between 1.0.x and 1.1.0 are documented in the file
+doc/ChangeLog.  What these differences mean for an administrator
+upgrading from 1.0.x are as follows:
+
+  * You MUST use the new dictionaries.  This is NOT done by default,
+    because you may have edited the installed version of /etc/raddb/dictionary.
+    If you have not edited /etc/raddb/dictionary, then you can make
+    the server use the new dictionaries by copying the
+    raddb/dictionary file from this directory to /etc/raddb.  Without
+    this change, the server WILL NOT WORK PROPERLY.
+
+  * Sites using SQL for logging should look into using the new
+    rlm_sql_log module.  See it's "man" page for details.
+
+  * Sites using rlm_x99_token will have to update their configuration
+    to use rlm_otp.
+
 3. DEBUGGING THE SERVER
 
   Run the server in debugging mode, (radiusd -X) and READ the output.
@@ -31,6 +48,10 @@ documentation, other than comments in the configuration file.
 discussions about common problems and solution.
 
 
+  See the Wiki
+
+       http://wiki.freeradius.org
+
 4. ADDITIONAL INFORMATION
 
   See 'doc/README' for more information about FreeRADIUS.