From 6069eec2533f9cf814c932d9e651e35fe8f3d953 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Wed, 17 Sep 2008 07:45:14 +0200 Subject: Add NEWS entry and bump version for 0.7.8 release. --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9e071a7c..cd4f5492 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Release 0.7.8 (2008-09-17 Danny Baumann ) +============================================================== +Development release. + +New plugin "obs" that handles opacity, brightness and saturation bindings +and matches. + +Put unresponsive window greyout, including options to configure it, to +fade plugin. + +Add "constant fade time" fade mode to fade plugin. + +Removed opacity bindings and matches from core. Users that entered opacity +matches should enable the obs plugin and enter the matches there. + +Enhanced timer infrastructure to allow synchronization of execution of +multiple timer callbacks. + +Added matching for window's alpha channel (match type rgba=[0|1]). + +Reflect new Metacity "spacer" button type in gtk-window-decorator. + +Various bugfixes. + +Translation updates. + Release 0.7.6 (2008-05-29 Dennis Kasprzyk ) ========================================================================= Development release. diff --git a/configure.ac b/configure.ac index fbbf560f..dac491f9 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, 7) +m4_define(compiz_version_micro, 8) AC_INIT([compiz], [compiz_version_major().compiz_version_minor().compiz_version_micro()], -- cgit v1.2.3