[gimp-help-2] Fixed bug in the automatic ChangeLog creation.



commit ce161fb476ed96d6d29d48293d20c850c0913e68
Author: Roman Joost <romanofski gimp org>
Date:   Wed Jun 3 16:46:00 2009 +1000

    Fixed bug in the automatic ChangeLog creation.
    
    The ChangeLog is now created from the last tagged release to HEAD. The
    bug was, that the ChangeLog was created from the last tagged release to
    the initial release of the gimp-help-2 module.
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9c2a5e7..c0c25b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -831,7 +831,7 @@ generate-changelog:
 		echo Creating ChangeLog && \
 		( cd "$(top_srcdir)" && \
 		  echo '# Generated by Makefile. Do not edit.'; echo; \
-		  $(top_srcdir)/missing --run git log --stat -t $(LAST_RELEASE_TAG) ) > ChangeLog.tmp \
+		  $(top_srcdir)/missing --run git log --stat -t $(LAST_RELEASE_TAG)..HEAD ) > ChangeLog.tmp \
 		&& mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
 		|| ( rm -f ChangeLog.tmp ; \
 			echo Failed to generate ChangeLog >&2 ); \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]