mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 09:16:10 -05:00
2.15.1 release belated post-release version bump to 2.15.1 Include boxes.h
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.
This commit is contained in:
parent
d769484f35
commit
12d5978268
@ -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
|
||||
|
8
NEWS
8
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
|
||||
==
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user