From 1c48fcd87be09480fbb1f357443918007d7d127f Mon Sep 17 00:00:00 2001 From: Dennis Kasprzyk Date: Thu, 3 Apr 2008 17:12:08 +0200 Subject: Add NEWS entry and bump version for 0.7.4 release. --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) 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 ) +========================================================================= +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 ) ========================================================================= 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()], -- cgit v1.2.3