diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-11-12 16:47:17 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-11-12 16:47:17 +0000 |
commit | 65152c1b3bf08dee653d4db63be591d0659d829f (patch) | |
tree | b48f22f4c82a5d9c1925e659ba413cce71ca9bb5 | |
parent | 7fb7c02945c7fd30c00f0716c4203ca5fbff33bd (diff) | |
download | drak3d-65152c1b3bf08dee653d4db63be591d0659d829f.tar drak3d-65152c1b3bf08dee653d4db63be591d0659d829f.tar.gz drak3d-65152c1b3bf08dee653d4db63be591d0659d829f.tar.bz2 drak3d-65152c1b3bf08dee653d4db63be591d0659d829f.tar.xz drak3d-65152c1b3bf08dee653d4db63be591d0659d829f.zip |
1.21
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = drak3d -VERSION = 1.20 +VERSION = 1.21 DESTDIR= libdir=/usr/lib @@ -1,3 +1,6 @@ +1.21: +- do not die in automatic mode if there is no control terminal + 1.20: - set gstreamer videosink to ximagesink when using 3D desktop (based on patch from Caio Begotti, #25572) |