diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-04 11:58:00 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-05 11:41:25 +0000 |
commit | e3f282e583034d82b25661d76472a74d814ab32f (patch) | |
tree | e40939c9d82a13faf8363bbe927aaa651fcf890a | |
parent | 0b3d1e8708a1cfcb6f4829aacf6982f982788487 (diff) |
dist-hook: omit changes before tp-glib 0.22 or tp-logger 0.8
We don't want to generate a 900K ChangeLog containing the logger's
entire history. "Everything since the last stable version" seems
a reasonable rule of thumb.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 14a0ffb3c..48d06da00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ upload-branch-docs: all include tools/lcov.am -CHANGELOG_RANGE = telepathy-glib-0.14.0.. +CHANGELOG_RANGE = ^telepathy-logger-0.8.0 telepathy-glib-0.22.0.. CHECK_FOR_UNRELEASED = \ $(srcdir)/NEWS \ $(filter-out %/defs.h,$(wildcard $(srcdir)/telepathy-glib/*.[ch])) \ |