Final changes for QOF 0.6.4 - Improvements in map handling.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13797 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Neil Williams
2006-04-17 13:06:33 +00:00
parent c8cffa2094
commit 293e60d88f
15 changed files with 446 additions and 315 deletions

View File

@@ -1,3 +1,23 @@
2006-04-17 Neil Williams <linux@codehelp.co.uk>
* configure.in : Bump versions of QOF libraries.
* lib/libqof/backend/file/qsf-xml-map.c : Refactoring common
code and fixing QOF_VERSION check.
* lib/libqof/backend/file/pilot-qsf-gncCustomer.xml :
remove gncBillTerm - isn't possible to create from
pilot data.
* lib/libqof/backend/file/qsf-backend.c :
* lib/libqof/backend/file/qsf-xml-map.c :
* lib/libqof/backend/file/qsf-xml.c :
* lib/libqof/backend/file/qsf-xml.h : Add control over status of
various objects during mapping.
* lib/libqof/qof/test/Makefile.am : Remove unwanted include.
* lib/libqof/qof/deprecated.h : Retain glib.h in QOF, not
deprecated.
2006-04-16 Chris Lyttle <chris@wilddev.net>
* NEWS: Added some text about the release.