[next] telepathy-glib: dist-hook: omit changes before tp-glib 0. 22 or tp-logger 0.8
Simon McVittie
smcv at kemper.freedesktop.org
Tue Nov 5 12:41:56 CET 2013
Module: telepathy-glib
Branch: next
Commit: e3f282e583034d82b25661d76472a74d814ab32f
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=e3f282e583034d82b25661d76472a74d814ab32f
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Mon Nov 4 11:58:00 2013 +0000
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 at collabora.co.uk>
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 14a0ffb..48d06da 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])) \
More information about the telepathy-commits
mailing list