gnucash/debian/changelog

193 lines
5.8 KiB
Plaintext
Raw Normal View History

James LewisMoss's patch. * src/test/test-stuff.c (failure): don't print num if == -1. (success): same. (get_random_account): move here from test-xml-account.c (get_random_split): move here from test-xml-transaction.c (get_random_transaction): same. (success_args): New func. (success): Simplified version (failure_args): new func. (failure): Simplified version. * src/engine/io-gncbin-r.c: same as below. * src/engine/TransLog.c (xaccTransWriteLog): same as below. * src/engine/Group.c (xaccGroupMergeAccounts): same as below. * src/engine/Backend.c (xaccTransactionGetBackend): Convert to not use the split's acc part directly, but only to access through funcs * src/engine/sixtp-dom-parsers.c (dom_tree_generic_parse): Add generic parser. * src/engine/gnc-account-xml-v2.c (gnc_account_end_handler): use generic parser extracted from here and used here and gnc-transaction-iml-v2.c * src/engine/Transaction.c (xaccInitSplit): Add a split->acc_guid field that is set to the account's guid. This way an Account is not required to exist yet when loading the split. Later when xaccSplitGetAccount is called the account is looked up, cached and returned. Make sure everything accesses ->acc through the helper function. * src/engine/AccountP.h: same as below. * src/engine/Account.c (xaccAccountSetGUID): mark guid argument const since it doesn't keep a pointer to it. * src/doc/xml/transactions-v2.dtd: change guid -> id. * src/engine/Transaction.c (get_denom_internal): New helper func. (get_currency_denom): use func. (get_security_denom): use func. * src/engine/sixtp.c: (sixtp_sax_end_handler, sixtp_sax_characters_handler, sixtp_sax_start_handler): don't use g_return_if_fail to test pdata->parsing_ok so we don't see the million CRITICAL warnings. We'll print an error at the end anyway. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3762 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-03-09 01:46:13 -06:00
gnucash (1.5.3.cvs20010308-0.1) unstable; urgency=low
* local cvs compile
James LewisMoss's patch. * src/test/test-stuff.c (failure): don't print num if == -1. (success): same. (get_random_account): move here from test-xml-account.c (get_random_split): move here from test-xml-transaction.c (get_random_transaction): same. (success_args): New func. (success): Simplified version (failure_args): new func. (failure): Simplified version. * src/engine/io-gncbin-r.c: same as below. * src/engine/TransLog.c (xaccTransWriteLog): same as below. * src/engine/Group.c (xaccGroupMergeAccounts): same as below. * src/engine/Backend.c (xaccTransactionGetBackend): Convert to not use the split's acc part directly, but only to access through funcs * src/engine/sixtp-dom-parsers.c (dom_tree_generic_parse): Add generic parser. * src/engine/gnc-account-xml-v2.c (gnc_account_end_handler): use generic parser extracted from here and used here and gnc-transaction-iml-v2.c * src/engine/Transaction.c (xaccInitSplit): Add a split->acc_guid field that is set to the account's guid. This way an Account is not required to exist yet when loading the split. Later when xaccSplitGetAccount is called the account is looked up, cached and returned. Make sure everything accesses ->acc through the helper function. * src/engine/AccountP.h: same as below. * src/engine/Account.c (xaccAccountSetGUID): mark guid argument const since it doesn't keep a pointer to it. * src/doc/xml/transactions-v2.dtd: change guid -> id. * src/engine/Transaction.c (get_denom_internal): New helper func. (get_currency_denom): use func. (get_security_denom): use func. * src/engine/sixtp.c: (sixtp_sax_end_handler, sixtp_sax_characters_handler, sixtp_sax_start_handler): don't use g_return_if_fail to test pdata->parsing_ok so we don't see the million CRITICAL warnings. We'll print an error at the end anyway. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3762 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-03-09 01:46:13 -06:00
-- James LewisMoss <jimdres@mindspring.com> Thu, 15 Feb 2001 00:19:03 -0500
gnucash (1.5.2.cvs20001105-0.1) unstable; urgency=low
* Perl files gone. Comment out stuff in rules that dealt with it.
* Local compile.
-- James LewisMoss <dres@debian.org> Sun, 5 Nov 2000 20:39:28 -0500
gnucash (1.5.2.cvs20001022-0.1) unstable; urgency=low
* local compile.
* Move perl files to correct place in perl heirarchy.
-- James LewisMoss <dres@debian.org> Sun, 22 Oct 2000 18:49:38 -0400
gnucash (1.5.2.cvs20000929-0.1) unstable; urgency=low
* More debian files fixes. Specifically rules to put the files in the
correct place and adding a postinst to call ldconfig.
* local compile.
-- James LewisMoss <dres@debian.org> Fri, 29 Sep 2000 15:25:07 -0400
gnucash (1.5.2.cvs20000928-0.1) unstable; urgency=low
* local compile
* Change copyright file to refer to correct license directory.
-- James LewisMoss <dres@debian.org> Thu, 28 Sep 2000 23:25:11 -0400
gnucash (1.3.8-1) unstable; urgency=low
* New Debian maintainer: John Goerzen <jgoerzen@complete.org>
* Closing already-fixed bugs. Closes: #62410, #62424, #62550.
* Updated package. Closes: #60387, #65000.
* Upstream bugfixes. Closes: #56979, #52990, #60901.
* Fixed 64-bit cleanliness issues. Now loads files without segfaulting
on Alpha.
* Print feature now here. It's in Reports -> Transaction Report
from the main menu. Closes: #57311.
* esd deps fixed. Closes: #60655.
* Strings longer. Closes: #44720.
* Suggests gnuplot. Closes: #62553.
-- John Goerzen <jgoerzen@complete.org> Wed, 31 May 2000 12:50:19 -0500
gnucash (1.3.4-3) frozen unstable; urgency=high
* Make wrapper script executable when installed.
Fixes #62424, #62410
-- Tyson Dowd <trd@cs.mu.oz.au> Mon, 17 Apr 2000 13:45:29 +1000
gnucash (1.3.4-2) frozen unstable; urgency=high
* Use wrapper script to avoid locale problems.
Should fix #60417 (another try at this one).
-- Tyson Dowd <trd@cs.mu.oz.au> Fri, 14 Apr 2000 13:34:31 +1000
gnucash (1.3.4-1) frozen unstable; urgency=high
* New upstream release. Should fix #60417, #60615, and #60655.
Thanks to Robert Merkel <rgmerk@mira.net> for his help in preparing
this release.
-- Tyson Dowd <trd@cs.mu.oz.au> Thu, 13 Apr 2000 13:14:49 +1100
gnucash (1.2.5.cvs.20000204-1) unstable; urgency=low
* New upsteam version (taken from CVS) including many bug fixes.
-- Tyson Dowd <trd@cs.mu.oz.au> Fri, 4 Feb 2000 12:32:41 +1100
gnucash (1.2.5.cvs.20000106-1) unstable; urgency=low
* New upstream version (taken from CVS).
-- Tyson Dowd <trd@cs.mu.oz.au> Thu, 6 Jan 2000 16:02:44 +1100
gnucash (1.2.3.cvs.19991026-5) unstable; urgency=low
* Depend on eperl. Fixes #51424. Thanks to Craig Sanders for
reporting this as I hadn't noticed it.
-- Tyson Dowd <trd@cs.mu.oz.au> Thu, 6 Jan 2000 16:02:40 +1100
gnucash (1.2.3.cvs.19991026-4) unstable; urgency=low
* Depend on libguile6-slib.
This should fix a few problems with the slib catalog not being
correctly setup, which causes gnucash to die when starting up.
(Fixes #51555, #51773)
* Use -fPIC instead of -fpic (Fixes #51545). Thanks to Ben Collins
for reporting and giving the fix.
-- Tyson Dowd <trd@cs.mu.oz.au> Thu, 2 Dec 1999 17:00:48 +1100
gnucash (1.2.3.cvs.19991026-3) unstable; urgency=low
* Add string.h to includes for FileDialog.
This should fix #49485.
-- Tyson Dowd <trd@cs.mu.oz.au> Sat, 27 Nov 1999 17:43:42 +1100
gnucash (1.2.3.cvs.19991026-2) unstable; urgency=low
* Rebuild to use new libguile6 instead of libguile4.
-- Tyson Dowd <trd@cs.mu.oz.au> Thu, 25 Nov 1999 02:30:33 +1100
gnucash (1.2.3.cvs.19991026-1) unstable; urgency=low
* New upstream version (Update from CVS version).
* Recompile for gnome.
-- Tyson Dowd <trd@cs.mu.oz.au> Thu, 25 Nov 1999 02:30:17 +1100
gnucash (1.2.3-3) unstable; urgency=low
* Add patch for powerpc supplied by
Konstantinos Margaritis <markos@debian.org> (Fixes #39050).
* Add improved documention in description as suggested by
reiter@netspace.net.au (Fixes #45229).
-- Tyson Dowd <trd@cs.mu.oz.au> Tue, 19 Oct 1999 16:37:23 +1000
gnucash (1.2.3-2) unstable; urgency=low
* Compiled against new lesstif package (Fixes #47692).
* Depend on perl-5.005 explicitly (Fixes #43823 and #43822).
-- Tyson Dowd <trd@cs.mu.oz.au> Tue, 19 Oct 1999 08:13:38 +0200
gnucash (1.2.3-1) unstable; urgency=low
* New upstream version.
* Compiled against potato.
-- Tyson Dowd <trd@cs.mu.oz.au> Tue, 10 Aug 1999 01:34:02 +0200
gnucash (1.2.1-1) unstable; urgency=low
* New upstream version.
* Add patch provided by Tomas Pospisek <tpo@spin.ch> to add a
menu entry for gnucash.
-- Tyson Dowd <trd@cs.mu.oz.au> Sat, 17 Jul 1999 17:29:48 -0700
gnucash (1.2.0-1) unstable; urgency=low
* New upstream version.
-- Tyson Dowd <trd@cs.mu.oz.au> Fri, 2 Jul 1999 22:13:58 -0700
gnucash (1.1.27-1) unstable; urgency=low
* New upstream version.
-- Tyson Dowd <trd@cs.mu.oz.au> Tue, 25 May 1999 16:02:44 +1000
gnucash (1.1.26-2) unstable; urgency=low
* Add a few missing dependencies.
-- Tyson Dowd <trd@cs.mu.oz.au> Mon, 15 Mar 1999 14:11:36 +1100
gnucash (1.1.26-1.1) unstable; urgency=low
* debian/rules: converted to debhelper
* debian/copyright: correct FSF address, fix spelling
* debian/control: add Conflicts: and Replaces: for xacc
* debian/control: add Depends: on libwww-perl
* debian/rules: let gnc-prices, gnucash{,.motif} have undocumented(7)
* debian/rules: strip usr/lib/gnucash/gnucash.so
-- Dirk Eddelbuettel <edd@debian.org> Wed, 10 Mar 1999 22:37:37 -0500
gnucash (1.1.26-1) unstable; urgency=low
* Initial Release.
-- Tyson Dowd <trd@cs.mu.oz.au> Wed, 10 Mar 1999 13:00:52 +1100
Local variables:
mode: debian-changelog
End: