1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
EPIC4 Projects, Bugs, and other Errata:
KNOWN ERRATA (eg, bugs, or unresolved requests):
------------------------------------------------
* Roll back the /set new_server_lastlog_level changes from epic5.
* /window commands disappear to /lastlog because they are LEVEL_NONE. doh
[See http://www.epicsol.org/PROJECTS for things to come in the future]
[See http://www.epicsol.org/CHANGELOG for things that changed in the past]
THE CHANGELOG SINCE THE LAST RELEASE:
-------------------------------------
* New version of /load hold_mode (implements /set hold_interval)
* Fix crash with $write(w<number> text)
* Fix the build on systems without intmax_t/strtoimax().
* Add /on signal (pegasus)
* Fix /set indent if /set continued_line contains ^C stuff (pegasus)
* Patch from larne to fix build on interix
* sig.inc should be created in the include directory. (rb larne)
* Fix build on systems where CFLAGS doesn't get set (larne)
* More changes for larne's cross-building project.
* Move "term.h" out of the way so we can #include <term.h> (mv'd to termx.h)
* This makes it possible to avoid empty decls for tparm()
* Which is supposed to fix the build for larne on who-only-knows-what.
* Rename tparm() to my_tparm().
* Do a make depend since i changed the name of a header file. ugh.
* Change the name of (struct term) to (struct my_term) for freebsd sake. ugh.
* Resolve build conflicts between x/open curses and ncurses. ugh.
* Fix brain-o -- AC_MSG_RESULT is not the same as AC_DEFINE, dummy.
* Add $regcomp_cs() from epic5 as a special favor to blackjac.
* EPIC4-2.10 was released here (Ineluctable) (Commit 769)
* Signal fix from epic5 for SIG_IGN/SIG_DFL (ie, SIGPIPE) causing segafults
* EPIC4-2.10.1 released here (Commit 771)
* When saving /bind's, surround the sequence in double quotes (caf)
* Apparently USERIP is 340 instead of 307 these days (rb jm)
* Fix an important memory leak (rb |Rain|)
* Work around Harzilein's irc bouncer with a mangled 004 numeric
* Sort the supported rfc1459 protocol commands (caf)
* Add status expando %G, to show the 005 NETWORK value (caf)
* EPIC4-2.10.2 released here (Commit 776)
* Reject inbound protocol messages with invalid nicknames
* EPIC4-2.10.3 released here (Commit 777)
* Add "unicode" script from |Rain|. Thanks to him!
* Change Makefile, $(IP) -> $(IP)$(DESTDIR) for freebsd ports
* EPIC4-2.10.4 released here (Commit 778)
* Maildir support from Jari Turkia (Thanks!)
* EPIC4-2.10.5 released here (Commit 779)
* Be reasonable about handling rogue DCC ACCEPTs
* Backport support for quoted :'s in server passwords from epic5
* Fix for crash in $delitem() and incorrect return value in $delitems() (caf)
* EPIC4-2.10.6 released here (Commit 783)
* Improve TCL and OpenSSL detection in configure (caf)
* Improve Perl detection in configure (caf)
* EPIC4-2.10.7 released here (Insouciance) (commit 786)
* A : before the final param is part of syntax, not message (caf, rb trn)
* Dequote : in server passwords in server descs (caf, from epic5)
* EPIC4-2.10.8 released here (Insouciance) (commit 788)
* Add a missing 'extern' for signals_caught (rb jpaetzel)
* EPIC4-2.10.9 released here (Insouciance) (commit 789)
* Fix bogon from "A : before the final param...." fix
* A rogue CTCP UTC can call ctime() to return NULL onlinux (rb skully)
* This only seems to happen on glibc/linux
* EPIC4-2.10.10 released here (Palaver) (commit 790)
* Quality of life improvements...
* - Reduce compiler warnings with modern gcc/clangs
* - Include patch from https://sources.debian.org/patches/epic4/1:2.10.10-1/man.patch/
* - Include patch from https://sources.debian.org/patches/epic4/1:2.10.10-1/status_mschulze.patch/
* (I reviewed all of the debian patches - some of them are debian-specific customizations)
* - Include patch from https://src.fedoraproject.org/rpms/epic/blob/rawhide/f/epic4-2.10.10-c99.patch
* - Include patch from https://src.fedoraproject.org/rpms/epic/blob/rawhide/f/epic4-2.10.1-sighandling.patch
* EPIC4-2.10.11 released here (Recrudescence) (commit 793)
* Configure fix, see https://sources.debian.org/patches/epic4/1:2.10.10-1.2/fix-configure-probes-for-sockaddr_storag.patch/
|