summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2007-08-20 13:05:30 -0400
committerDavid Reveman <davidr@novell.com>2007-08-20 13:05:30 -0400
commitdacb4c77f110a57185400b0635d8b8b5c985f87e (patch)
treeb3e78df5667734af2d18d5f8ef43bffd5f36695e
parent45adccbf56039bb2edcb004e43b56eb619f0828e (diff)
Add NEWS entry and bump version for 0.5.4 release.compiz-0.5.4
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4a0ce87d..8daeb9aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Release 0.5.4 (2007-08-20 David Reveman <davidr@novell.com>)
+============================================================
+Development release.
+
+XCB is now required.
+
+Major improvements to option system that makes
+configuration backend integration much less complex.
+
+Kconfig plugin that provides proper KDE configuration
+support.
+
+Kcfg files are generated from the meta-data and they can
+be used to generate C++ source code that will provide an
+API for applications to access all compiz configuration
+data used by the kconfig plugin.
+
+
Release 0.5.2 (2007-08-03 David Reveman <davidr@novell.com>)
============================================================
Development release.
diff --git a/configure.ac b/configure.ac
index bbd5223d..9dda60f2 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, 5)
-m4_define(compiz_version_micro, 3)
+m4_define(compiz_version_micro, 4)
AC_INIT([compiz],
[compiz_version_major().compiz_version_minor().compiz_version_micro()],