summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren gmail com>2006-04-25 17:53:49 +0000
committerElijah Newren <newren@src.gnome.org>2006-04-25 17:53:49 +0000
commit12d59782684984e82a5ba1d6520a8f4c2de285cc (patch)
tree465d3704f458eec484182775190b48865574bef8
parentd769484f35f3dc1262089f357b2658a5478815e3 (diff)
downloadmetacity-METACITY_2_15_1.tar.gz
2.15.1 release belated post-release version bump to 2.15.1 Include boxes.hMETACITY_2_15_1
2006-04-25 Elijah Newren <newren gmail com> * NEWS: 2.15.1 release * configure.in: belated post-release version bump to 2.15.1 * src/Makefile.am: Include boxes.h so that control-center won't fail to build #339708.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS8
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am1
4 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a49a9b4..f7a23176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-04-25 Elijah Newren <newren gmail com>
+
+ * NEWS: 2.15.1 release
+ * configure.in: belated post-release version bump to 2.15.1
+ * src/Makefile.am: Include boxes.h so that control-center won't
+ fail to build #339708.
+
2006-04-24 Elijah Newren <newren gmail com>
* NEWS: 2.15.0 release
diff --git a/NEWS b/NEWS
index a1bb2bc4..d42d02f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.15.1
+==
+
+This release just fixes the control-center build (which depends upon
+libmetacity-private). Thanks to Vincent for catching the problem.
+
+ - Include boxes.h in the includes dir (Elijah) [#339708]
+
2.15.0
==
diff --git a/configure.in b/configure.in
index 407dd3a1..359bff29 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.50)
# Fibonacci sequence for micro version numbering:
# 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987
-AC_INIT([metacity], [2.15.0],
+AC_INIT([metacity], [2.15.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=metacity])
AC_CONFIG_SRCDIR(src/display.c)
diff --git a/src/Makefile.am b/src/Makefile.am
index 86d78862..1326e0c4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -122,6 +122,7 @@ libmetacity_private_la_LIBADD = @METACITY_LIBS@
libmetacityincludedir = $(includedir)/metacity-1/metacity-private
libmetacityinclude_HEADERS = \
+ boxes.h \
common.h \
gradient.h \
preview-widget.h \