From the 4.0.0 announcement:
Added colorschemes for most server applications, improved setting
of colors (now also background and attributes can be set), improved
userinterface, like 'tee' output can now be send to other processes/
files before or after processing, ip adresses/hostnames/seconds
since epoch/errno values can be translated, it can now also read
from stdin, added key for hiding all windows but the one selected,
lines ending with '\' can be merged into one line, furthermore quite
a few small bug fixes and numerous small additions and improvements.
Devil's Pie can be configured to detect windows as they are created, and
match the window to a set of rules. If the window matches the rules, it
can perform a series of actions on that window.
from Olle Nilsson <olle at vexed.se>
http://jabberstudio.org/projects/jabberd2/releases/view.php?id=826
* Sending a stanza before an stanza during a SASL negotiation can
cause a c2s segfault. Leading to a remote DoS
http://jabberstudio.org/projects/jabberd2/releases/view.php?id=802
* fixed SASL anonymous, bug#126
* fixed edge cases with new dynamic jid code
* fixed incorrect free order in c2s, byg#125
* corrected debug logging, bug#119
* fixed s2s bus error on 64-bit architectures, bug#122
* fixed c2s collisions due to long jids, bug#118
* fixed error response to iq result, bug#110
* fixed roster pushing packets without id, bug#73
* applied new dynamic jid patch, bug#100
* fixed double free of nad in c2s and s2s, bug#97
* major memory enhancement, made jid structure dynamically allocated, bug#100
* fixed glibc error with custom sql statements, bug#106
* fixed segfault with keepalives, bug#102
From: maintainer Gerardo Santana Gomez Garrido
FreeRADIUS is an Internet authentication daemon, which implements
the RADIUS protocol, as defined in RFC 2865 (and others).
based on a port from maintainer Tim Kornau <opti@openbsd.de>