diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-30 15:05:13 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-30 15:05:13 +0200 |
commit | 8f3ce0d5ede0616c7f533dcc2357e82e1a507d49 (patch) | |
tree | 692efae9bcbcd90093882248a3776ebeafce0cfa | |
parent | c6c1fa5083a020b6e066aa658cb9b2c65a949e10 (diff) |
Update NEWS entry
Add all important changes since kmscon-4.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
-rw-r--r-- | NEWS | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,5 +1,37 @@ = KMSCON Release News = +CHANGES WITH 5: + * Idle sources are now faster registered and unregistered so they can + be used for any scheduling tasks + + * eloop got pre- and post-dispatch hooks to inetgrate external + event-loops better + + * Added pkg-config files for eloop, tsm and uterm + + * Added xkbcommon-keysyms.h as fallback + + * fakevt got removed. It is now integrated into kmscon core and is no + longer needed. + + * Cleaned up unicode, console and vte layer. It is now a fully + independent library calles TSM. + + * All helpers were prefixed with SHL_* and can be used in any project + inside of this repository. They are linked statically and mostly + inlined code. + + * VTE layer now handles ALT key + + * fbdev devices are automatically used if they are not run by DRM + drivers. Use --fbdev to force the use of fbdev devices only. + + * --vt=<num> now selects the TTY to use by kmscon on seat0 + + * Added wlterm, a native terminal emulator for Wayland + + * Lots of bugfixes! Thanks to all the bug-reporters! + CHANGES WITH 4: * The "conf" subsystem was modularized so we can use it in other binaries as well. It is also much easier to add new parameters now. |