Release preparation

This commit is contained in:
codemastr 2002-03-10 19:24:16 +00:00
parent 420991af6a
commit 662f6398f3
3 changed files with 7 additions and 1 deletions

View file

@ -112,6 +112,10 @@ Unreal3.2-Selene (BETA4) RELEASE NOTES
* The old blackhole is now set::scan::endpoint and specifies an IP and port to tell
proxies to connect to.
* You can now specify a cipher list for SSL links (read doc/conf.doc for more info)
* +I is now in invisibility.so so it is easily disabled
* MAKE SURE YOU RERUN ./Config AND RUN make clean BEFORE USING THIS VERSION!!!
* THIS IS A BETA VERSION. THINGS MAY NOT WORK. REPORT ANY BUGS TO THESE

View file

@ -1218,3 +1218,5 @@ seen. gmtime warning still there
- Removed src/cio_main.c, src/cio_init.c, include/cio.h, include/ciofunc.h extremely old unused code
- Win32 fix with u_int16_t
- Removed my_name_for_link (unused)
- Preparation for release
- Changed to beta7

View file

@ -31,7 +31,7 @@
#define PATCH1 "3"
#define PATCH2 ".2"
#define PATCH3 "-Selene"
#define PATCH4 "[beta6]"
#define PATCH4 "[beta7]"
#define PATCH5 ""
#define PATCH6 ""
#define PATCH7 ""