mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-30 23:12:25 +01:00
Release preparation
This commit is contained in:
parent
420991af6a
commit
662f6398f3
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
2
Changes
2
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
|
||||
|
|
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue