summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2007-08-03 16:01:11 -0400
committerDavid Reveman <davidr@novell.com>2007-08-03 16:01:11 -0400
commit65ccbbd18c5028c610042dd552eec0de3a41bde8 (patch)
tree41fcb84952f74a2beab1aa783fda5cd486a744e1
parent1c756a9793f9addf3b5886d1012d20de1218e404 (diff)
Add NEWS entry and bump version for 0.5.2 release.compiz-0.5.2
-rw-r--r--NEWS35
-rw-r--r--configure.ac2
2 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bcd35fde..4a0ce87d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+Release 0.5.2 (2007-08-03 David Reveman <davidr@novell.com>)
+============================================================
+Development release.
+
+Better support for multiple X-screens.
+
+XML-based meta-data system for handling of various kinds
+for meta-data like plugin descriptions, default option
+values, etc.
+
+Major improvements to option initialization based on the
+new meta-data system.
+
+Logging framework.
+
+Support for configurable button layout in metacity themes
+has been added to gtk-window-decorator.
+
+Glib plugin that allows plugins that use the glib main
+loop to integrate properly with the compiz main loop
+without waking up periodically to check for pending
+events.
+
+Plugin plugins that make it possible to adjust and extend
+the behavior of existing plugins through new plugins.
+
+More dynamic handling of output devices, which allows the
+output device configuration used when rendering to be
+changed between frames.
+
+Transparency support in cube plugin.
+
+Introspection support in dbus plugin.
+
+
Release 0.5.0 (2007-04-02 David Reveman <davidr@novell.com>)
============================================================
Development release.
diff --git a/configure.ac b/configure.ac
index 52d456c5..37587d3f 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, 1)
+m4_define(compiz_version_micro, 2)
AC_INIT([compiz],
[compiz_version_major().compiz_version_minor().compiz_version_micro()],