summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Kasprzyk <onestone@opencompositing.org>2008-04-03 17:12:08 +0200
committerDennis kasprzyk <onestone@opencompositing.org>2008-04-03 17:12:08 +0200
commit1c48fcd87be09480fbb1f357443918007d7d127f (patch)
tree3e114a27ac92ed24ca410359fd61192f757fa2c8
parent20f48b45078003c8850fd07dcf363a1c6004d7bf (diff)
Add NEWS entry and bump version for 0.7.4 release.compiz-0.7.4
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5afc8509..a468c322 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Release 0.7.4 (2008-03-04 Dennis Kasprzyk <onestone@opencompositing.org>)
+=========================================================================
+Development release.
+
+Configurable handling of overlapping output devices.
+
+Enhanced focus stealing prevention with configurable amount of focus
+stealing prevention.
+
+Added configurable, optional delay for edge actions to prevent
+accidential invocation.
+
+Generalized vertex system to improve plugin compatibility.
+
+Optimized gaussian blur shaders to support more hardware.
+
+Improved unredirection of fullscreen windows.
+
+Several bugfixes.
+
+Translation updates.
+
Release 0.7.2 (2008-03-06 Dennis Kasprzyk <onestone@opencompositing.org>)
=========================================================================
Development release.
diff --git a/configure.ac b/configure.ac
index 9255ccd8..6bbe9b5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl An odd micro number indicates in-progress development.
dnl An even micro number indicates a released version.
m4_define(compiz_version_major, 0)
m4_define(compiz_version_minor, 7)
-m4_define(compiz_version_micro, 3)
+m4_define(compiz_version_micro, 4)
AC_INIT([compiz],
[compiz_version_major().compiz_version_minor().compiz_version_micro()],