gnucash unstable: Update ChangeLogs for the new year.
John Ralls
jralls at code.gnucash.org
Sun Dec 31 11:51:35 EST 2017
Updated via https://github.com/Gnucash/gnucash/commit/310442ff (commit)
from https://github.com/Gnucash/gnucash/commit/ac05578b (commit)
commit 310442ffe68d583b633d380c9b0e5d5524bf1a47
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Dec 31 08:51:21 2017 -0800
Update ChangeLogs for the new year.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c16d99..81226a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -598,6 +598,7 @@ SET(gnucash_DOCS
ChangeLog.2014
ChangeLog.2015
ChangeLog.2016
+ ChangeLog.2017
DOCUMENTERS
HACKING
LICENSE
@@ -884,7 +885,7 @@ ENDIF()
IF (BUILDING_FROM_VCS)
ADD_CUSTOM_TARGET(ChangeLog ALL
- COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2016-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
+ COMMAND ${GIT_EXECUTABLE} log --format=\"%ad %aN %n%n%x09* %s%d%n\" --date=short --since=2018-01-01 > ${CMAKE_BINARY_DIR}/ChangeLog
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
INSTALL(FILES ${CMAKE_BINARY_DIR}/ChangeLog DESTINATION ${CMAKE_INSTALL_DOCDIR})
diff --git a/ChangeLog b/ChangeLog.2017
similarity index 100%
rename from ChangeLog
rename to ChangeLog.2017
diff --git a/Makefile.am b/Makefile.am
index ce7ffae..d351b8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,7 @@ dist_doc_DATA = \
AUTHORS \
COPYING \
ChangeLog \
+ ChangeLog.2017 \
ChangeLog.2016 \
ChangeLog.2015 \
ChangeLog.2014 \
@@ -222,7 +223,7 @@ ChangeLog: NEWS
--stringparam include-rev "yes" $(abs_srcdir)/macros/svn2cl.xsl - > $(abs_builddir)/$@ ; \
else \
if test x$(VCS_TYPE) = xgit ; then \
- "$(GIT_CMD)" log --format="%ad %aN %n%n%x09* %s%d%n" --date=short --since=2017-01-01 > $(abs_builddir)/$@ ; \
+ "$(GIT_CMD)" log --format="%ad %aN %n%n%x09* %s%d%n" --date=short --since=2018-01-01 > $(abs_builddir)/$@ ; \
else \
touch $(abs_builddir)/$@ ; \
echo "Note: not in svn or git. ChangeLog not regenerated." ; \
Summary of changes:
CMakeLists.txt | 3 ++-
ChangeLog => ChangeLog.2017 | 0
Makefile.am | 3 ++-
3 files changed, 4 insertions(+), 2 deletions(-)
rename ChangeLog => ChangeLog.2017 (100%)
More information about the gnucash-changes
mailing list