about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-18 15:25:12 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-18 15:25:12 -0700
commitb3fb60334bbb62bbcc62348128bd4b3897bd2ad5 (patch)
tree2b93806a7af23c21c4d56f95a980b5dba717dd39 /GNUmakefile
parent3bdcb9c6b1852448d3b47fbb46cf6c65b3227477 (diff)
downloadunicorn-b3fb60334bbb62bbcc62348128bd4b3897bd2ad5.tar.gz
No need to bloat our tarballs too much with information people
are unlikely to ever read, NEWS is more user-oriented.
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