Update INSTALL file for 2.10.12.
authorMichael Poole <mdpoole@troilus.org>
Tue, 23 Jan 2007 02:04:21 +0000 (02:04 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 23 Jan 2007 02:04:21 +0000 (02:04 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/branches/u2_10_12_branch@1756 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ChangeLog
INSTALL

index 0f6a6ab96a1d157d079c33f12b84aafa0b7921ad..d1d03b5f6571594b15f891e824f8b2f2f5ca47d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-22  Michael Poole <mdpoole@troilus.org>
+
+       * INSTALL: Mention source directory naming; update the reference
+       to the config file converter (hah); update CVS directions.
+
 2007-01-22  Michael Poole <mdpoole@troilus.org>
 
        * include/supported.h: Move parameters from FEATURES1 to FEATURES2
diff --git a/INSTALL b/INSTALL
index 94a92a2107f5b9f6d48de3dd7aaf67a0ac319e44..41b6e815f1ae37c6e33b52330ca0d7cd204f84ea 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,6 +3,7 @@ ircu - INSTALL
   Original by Run <carlo@runaway.xs4all.nl>,
   Isomer <isomer@coders.net>, and Kev <klmitch@mit.edu>
   Rewritten by Sengaia <sengaia@undernet.org> 
+  Updated by Entrope <entrope@undernet.org>
 
 Compiling and installing ircu should be a fairly straightforward process,
 if you have obtained this software as a (.tar.gz) package, please consider
@@ -10,8 +11,8 @@ using CVS (described below). Using CVS will make updating your installation
 much easier. 
 
 After obtaining the latest version of the ircu source code, change into the
-source directory (ircu2.10), and run "./configure". To see the various ways
-in which you can customize your installation, run "./configure --help".
+source directory (ircu2.10.xx.yy), and run "./configure". To see the various
+ways in which you can customize your installation, run "./configure --help".
 
 The configure process will check your environment and prepare itself for
 compiling the source code. If one or more of the prerequisites cannot be
@@ -33,8 +34,9 @@ in $HOME/lib/example.conf by default.
 Setting up ircd.conf can be a bit tricky, so if this is your first time doing
 it, begin with a bare-bones configuration and extend it as you go.
 
-If you are upgrading from ircu2.10.10, use the tools/transition script to
-convert your existing configuration file(s).
+If you are upgrading from ircu2.10.11, use the ircd/convert-conf
+program to convert your existing configuration file(s).  It is
+compiled during "make" and installed to $PREFIX/bin/convert-conf.
 
 Good Luck!
 
@@ -49,8 +51,10 @@ The first thing you need to do is login to the cvs server:
 (we recommend that you cut and paste the above line to use it :)
 When it prompts you for a password hit enter since there isn't one.
 
-To check out the the last stable version of ircu, use:
+To check out the the last development version of ircu, use:
 # cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -P ircu2.10
+The latest stable version has a tag name that depends on the version
+number; see doc/readme.cvs for details.
 
 To update your source tree to the latest version, run "cvs update -dP" from within the
 ircu2.10 directory. For more information, see http://coder-com.undernet.org.