mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 19:06:38 +02:00
- Changed version to pre1
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
|
||||
|
||||
Configuration Program
|
||||
for Unreal3.2-RC2
|
||||
for Unreal3.2-pre1
|
||||
|
||||
This program will help you to compile your IRC server, and ask you
|
||||
questions regarding the compile-time settings of it during the process.
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
|
||||
Unreal3.2 Release Notes
|
||||
========================
|
||||
Unreal3.2-pre1 Release Notes
|
||||
=============================
|
||||
|
||||
==[ GENERAL INFORMATION ]==
|
||||
* If you are upgrading, make sure you run make clean and ./Config before doing make
|
||||
|
||||
@@ -3098,3 +3098,4 @@ seen. gmtime warning still there
|
||||
reported by fez (#0001736).
|
||||
- doc/unreal32docs.html and help.conf updates (#0001734 + other stuff).
|
||||
- spamfilter.conf: added signatures for Gaggle worm.
|
||||
- Changed version to pre1
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
===============================================
|
||||
= UnrealIRCd v3.2 (RC2) =
|
||||
= UnrealIRCd v3.2 (pre1) =
|
||||
===============================================
|
||||
Was brought to you by:
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
<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 RC2 *CVS*<br>
|
||||
<b>Letztes Dokumentation Update:</b> 2004-04-07</div>
|
||||
<b>Aktuelle Version:</b> 3.2 pre1*<br>
|
||||
<b>Letztes Dokumentation Update:</b> 2004-04-16</div>
|
||||
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke<br>
|
||||
<b>Contributors:</b> McSkaf / Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk<br>
|
||||
<b>Dokumentation</b><b>:</b> CKnight^ / Syzop<br>
|
||||
@@ -202,8 +202,8 @@ Bug gemeldet wird!</p></div>
|
||||
</a> senden. <p><b>Installationsanleitungen</b><br>
|
||||
Linux:<br>
|
||||
<ol>
|
||||
<li>gunzip -d Unreal3.2-RC1.tar.gz
|
||||
<li>tar xvf Unreal3.2-RC1.tar.gz
|
||||
<li>gunzip -d Unreal3.2-pre1.tar.gz
|
||||
<li>tar xvf Unreal3.2-pre1.tar.gz
|
||||
<li>cd Unreal3.2
|
||||
<li>./Config
|
||||
<li>Die hierbei angezeigten Fragen nach bestem Wissen beantworten. Allgemein ist
|
||||
|
||||
@@ -23,8 +23,8 @@ English | <a href="unreal32docs.de.html">German</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</font><br>
|
||||
<b>Current Version:</b> 3.2 RC2 *CVS*<br>
|
||||
<b>Last doc update:</b> 2004-04-07</div>
|
||||
<b>Current Version:</b> 3.2 pre1<br>
|
||||
<b>Last doc update:</b> 2004-04-16</div>
|
||||
<br>
|
||||
<b>Head Coders:</b> Stskeeps / codemastr / Syzop / Luke<br>
|
||||
<b>Contributors:</b> McSkaf / Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk<br>
|
||||
@@ -188,8 +188,8 @@ Windows:<br>
|
||||
<p><b>Installation Instructions</b><br>
|
||||
Linux:<br>
|
||||
<ol>
|
||||
<li>gunzip -d Unreal3.2-RC2.tar.gz
|
||||
<li>tar xvf Unreal3.2-RC2.tar
|
||||
<li>gunzip -d Unreal3.2-pre1.tar.gz
|
||||
<li>tar xvf Unreal3.2-pre1.tar
|
||||
<li>cd Unreal3.2
|
||||
<li>./Config
|
||||
<li>Answer these questions to the best of your knowledge. Generally if your not
|
||||
|
||||
+2
-2
@@ -29,8 +29,8 @@
|
||||
#define UnrealProtocol 2303
|
||||
#define PATCH1 "3"
|
||||
#define PATCH2 ".2"
|
||||
#define PATCH3 "-RC2"
|
||||
#define PATCH4 "fix"
|
||||
#define PATCH3 "pre1"
|
||||
#define PATCH4 ""
|
||||
#define PATCH5 ""
|
||||
#define PATCH6 ""
|
||||
#define PATCH7 ""
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
[Setup]
|
||||
AppName=UnrealIRCd
|
||||
AppVerName=UnrealIRCd3.2-RC2
|
||||
AppVerName=UnrealIRCd3.2-pre1
|
||||
AppPublisher=UnrealIRCd Team
|
||||
AppPublisherURL=http://www.unrealircd.com
|
||||
AppSupportURL=http://www.unrealircd.com
|
||||
|
||||
Reference in New Issue
Block a user