This commit is contained in:
Bram Matthys 2016-09-03 20:50:01 +02:00
parent fb629bd489
commit 91e5639a77
9 changed files with 22 additions and 18 deletions

View file

@ -7,7 +7,7 @@
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
Configuration Program
for Unreal3.2.10.6
for Unreal3.2.10.7
This program will help you to compile your IRC server, and ask you
questions regarding the compile-time settings of it during the process.

View file

@ -1,8 +1,8 @@
Unreal3.2.10.6 Release Notes
Unreal3.2.10.7 Release Notes
=============================
==[ UNREALIRCD 3.2.X IS DEPRECATED ]==
You are currently viewing the release notes of UnrealIRCd 3.2.10.6.
You are currently viewing the release notes of UnrealIRCd 3.2.10.7.
UnrealIRCd 3.2.* will no longer be supported after December 31, 2016.
You should upgrade to UnrealIRCd 4 before that date.
See https://www.unrealircd.org/docs/UnrealIRCd_3.2.x_deprecated
@ -19,6 +19,10 @@ See https://www.unrealircd.org/docs/UnrealIRCd_3.2.x_deprecated
SUMMARY of the changes in this release. See the file 'Changes' for a
complete list of all changes.
==[ .7 RELEASE ]==
The following issue was fixed in 3.2.10.7:
- Fix SASL EXTERNAL security issue
==[ .6 RELEASE ]==
The following has been addressed in 3.2.10.6:
- Add notes regarding deprecation of 3.2.x series

View file

@ -1,5 +1,5 @@
===============================================
= UnrealIRCd v3.2.10.6 =
= UnrealIRCd v3.2.10.7 =
===============================================
This release was brought to you by:

18
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for unrealircd 3.2.10.6.
# Generated by GNU Autoconf 2.69 for unrealircd 3.2.10.7.
#
# Report bugs to <http://bugs.unrealircd.org/>.
#
@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='unrealircd'
PACKAGE_TARNAME='unrealircd'
PACKAGE_VERSION='3.2.10.6'
PACKAGE_STRING='unrealircd 3.2.10.6'
PACKAGE_VERSION='3.2.10.7'
PACKAGE_STRING='unrealircd 3.2.10.7'
PACKAGE_BUGREPORT='http://bugs.unrealircd.org/'
PACKAGE_URL='http://unrealircd.org/'
@ -1282,7 +1282,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 unrealircd 3.2.10.6 to adapt to many kinds of systems.
\`configure' configures unrealircd 3.2.10.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1343,7 +1343,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of unrealircd 3.2.10.6:";;
short | recursive ) echo "Configuration of unrealircd 3.2.10.7:";;
esac
cat <<\_ACEOF
@ -1481,7 +1481,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
unrealircd configure 3.2.10.6
unrealircd configure 3.2.10.7
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2087,7 +2087,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 unrealircd $as_me 3.2.10.6, which was
It was created by unrealircd $as_me 3.2.10.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -7673,7 +7673,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 unrealircd $as_me 3.2.10.6, which was
This file was extended by unrealircd $as_me 3.2.10.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -7736,7 +7736,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="\\
unrealircd config.status 3.2.10.6
unrealircd config.status 3.2.10.7
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View file

@ -10,7 +10,7 @@ dnl Unreal.nfo
dnl .CHANGES.NEW
dnl src/version.c.SH
AC_INIT([unrealircd], [3.2.10.6], [http://bugs.unrealircd.org/], [], [http://unrealircd.org/])
AC_INIT([unrealircd], [3.2.10.7], [http://bugs.unrealircd.org/], [], [http://unrealircd.org/])
AC_CONFIG_SRCDIR([src/ircd.c])
AC_CONFIG_HEADER([include/setup.h])
AC_CONFIG_AUX_DIR([autoconf])

View file

@ -78,6 +78,6 @@
/* Version suffix such as a beta marker or release candidate marker. (e.g.:
-rc2 for unrealircd-3.2.9-rc2) */
#define UNREAL_VERSION_SUFFIX ".6"
#define UNREAL_VERSION_SUFFIX ".7"
#endif

View file

@ -61,7 +61,7 @@ ModuleHeader l_commands_Header
#endif
= {
"commands", /* Name of module */
"3.2.10.6", /* Version */
"3.2.10.7", /* Version */
"Wrapper library for m_ commands", /* Short description of module */
"3.2-b8-1",
NULL

View file

@ -4,7 +4,7 @@ echo "Extracting src/version.c..."
#id=`grep '$Id: Changes,v' ../Changes`
#id=`echo $id |sed 's/.* Changes\,v \(.*\) .* Exp .*/\1/'`
id="3.2.10.6"
id="3.2.10.7"
echo "$id"
if test -r version.c

View file

@ -11,7 +11,7 @@
[Setup]
AppName=UnrealIRCd
AppVerName=UnrealIRCd3.2.10.6
AppVerName=UnrealIRCd3.2.10.7
AppPublisher=UnrealIRCd Team
AppPublisherURL=http://www.unrealircd.com
AppSupportURL=http://www.unrealircd.com