diff --git a/.RELEASE.NOTES b/.RELEASE.NOTES index ec2c4c875..be9513576 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -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 diff --git a/Changes b/Changes index 2ac96eece..7415d0fbb 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/include/version.h b/include/version.h index 8b95eb003..4f45a18a4 100644 --- a/include/version.h +++ b/include/version.h @@ -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 ""