mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 19:03:12 +02:00
Prepare for 3.2.10.3
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
|
||||
|
||||
Configuration Program
|
||||
for Unreal3.2.10.2
|
||||
for Unreal3.2.10.3
|
||||
|
||||
This program will help you to compile your IRC server, and ask you
|
||||
questions regarding the compile-time settings of it during the process.
|
||||
|
||||
+16
-1
@@ -1,4 +1,4 @@
|
||||
Unreal3.2.10.2 Release Notes
|
||||
Unreal3.2.10.3 Release Notes
|
||||
=============================
|
||||
|
||||
==[ GENERAL INFORMATION ]==
|
||||
@@ -13,6 +13,21 @@ Unreal3.2.10.2 Release Notes
|
||||
SUMMARY of the changes in this release. See the file 'Changes' for a
|
||||
complete list of all changes.
|
||||
|
||||
==[ .3 RELEASE ]==
|
||||
The following issues have been fixed in 3.2.10.3:
|
||||
- Crash when SASL is enabled and ping-cookie is disabled
|
||||
- Compile issue with remote include
|
||||
- OS X compile problems
|
||||
- ./unreal backtrace not always working well
|
||||
Changes:
|
||||
- For silenced users we now only check the current nick!user@host
|
||||
- Server to server links now use latest TLS (eg: v1.2) instead of SSLv3
|
||||
New:
|
||||
- Added set::spamfilter::stop-on-first-match (default yes). You can change
|
||||
this to 'no' to have UnrealIRCd continue processing all spamfilters even
|
||||
after the first match. The spamfilter with the 'gravest action' wins
|
||||
(eg: gzline wins from block).
|
||||
|
||||
==[ .2 RELEASE ]==
|
||||
The following major issues were present in 3.2.10 & 3.2.10.1 and have
|
||||
been fixed in this version:
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
===============================================
|
||||
= UnrealIRCd v3.2.10.2 =
|
||||
= UnrealIRCd v3.2.10.3 =
|
||||
===============================================
|
||||
This release was brought to you by:
|
||||
|
||||
|
||||
@@ -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.2.
|
||||
# Generated by GNU Autoconf 2.69 for unrealircd 3.2.10.3.
|
||||
#
|
||||
# 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.2'
|
||||
PACKAGE_STRING='unrealircd 3.2.10.2'
|
||||
PACKAGE_VERSION='3.2.10.3'
|
||||
PACKAGE_STRING='unrealircd 3.2.10.3'
|
||||
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.2 to adapt to many kinds of systems.
|
||||
\`configure' configures unrealircd 3.2.10.3 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.2:";;
|
||||
short | recursive ) echo "Configuration of unrealircd 3.2.10.3:";;
|
||||
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.2
|
||||
unrealircd configure 3.2.10.3
|
||||
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.2, which was
|
||||
It was created by unrealircd $as_me 3.2.10.3, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@@ -7631,7 +7631,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.2, which was
|
||||
This file was extended by unrealircd $as_me 3.2.10.3, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -7694,7 +7694,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.2
|
||||
unrealircd config.status 3.2.10.3
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ dnl Unreal.nfo
|
||||
dnl .CHANGES.NEW
|
||||
dnl src/version.c.SH
|
||||
|
||||
AC_INIT([unrealircd], [3.2.10.2], [http://bugs.unrealircd.org/], [], [http://unrealircd.org/])
|
||||
AC_INIT([unrealircd], [3.2.10.3], [http://bugs.unrealircd.org/], [], [http://unrealircd.org/])
|
||||
AC_CONFIG_SRCDIR([src/ircd.c])
|
||||
AC_CONFIG_HEADER([include/setup.h])
|
||||
AC_CONFIG_AUX_DIR([autoconf])
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
|
||||
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Version: 3.2.10.2</font><br>
|
||||
<font size="4">Version: 3.2.10.3</font><br>
|
||||
<b>Letztes Update dieses Handbuchs:</b> 2009-12-24</div>
|
||||
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke<font face="Helvetica,Arial" size="-1">/
|
||||
aquanight / WolfSage</font><br>
|
||||
|
||||
@@ -30,7 +30,7 @@ Spanish
|
||||
<br><br>
|
||||
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
|
||||
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Version: 3.2.10.2</font><br>
|
||||
<font size="4">Version: 3.2.10.3</font><br>
|
||||
<b>Ultima actualizacion del doc:</b> 2013-04-05</div>
|
||||
<br>
|
||||
<b>Programador jefe/mantenimiento:</b> Syzop<br>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<div style="text-align:center;">
|
||||
<b><font size="7">UnrealIRCd</font></b><br>
|
||||
<font size="4"><a href="http://www.unrealircd.com/">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Version: 3.2.10.2</font><br>
|
||||
<font size="4">Version: 3.2.10.3</font><br>
|
||||
<b>Dernière mise à jour de la documentation:</b> 2013-04-05
|
||||
</div>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ English |
|
||||
<br><br>
|
||||
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
|
||||
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Version: 3.2.10.2</font><br>
|
||||
<font size="4">Version: 3.2.10.3</font><br>
|
||||
<b>Last doc update:</b> 2013-11-20</div>
|
||||
<br>
|
||||
<b>Head coder/maintainer:</b> Syzop<br>
|
||||
|
||||
@@ -29,7 +29,7 @@ Hungarian |
|
||||
<br><br>
|
||||
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
|
||||
<font size="4"><a href="http://www.unrealircd.com/">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Verzió: 3.2.10.2</font><br>
|
||||
<font size="4">Verzió: 3.2.10.3</font><br>
|
||||
<b>Utolsó dokumentáció frissítés:</b> 2013-11-20</div>
|
||||
<br>
|
||||
<b>Fõ fejlesztõ/karbantartó:</b> Syzop<br>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
<br>
|
||||
<div align="center"><b><font size="7">UnrealIRCd</font></b><br>
|
||||
<font size="4"><a href="http://www.unrealircd.com">http://www.unrealircd.com</a></font><br>
|
||||
<font size="4">Âåðñèÿ: 3.2.10.2</font><br>
|
||||
<font size="4">Âåðñèÿ: 3.2.10.3</font><br>
|
||||
<b>Ïîñëåäíåå îáíîâëåíèå:</b> 2013-04-05</div>
|
||||
<br>
|
||||
<b>Ãëàâíûå ïðîãðàììèñòû</b> Syzop<br>
|
||||
|
||||
@@ -48,7 +48,7 @@ href="unreal32docs.hu.html">Hungarian</A>
|
||||
<BR><BR>
|
||||
<DIV align=center><B><FONT size=7>UnrealIRCd</FONT></B><BR><FONT size=4><A
|
||||
href="http://www.unrealircd.com/">http://www.unrealircd.com/</A></FONT><BR><FONT
|
||||
size=4>Version: 3.2.10.2</FONT><BR><B>En Son Güncelleme:</B>
|
||||
size=4>Version: 3.2.10.3</FONT><BR><B>En Son Güncelleme:</B>
|
||||
2013-11-20</DIV><BR>
|
||||
<B>Baþ Kodlayýcý/Devam Ettiren:</b> Syzop<br>
|
||||
<b>Kodlayýcýlar:</b> binki<br>
|
||||
|
||||
@@ -61,7 +61,7 @@ ModuleHeader l_commands_Header
|
||||
#endif
|
||||
= {
|
||||
"commands", /* Name of module */
|
||||
"3.2.10.2", /* Version */
|
||||
"3.2.10.3", /* Version */
|
||||
"Wrapper library for m_ commands", /* Short description of module */
|
||||
"3.2-b8-1",
|
||||
NULL
|
||||
|
||||
+1
-1
@@ -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.2"
|
||||
id="3.2.10.3"
|
||||
echo "$id"
|
||||
|
||||
if test -r version.c
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
[Setup]
|
||||
AppName=UnrealIRCd
|
||||
AppVerName=UnrealIRCd3.2.10.2
|
||||
AppVerName=UnrealIRCd3.2.10.3
|
||||
AppPublisher=UnrealIRCd Team
|
||||
AppPublisherURL=http://www.unrealircd.com
|
||||
AppSupportURL=http://www.unrealircd.com
|
||||
|
||||
Reference in New Issue
Block a user