[cairo-commit] ChangeLog.mk

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Oct 9 12:55:27 PDT 2007


 ChangeLog.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree b12ed375cf7ad02a30324616e121a1e9ab8998cb (from cbc4087a40aa7c6039ddadfca2a9876cb14e1bc6)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Oct 9 15:54:58 2007 -0400

    [ChangeLog.mk] Fix changelog generation rules
    
    Previously it was trying to get logs of 1.2.0..1.4 while I really meant
    was 1.2.0..1.4.0.  It was a simple typo.

diff --git a/ChangeLog.mk b/ChangeLog.mk
index 1566824..1158fb2 100644
--- a/ChangeLog.mk
+++ b/ChangeLog.mk
@@ -66,7 +66,7 @@ $(srcdir)/ChangeLog.cache-% $(srcdir)/Ch
 		to=$$version; \
 		test "x$$version" = x && version=$(CURR_CHANGELOG_VERSION); \
 		from=$(PREV_CHANGELOG_VERSION); \
-		test "x$$to" = x || version=$$version.0; \
+		test "x$$to" = x || to=$$to.0; \
 		test "x$$from" = xinitial || from=$$from.0; \
 		spec=$$from..$$to; \
 	  fi; \


More information about the cairo-commit mailing list