about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 48ab798..a20dcb0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -144,10 +144,11 @@ NEWS: GIT-VERSION-FILE
         $(rake) -s news_rdoc > $@+
         mv $@+ $@
 
+SINCE = 0.91.0
 ChangeLog: GIT-VERSION-FILE
-        @echo "ChangeLog from $(GIT_URL) ($(GIT_VERSION))" > $@+
+        @echo "ChangeLog from $(GIT_URL) ($(SINCE)..$(GIT_VERSION))" > $@+
         @echo >> $@+
-        git log | sed -e 's/^/    /' >> $@+
+        git log v$(SINCE).. | sed -e 's/^/    /' >> $@+
         mv $@+ $@
 
 news_atom := http://unicorn.bogomips.org/NEWS.atom.xml