mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 22:12:25 +01:00
** internal 3.2.1-pre2 release **
This commit is contained in:
parent
0b5524cf7b
commit
1f1cdab0a6
8 changed files with 9 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
|
||||
|
||||
Configuration Program
|
||||
for Unreal3.2.1-pre1
|
||||
for Unreal3.2.1-pre2
|
||||
|
||||
This program will help you to compile your IRC server, and ask you
|
||||
questions regarding the compile-time settings of it during the process.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
Unreal3.2.1-pre1 Release Notes
|
||||
Unreal3.2.1-pre2 Release Notes
|
||||
==============================
|
||||
|
||||
Please READ this carefully, otherwise your ircd won't boot!
|
||||
|
|
3
Changes
3
Changes
|
@ -3325,5 +3325,6 @@ This is the 3.2 fixes branch.
|
|||
** internal 3.2.1-pre1 release **
|
||||
- Various (>15) small fixes for unreal32docs.html, reported by AngryWolf (#0001906).
|
||||
- Added spanish docs, translated by Trocotronic.
|
||||
- Fixed serious crashbug due to quick-rehashing bug! Basically if you did a /REHASH and
|
||||
- Fixed serious crashbug due to quick-rehashing bugfix! Basically if you did a /REHASH and
|
||||
the clientcount for a class reached 0 (due to quits) it would crash.
|
||||
** internal 3.2.1-pre2 release **
|
||||
|
|
|
@ -23,7 +23,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 </font><br>
|
||||
<b>Aktuelle Version:</b> 3.2 *CVS*<br>
|
||||
<b>Aktuelle Version:</b> 3.2.1-pre2<br>
|
||||
<b>Letztes Dokumentation Update:</b> 2004-06-25</div>
|
||||
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke<br>
|
||||
<b>Contributors:</b> McSkaf / Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk<br>
|
||||
|
|
|
@ -24,7 +24,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">Versión: 3.2</font><br>
|
||||
<b>Versión actual :</b> 3.2.1-pre1 *CVS*<br>
|
||||
<b>Versión actual :</b> 3.2.1-pre2 *CVS*<br>
|
||||
<b>Última actualización del documento:</b> 2004-06-28</div>
|
||||
<br>
|
||||
<b>Programadores:</b> Stskeeps / codemastr / Syzop / Luke<br>
|
||||
|
|
|
@ -24,7 +24,7 @@ English | <a href="unreal32docs.de.html">German</a> |
|
|||
<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</font><br>
|
||||
<b>Current Version:</b> 3.2.1-pre1 *CVS*<br>
|
||||
<b>Current Version:</b> 3.2.1-pre2 *CVS*<br>
|
||||
<b>Last doc update:</b> 2004-06-28</div>
|
||||
<br>
|
||||
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke<br>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#define PATCH1 "3"
|
||||
#define PATCH2 ".2"
|
||||
#define PATCH3 ".1"
|
||||
#define PATCH4 "pre1"
|
||||
#define PATCH4 "pre2"
|
||||
#define PATCH5 ""
|
||||
#define PATCH6 ""
|
||||
#define PATCH7 ""
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
[Setup]
|
||||
AppName=UnrealIRCd
|
||||
AppVerName=UnrealIRCd3.2.1-pre1
|
||||
AppVerName=UnrealIRCd3.2.1-pre2
|
||||
AppPublisher=UnrealIRCd Team
|
||||
AppPublisherURL=http://www.unrealircd.com
|
||||
AppSupportURL=http://www.unrealircd.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue