From bd2ed8b0e2fa874dad2417f31a4c147df836d91d Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 9 Jun 2014 11:56:33 +0000 Subject: - Revved version to 8.1.18 git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3920 82007160-df01-0410-b94d-b575c5fd34c7 --- NEWS | 4 ++-- configure | 20 ++++++++++---------- configure.ac | 2 +- include/patchlevel.h | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/NEWS b/NEWS index c4e2ee8..4c3bab4 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ --- Noteworthy changes in version 8.1.18 (????-??-??) +-- Noteworthy changes in version 8.1.18 (2014-06-09) o) Fixed CAP issue for certain clients o) Fixed bug where "STATS p" would show an invalid amount of irc-operators - in case there are +H opers + in case there are any +H opers o) irc-operators may now no longer set a channel +O if they are only halfops (%) o) Channel halfops (%) may now no longer (de)halfop other channel members o) Channel halfops (%) may now no longer KICK other channel halfops diff --git a/configure b/configure index 4f44329..daafa41 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Id: configure.ac 3465 2014-05-01 20:56:52Z michael . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1.17. +# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1.18. # # Report bugs to . # @@ -593,8 +593,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ircd-hybrid' PACKAGE_TARNAME='ircd-hybrid' -PACKAGE_VERSION='8.1.17' -PACKAGE_STRING='ircd-hybrid 8.1.17' +PACKAGE_VERSION='8.1.18' +PACKAGE_STRING='ircd-hybrid 8.1.18' PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' PACKAGE_URL='' @@ -1368,7 +1368,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures ircd-hybrid 8.1.17 to adapt to many kinds of systems. +\`configure' configures ircd-hybrid 8.1.18 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1438,7 +1438,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ircd-hybrid 8.1.17:";; + short | recursive ) echo "Configuration of ircd-hybrid 8.1.18:";; esac cat <<\_ACEOF @@ -1568,7 +1568,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ircd-hybrid configure 8.1.17 +ircd-hybrid configure 8.1.18 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2094,7 +2094,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by ircd-hybrid $as_me 8.1.17, which was +It was created by ircd-hybrid $as_me 8.1.18, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2968,7 +2968,7 @@ fi # Define the identity of the package. PACKAGE='ircd-hybrid' - VERSION='8.1.17' + VERSION='8.1.18' cat >>confdefs.h <<_ACEOF @@ -16080,7 +16080,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ircd-hybrid $as_me 8.1.17, which was +This file was extended by ircd-hybrid $as_me 8.1.18, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16146,7 +16146,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -ircd-hybrid config.status 8.1.17 +ircd-hybrid config.status 8.1.18 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index bc2ad16..6655cb5 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_REVISION([$Id$]) AC_PREREQ(2.69) -AC_INIT([ircd-hybrid], [8.1.17], [bugs@ircd-hybrid.org]) +AC_INIT([ircd-hybrid], [8.1.18], [bugs@ircd-hybrid.org]) AM_INIT_AUTOMAKE(1.13.1 subdir-objects) AM_MAINTAINER_MODE AC_CONFIG_MACRO_DIR([m4]) diff --git a/include/patchlevel.h b/include/patchlevel.h index f62612c..d4961c8 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -25,5 +25,5 @@ */ #ifndef PATCHLEVEL -#define PATCHLEVEL "hybrid-8.1.17" +#define PATCHLEVEL "hybrid-8.1.18" #endif -- cgit