INN commit: trunk (4 files)

INN Commit Russ_Allbery at isc.org
Sun May 24 08:25:13 UTC 2009


    Date: Sunday, May 24, 2009 @ 01:25:13
  Author: iulius
Revision: 8491

Bump version numbers of TRUNK (2.5.0 -> 2.6.0).

Modified:
  trunk/Makefile.global.in
  trunk/configure.ac
  trunk/doc/pod/install.pod
  trunk/doc/pod/readme.pod

---------------------+
 Makefile.global.in  |    2 +-
 configure.ac        |    2 +-
 doc/pod/install.pod |    4 ++--
 doc/pod/readme.pod  |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

Modified: Makefile.global.in
===================================================================
--- Makefile.global.in	2009-05-21 20:06:37 UTC (rev 8490)
+++ Makefile.global.in	2009-05-24 08:25:13 UTC (rev 8491)
@@ -18,7 +18,7 @@
 ##      keep their length reasonable; otherwise, your news server will not
 ##      be complying with the NNTP protocol.
 
-VERSION		= 2.5.0
+VERSION		= 2.6.0
 VERSION_EXTRA	= prerelease
 
 ##  If you want to install INN relative to a root directory other than /,

Modified: configure.ac
===================================================================
--- configure.ac	2009-05-21 20:06:37 UTC (rev 8490)
+++ configure.ac	2009-05-24 08:25:13 UTC (rev 8491)
@@ -26,7 +26,7 @@
 dnl useful information for someone debugging a problem than configure-time
 dnl errors.
 
-AC_INIT([INN], [2.5.0], [inn-workers at lists.isc.org])
+AC_INIT([INN], [2.6.0], [inn-workers at lists.isc.org])
 AC_PREREQ(2.61)
 AC_REVISION($Revision$)
 AC_CONFIG_AUX_DIR([support])

Modified: doc/pod/install.pod
===================================================================
--- doc/pod/install.pod	2009-05-21 20:06:37 UTC (rev 8490)
+++ doc/pod/install.pod	2009-05-24 08:25:13 UTC (rev 8491)
@@ -1,11 +1,11 @@
-=head1 Welcome to S<INN 2.5>!
+=head1 Welcome to S<INN 2.6>!
 
 Please read this document thoroughly before trying to install INN.  You'll
 be glad you did.
 
 If you are upgrading from a major release of INN prior to 2.3, it is
 recommended that you make copies of your old configuration files and use
-them as guides for doing a clean installation and configuration of 2.5.
+them as guides for doing a clean installation and configuration of 2.6.
 Many config files have changed, some have been added, and some have been
 removed.  You'll find it much easier to start with a fresh install than to
 try to update your old installation.  This is particularly true if you're

Modified: doc/pod/readme.pod
===================================================================
--- doc/pod/readme.pod	2009-05-21 20:06:37 UTC (rev 8490)
+++ doc/pod/readme.pod	2009-05-24 08:25:13 UTC (rev 8491)
@@ -1,6 +1,6 @@
-=head1 Welcome to S<INN 2.5>!
+=head1 Welcome to S<INN 2.6>!
 
-This is the current development version of S<INN 2.5>.  This code is under
+This is the current development version of S<INN 2.6>.  This code is under
 active development and may or may not be stable at any given time.
 Contributions and bug reports are welcome and encouraged.
 




More information about the inn-committers mailing list