Age | Commit message (Collapse) | Author | Files | Lines |
|
Mostly build-tool changes and code removal. Everything else bug fixes,
fixes, fixes, ...
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
This is kmscon-7. See ./NEWS for a list of new features.
Unfortunately, github disabled the "Downloads" section so there is no way
to upload new pre-generated tarballs. I have a pending application to move
kmscon to freedesktop.org, but it didn't get processed in time for this
release. Therefore, you need to build the GNU-autotools files yourself.
That is, before calling ./configure you need to call:
NOCONFIGURE=1 ./autogen.sh
You can extend your build-scripts with:
test -f ./configure || NOCONFIGURE=1 ./autogen.sh
Which will call ./autogen.sh if needed. Everything else can be left
unchanged.
I will not upload the tarballs at another location. Feel free to do that
yourself, but I personally think this will introduce more confusion than
help. I hope the freedesktop.org move will be soon approved. This will
also provide a mailing-list where I can properly announce new releases.
Raw tarballs will be available as (without pre-generated autotools):
https://github.com/dvdhrm/kmscon/archive/kmscon-7.tar.gz
https://github.com/dvdhrm/kmscon/archive/kmscon-7.zip
The git-tag is: kmscon-7
You can use my public GPG key to verify the tarballs.
As usual, please report bugs to: https://github.com/dvdhrm/kmscon
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
|
|
We changed a whole bunch of stuff since kmscon-6 but most of it still
isn't finished (mainly the modularization). However, we definitly need a
bugfix-release.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|
|
Provided via github. Fixes typos in documentation and comments.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|
|
We added some more features in the recent weeks so add them. Most of it
were bugfixes, though.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|
|
Add entries for all main features since kmscon-5.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|
|
Add all important changes since kmscon-4.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|
|
Add all new functionality to the NEWS file as "kmscon-4" entry.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|
|
Add information about all changes since kmscon-2.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|
|
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>
|
|
Whenever we do a release, this file will contain all the major changes as
a short list.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
|