pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/gnucash
Module Name: pkgsrc
Committed By: wiz
Date: Fri Mar 2 15:15:34 UTC 2012
Modified Files:
pkgsrc/finance/gnucash: Makefile PLIST distinfo
Added Files:
pkgsrc/finance/gnucash/patches: patch-configure
Log Message:
Update to 2.4.10:
Between 2.4.9 and 2.4.10, the following bugfixes were included:
[Bug #667900] no clipboard editing in Release 2.4.9 Update Gtk+ to 2.24.8
for Windows, to pick up da756d51 (win32: fix gdk clipboard).
Turn on AQBAnking 5 in 2.4 branch.
[Bug 666849] Non-privileged user first run trouble The problem is that the
first run was creating the slib catalog. This introduces a script to do that as
part of installation, guaranteed to be run as an admin user.
Update xml file backend to recognize a newer version file on load attempt,
not load, and alert user of need to upgrade Gnucash.
Reports: Make report Budget Flow 100% translatable
Update txf.scm in stable branch to reflect changes to US Income Tax Forms
and Schedules for 2011.
[r21867]Reverse the test for HAVE_DBI ac_cv_header_dbi_dbi_h is set only if
want_dbi is true, so testing for != no succeeds if dbi isn't enabled -- which
is not what we want.
[21860]Bug #667417 - Fix build with glib 2.31.x Patch by Vincent Untz
[21840] Add dependency on qofbook.h for swig generated file. Otherwise the
old generated file complains about a missing declaration from r21832.
In 2.4.10, the following languages had their translations updated: Lithuanian,
Finnish, German.
Between 2.4.8 and 2.4.9, the following bugfixes were included:
Bug #666329 Empty database after a little while Separate the two uses of
QofBook::dirty -- indicating that the book object itself has been edited and
indicating that some object in the dataset has been changed -- into two
separate variables with separate getters & setters. Use gnc_dbi_safe_sync_all
(which doesn't lose data if the save partion errors out) for all be->sync.
Reverse qof_book_mark_saved and qof_instance_mark_clean so that the book is
dirty for qof_book_mark_saved when it's the instance. Original commit by jralls
Bug #667105: Fix grammatical error in some accounts file.
Bug #667276 : Fiix Korean accounts files. Patch submitted by Eulgyoon Lim.
Bug #457401 - Print invoice should not be disabled for unposted invoices.
Enable printing for unposted invoices.
Add a "features" table to the KVP frame, and pop up an error message if we
find a feature we don't know about. Currently there are no known features, so
essentially we will error out if we see anything.
Bug #665998 Replace no-op function force_account_dirty with
qof_book_mark_dirty.
Bug #658247 - First time setup should prompt to save file. Fix supplied by
Bob referenced in bug #665996.
Bug #642276 Bayesian association with Sqlite Wraps the
kvp_frame_set_slot_path with xaccAccountBeginEdit()/xaccAccountCommitEdit().
Also clean up some other cases where KVP was set without committing an edit.
Fix table number alignment.
Fix number alignment in table.
Bug #649362 - Transfer Funds Window Exchange Rate and Decimal Points
Rounding in Bill/Invoices This patch fixes the rounding by showing the actual
value to convert. As a result the exchange rate direction had to be swapped as
well to avoid lots of confusion.
Abort posting if not all required exchange rates are given. Note that any
exchange rate successfully entered before the posting is aborted are still
saved with the invoice.
Bug #665202 - Improve python-finding code. Patch by Pacho Ramos
Bug #661383 - GnuCash segfault on Linux (Fedora 16 beta) because of shared
library load / unload weirdness
Fix right align for number cells in table.
Added user settable line width and data point markers to net worth line
chart.
Commented line width. This value really should be passed from .scm file
Fix setting of line color for line charts.
Bug #664862 - New report showing net assets over time Added new line chart
report for assets, net-linechart.scm. Distantly related to Bug #570011
Add missing Root Account part. Original commit by mikee.
Bug #664764 - Account setup for Swedish small business Added Swedish chart
of accounts for small businesses. Original commit by mikee.
Bug #663368 When importing CSV files, the word 'Deposit' appears in
Num/Action column
Bug #630804 - make check failure in business module
Don't install a script that is only used for building and testing. This
fixes Secunia Advisory SA42048
Bug #663638 - Posting Invoices asks for curency conversion for blank lines
Bug #639082 - General Journal report reports an error
Bug #662477 - Desktop file not compliant with FreeDesktop spec and GNOME
goal Patch by Sébastien Villemot
In 2.4.9, the following languages had their translations updated: French,
German, Lithuanian .
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 pkgsrc/finance/gnucash/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/finance/gnucash/PLIST
cvs rdiff -u -r1.53 -r1.54 pkgsrc/finance/gnucash/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/finance/gnucash/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index