INN commit: trunk (5 files)
INN Commit
rra at isc.org
Sat Sep 12 13:39:06 UTC 2015
Date: Saturday, September 12, 2015 @ 06:39:06
Author: iulius
Revision: 9947
Bump revision numbers to reflect that CURRENT is now INN 2.7.0
Modified:
trunk/Makefile.global.in
trunk/TODO
trunk/configure.ac
trunk/doc/pod/install.pod
trunk/doc/pod/readme.pod
---------------------+
Makefile.global.in | 2 +-
TODO | 4 ++--
configure.ac | 2 +-
doc/pod/install.pod | 4 ++--
doc/pod/readme.pod | 4 ++--
5 files changed, 8 insertions(+), 8 deletions(-)
Modified: Makefile.global.in
===================================================================
--- Makefile.global.in 2015-09-12 13:29:39 UTC (rev 9946)
+++ Makefile.global.in 2015-09-12 13:39:06 UTC (rev 9947)
@@ -18,7 +18,7 @@
## keep their length reasonable; otherwise, your news server will not
## be complying with the NNTP protocol.
-VERSION = 2.6.0
+VERSION = 2.7.0
VERSION_EXTRA = prerelease
## The absolute path to the top of the build directory, used to find the
Modified: TODO
===================================================================
--- TODO 2015-09-12 13:29:39 UTC (rev 9946)
+++ TODO 2015-09-12 13:39:06 UTC (rev 9947)
@@ -26,7 +26,7 @@
Last modified $Id$.
-Scheduled for INN 2.6
+Scheduled for INN 2.7
* Rework and clean up the overview API. The major change is that the
initialization function should return a pointer to an opaque struct
@@ -90,7 +90,7 @@
into libinn.
-Scheduled for INN 2.7
+Scheduled for INN 2.8
* Add a generic, modular anti-spam and anti-abuse filter, off by default,
but coming with INN and prominently mentioned in the INSTALL
Modified: configure.ac
===================================================================
--- configure.ac 2015-09-12 13:29:39 UTC (rev 9946)
+++ configure.ac 2015-09-12 13:39:06 UTC (rev 9947)
@@ -26,7 +26,7 @@
dnl useful information for someone debugging a problem than configure-time
dnl errors.
-AC_INIT([INN], [2.6.0], [inn-workers at lists.isc.org],
+AC_INIT([INN], [2.7.0], [inn-workers at lists.isc.org],
[inn], [https://www.isc.org/downloads/projects/])
AC_PREREQ([2.64])
AC_REVISION([$Revision$])
Modified: doc/pod/install.pod
===================================================================
--- doc/pod/install.pod 2015-09-12 13:29:39 UTC (rev 9946)
+++ doc/pod/install.pod 2015-09-12 13:39:06 UTC (rev 9947)
@@ -1,11 +1,11 @@
-=head1 Welcome to S<INN 2.6>!
+=head1 Welcome to S<INN 2.7>!
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.6.
+them as guides for doing a clean installation and configuration of 2.7.
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 2015-09-12 13:29:39 UTC (rev 9946)
+++ doc/pod/readme.pod 2015-09-12 13:39:06 UTC (rev 9947)
@@ -1,6 +1,6 @@
-=head1 Welcome to S<INN 2.6>!
+=head1 Welcome to S<INN 2.7>!
-This is the current development version of S<INN 2.6>. This code is under
+This is the current development version of S<INN 2.7>. 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