diff --git a/ChangeLog b/ChangeLog index 46fbf3edf2..58bd4d19c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-24 Kevin Cozens + + * Makefile.am: Applied patch from Stanislav Brabec which adds + NEWS.pre-2-4, ChangeLog.pre-2-2 and ChangeLog.pre-2-4 to EXTRA_DIST. + Fixes bug #489813. + 2007-10-24 Simon Budig * app/display/gimpdisplayshell.h: change the PROJ_ROUND macro diff --git a/Makefile.am b/Makefile.am index 8727c55fb5..c0c8c04861 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,12 +54,15 @@ EXTRA_DIST = \ ChangeLog.pre-1-0 \ ChangeLog.pre-1-2 \ ChangeLog.pre-2-0 \ + ChangeLog.pre-2-2 \ + ChangeLog.pre-2-4 \ HACKING \ INSTALL \ LICENSE \ NEWS \ NEWS.pre-2-0 \ NEWS.pre-2-2 \ + NEWS.pre-2-4 \ README \ README.i18n \ README.win32 \