summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS3
-rw-r--r--lib/Xconfig/glx.pm2
3 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b430b7c..3575058 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = drak3d
-VERSION = 1.4
+VERSION = 1.5
DESTDIR=
libdir=/usr/lib
diff --git a/NEWS b/NEWS
index 5ee09c5..322c292 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+1.5:
+- use Compiz Fusion as label for 3D cube desktop
+
1.4:
- use Compiz Fusion instead of compiz and beryl
diff --git a/lib/Xconfig/glx.pm b/lib/Xconfig/glx.pm
index 6bfe69d..5320fca 100644
--- a/lib/Xconfig/glx.pm
+++ b/lib/Xconfig/glx.pm
@@ -22,7 +22,7 @@ our @gl_compositing_types = (
},
{
type => "cube",
- name => N_("3D desktop (cube workspace)"),
+ name => N_("Compiz Fusion"),
methods => [ qw(native Xgl) ],
wms => [ qw(compiz-fusion) ],
},