http://svn.anyterm.org/anyterm/tags/releases/1.2/1.2.3/CHANGELOG 1.2.3 Give threads meaningful names in ps. Fix 'obviously wrong' subprocess termination thread cleanup. Don't warn about leaving page after an error. Use C++11 std::atomic. Fix array bounds bug in differ. Support clang's thread safety warnings. Support 256 colours. You'll probably need to change $TERM to make applications use this. Fix build system to work with versions of g++ where C++14 is not the default. Tidy up close button. 1.2.2 Remove rarely-used serial port support. Allow terminal to be resized by dragging bottom right corner. Use more C++11/C++14 features rather than Boost or libpbe equivalents. 1.2.1 Fix SGR 10 (box-drawing). Fix bottom right corner box-drawing character. Improve some error reporting. Support ipv6 connections. Use C++11 synchronisation primitives (mutex and condition_variable); a C++11 compiler is now needed. Link with boost_system. Update copyright headers. 1.2.0 Long-overdue tagging of a new release. Minor build and code changes to cope with new compilers. Fixes for Solaris. 1.1.29 Fix for compilers that don't think they have atomic operations. Fix brokenness on Linux 2.4. Reproducible: Always