Release kmscon-2
This is the second release of kmscon. It's again a development release but should now be good enough so it can run on any linux system. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
895eaaa218
commit
6d0831c52f
4
NEWS
4
NEWS
@ -1,6 +1,6 @@
|
||||
= KMSCON Release News =
|
||||
|
||||
CHANGES WITH 2:
|
||||
CHANGES WITH 2: (development release)
|
||||
* Build scripts were improved and simplified. They also allow much more
|
||||
control about the build process now. The source was split into several
|
||||
different libraries.
|
||||
@ -37,6 +37,6 @@ CHANGES WITH 2:
|
||||
|
||||
* lots of small fixes
|
||||
|
||||
CHANGES WITH 1:
|
||||
CHANGES WITH 1: (development release)
|
||||
* First kmscon release. For testing purposes only. Includes a rendering
|
||||
pipeline and a very rundimentary terminal emulator.
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
AC_PREREQ(2.68)
|
||||
|
||||
AC_INIT([kmscon], [1])
|
||||
AC_INIT([kmscon], [2])
|
||||
AC_SUBST(PACKAGE_URL, [https://github.com/dvdhrm/kmscon])
|
||||
AC_CONFIG_SRCDIR([src/main.c])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
Loading…
x
Reference in New Issue
Block a user