From d73905966afeebaafac7ac76c838fe99b2df0ecf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Sep 2012 07:25:21 +0000 Subject: Disable timestamps in HTML documentation for reproducible build (fix #856). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4765 a436a847-0d15-0410-975c-d299462d15a1 --- NEWS | 6 ++++++ doc/reference.doxygen.in | 2 +- wscript | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6a2f53e..0517142 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +lilv (0.14.5) unstable; + + * Disable timestamps in HTML documentation for reproducible build + + -- David Robillard Sun, 09 Sep 2012 03:19:01 -0400 + lilv (0.14.4) stable; * Deprecate old flawed Lilv::Instance constructors diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index 4e0c97e..58f8c3f 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -939,7 +939,7 @@ HTML_COLORSTYLE_GAMMA = 80 # page will contain the date and time when the page was generated. Setting # this to NO can help when comparing the output of multiple runs. -HTML_TIMESTAMP = YES +HTML_TIMESTAMP = NO # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the diff --git a/wscript b/wscript index 46f298b..7079363 100644 --- a/wscript +++ b/wscript @@ -7,7 +7,7 @@ from waflib.extras import autowaf as autowaf import waflib.Options as Options # Version of this package (even if built as a child) -LILV_VERSION = '0.14.4' +LILV_VERSION = '0.14.5' LILV_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) -- cgit v1.2.1