Add ChangeLog.2010.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20391 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-03-10 20:12:44 +00:00
parent 94091b57d6
commit 8516d828ea
2 changed files with 11356 additions and 1 deletions

11354
ChangeLog.2010 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,7 @@ dist_doc_DATA = \
AUTHORS \
COPYING \
ChangeLog \
ChangeLog.2010 \
ChangeLog.2009 \
ChangeLog.2008 \
ChangeLog.2007 \
@ -195,7 +196,7 @@ if BUILDING_FROM_SVN
# idea? Before a release, NEWS will get updated because of the version
# change, so this should fit just fine.)
ChangeLog: NEWS
$(SVN) log -v --xml -r HEAD:18543 http://svn.gnucash.org/repo/gnucash | \
$(SVN) log -v --xml -r HEAD:20021 http://svn.gnucash.org/repo/gnucash | \
$(XSLTPROC) --stringparam strip-prefix "gnucash/trunk" \
--stringparam include-rev "yes" $(srcdir)/macros/svn2cl.xsl - > $@
endif