Add ChangeLog.2007

Used branches:
- csv-import
- reshuffle-modules
- deprecated-cleanup
- gobject-engine-dev-warlord
- remove-group2
- sx-cleanup


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16783 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2008-01-02 20:05:36 +00:00
parent 796c9ebf55
commit 340bebbd47
2 changed files with 9186 additions and 1 deletions

9184
ChangeLog.2007 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.2007 \
ChangeLog.2006 \
ChangeLog.2005 \
ChangeLog.2004 \
@ -196,7 +197,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:15287 http://svn.gnucash.org/repo/gnucash | \
$(SVN) log -v --xml -r HEAD:16778 http://svn.gnucash.org/repo/gnucash | \
$(XSLTPROC) --stringparam strip-prefix "gnucash/trunk" \
--stringparam include-rev "yes" $(srcdir)/macros/svn2cl.xsl - > $@
endif