From 12d59782684984e82a5ba1d6520a8f4c2de285cc Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 25 Apr 2006 17:53:49 +0000 Subject: [PATCH] 2.15.1 release belated post-release version bump to 2.15.1 Include boxes.h 2006-04-25 Elijah Newren * 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. --- ChangeLog | 7 +++++++ NEWS | 8 ++++++++ configure.in | 2 +- src/Makefile.am | 1 + 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5a49a9b41..f7a23176f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-04-25 Elijah Newren + + * 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 * NEWS: 2.15.0 release diff --git a/NEWS b/NEWS index a1bb2bc47..d42d02f8e 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 407dd3a1b..359bff297 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 86d788625..1326e0c4c 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 \