summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d33dd8..2635abe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = drak3d
-VERSION = 1.20
+VERSION = 1.21
DESTDIR=
libdir=/usr/lib
diff --git a/NEWS b/NEWS
index 460ce0f..3e5d3aa 100644
--- a/NEWS
+++ b/NEWS
@@ -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)