Highlights of Tk 8.5
* New modern theming engine: New and complementary widgets
that make use of platform-specific theming on Mac OS X and
Windows to better fit in with those environments, and
feature an improved look and feel under X11.
* New widgets: Part of the themed widget set, Tk now has
core notebook, combobox, treeview and progressbar widgets.
* text widget: Smooth scrolling, widget peering, and
improved procedures for counting and replacing text.
* Font rendering: Now uses anti-aliased text under X11, and
a more modern text engine (ATSUI) on Mac OS X.
* Additional improvements: Window transparency, new
fullscreen option for windows, enhancements to specific
widgets and window layout, and more.
from Stuart Cassoff (MAINTAINER)
ok steven@
Highlights of Tcl 8.5
* Speed: 8.5 now runs 10% faster than 8.4 with bytecode
improvements, object caching and reduced memory usage.
* Bignums: Tcl now supports arbitrary-precision integers,
which improves math operations on large integers.
* Safer interps: Tcl's powerful safe interpreter mechanism
now has improved control of time and command limits in
slave interpreters.
* clock command: More robust implementation of command for
specifying time, with significant l10n and i18n
improvements.
* dict command: New data structure that allows access to
data by value rather than a variable name, which is
substantially faster.
* Additional improvements: Faster list search, new and
improved mathematics procedures, anonymous procedures, new
ways to package Tcl extensions, Tcl-level custom channel
types, file and line location information for each
command, and more.
from Stuart Cassoff (MAINTAINER)
ok steven@
CRAM-MD5 authentication and alikes can be disabled using the
"disable-these-authenticators=..." option if needed;
plaintext will still work over TLS/SSL
a local database, so no extra network traffic). Enabled by default,
disable with "GeoIP no" in .conf if you don't want it.
discussed with/ok mbalmer (maintainer)
in-tree include: various XSS, SQL injection, saves sensitive data
in PHP session, crafted POST allows users to read files accessible
by the web server.
thanks bsd at openbsd.rutgers.edu for feedback, ok ckuethe
- fix depends for the drac FLAVOR in the process
- add a patch from cyrus bugzilla to allow imapd.conf to contain blank lines (!)
* Added statuscache.db to cache IMAP STATUS data
* Added option to unexpunge to restore messages by time interval
* Implemented incremental squat updates (see squatter.8)
* Fixed major bugs in reconstruct -k implementation
* Added code to promote transaction safety and to track the lock status of skiplist databases
* Allow long lines in imapd.conf to be split across multiple lines by using backslash as a continuation character.
* Fixed miscellaneous bugs and build issues
... and more