diff options
author | Murray Cumming <murrayc@murrayc.com> | 2010-06-07 09:33:34 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2010-06-07 09:33:34 +0200 |
commit | 0db0ebeef2ccc9b462cb46dc5096b1171a9b2130 (patch) | |
tree | d7c325216ab087f8c2f06aa2508985a9d8216c23 | |
parent | 38c753a9acdbf49fb902fe8fff3ca66841e8625a (diff) |
Fix the ChangeLog.
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -5,6 +5,29 @@ * configure.ac: Fix a typo in the check for xlib-xrender support in cairo. Fixes bug #27066. +2010-01-28 Daniel Elstner <danielk@openismus.com> + + Clean up configure.ac and add silent rules support + + * configure.ac (AC_INIT): Specify correct URLs for bug reports and the + project home page. + (AM_SILENT_RULES): Call macro if defined. + (MM_PREREQ): Require mm-common 0.8. + (BOOST_UNIT_TEST_FRAMEWORK_STATIC_LIB): Rewrite the fragile shell code + of the boost check. + +2009-10-19 Jonathon Jongsma <jjongsma@gnome.org> + + bump to 1.8.4, update NEWS + +2009-08-13 Jonathon Jongsma <jjongsma@gnome.org> + + Don't force tests to be enabled when CAIROMM_DEVEL is defined + + This was hacked in to ensure that I always built with tests enabled, but the + boost configure detection scripts are broken right now on my setup, so this just + hinders my ability to get things done. remove it. + 2009-08-13 Daniel Elstner <danielk@openismus.com> Distribute mm-common documentation utilities |