summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2008-09-17 07:45:14 +0200
committerDanny Baumann <dannybaumann@web.de>2008-09-17 07:45:14 +0200
commit6069eec2533f9cf814c932d9e651e35fe8f3d953 (patch)
tree065e6afc4979b0b804ddec859737dc0c25717327
parent56b240433396e01c6742534c1ea12d0309e4a139 (diff)
Add NEWS entry and bump version for 0.7.8 release.compiz-0.7.8
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
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 <dannybaumann@web.de>)
+==============================================================
+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 <onestone@opencompositing.org>)
=========================================================================
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()],