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:
David Herrmann 2012-07-01 20:29:12 +02:00
parent 895eaaa218
commit 6d0831c52f
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -1,6 +1,6 @@
= KMSCON Release News = = KMSCON Release News =
CHANGES WITH 2: CHANGES WITH 2: (development release)
* Build scripts were improved and simplified. They also allow much more * Build scripts were improved and simplified. They also allow much more
control about the build process now. The source was split into several control about the build process now. The source was split into several
different libraries. different libraries.
@ -37,6 +37,6 @@ CHANGES WITH 2:
* lots of small fixes * lots of small fixes
CHANGES WITH 1: CHANGES WITH 1: (development release)
* First kmscon release. For testing purposes only. Includes a rendering * First kmscon release. For testing purposes only. Includes a rendering
pipeline and a very rundimentary terminal emulator. pipeline and a very rundimentary terminal emulator.

View File

@ -5,7 +5,7 @@
AC_PREREQ(2.68) AC_PREREQ(2.68)
AC_INIT([kmscon], [1]) AC_INIT([kmscon], [2])
AC_SUBST(PACKAGE_URL, [https://github.com/dvdhrm/kmscon]) AC_SUBST(PACKAGE_URL, [https://github.com/dvdhrm/kmscon])
AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])