1.37 2015-02-01 20:24:32+01:00 Europe/Brussels
* modified 00-use.t to show more info
* Remove Crypt::SSLeay dependency in favor of LWP::Protocol::https (Geert Janssens)
* Updated HU.pm and test file to current website (Kristof Marussy)
building.
2.6.5 - 16 December 2014
o Fix a path of freshly added XML files
o Add some comments about translation to the German documents where the translation wasn't updated to match the English version.
o Apply &untranslated property in German translations
o Fix path of newly-added XML files.
o Bug 739380 - Release tarball build fails. Git builds OK.
2.6.4 - 28 September 2014
o Add sentence about manually editing payment information for customers.
o Add warning and tip about account separator character.
o Correct field format in python-import-fields.
o Currency movements .. remain fully balanced if "Trading Accounts"
is enabled; "double entry" was not sufficient.
o Ersetze umgangssprachliches "Passiva" durch "Fremdkapital" und
zugehöriges Bild
o German translation of Transactions chapter.
o Guide C oview: update processor architecture: "backport" from de
o Guide C txns: Add a warning about dummy transactions and auditors.
o Guide C txns: Thinking is not enough for the cleared state of a
transaction
o Guide C txns: Upgrade note to warning "It is important to understand
that reconciliation..."
o Guide C txns: explain reconcilation state "cleared"; improved
wording by lmat
o Guide de ch_accts: Several minor corrections.
o Guide de ch_basics: several corrections.
o Guide de ch_oview: orthography and processor architecture update.
o Guide de ch_txns: several improvements, txns-sxn1 complete.
o Help Documentation: Add Advanced Portfolio Rpt details, Thanks to
Chris Good
o Improve explanation that Credit does NOT decrease equity accounts
o Improve readability of "Credit does NOT decrease ...".
o New chapters in the German translation: Overview, Basics, and
Accounts. Thanks to Mechtilde.
o Reduced proportional width of description column to increase overall
font size for a 510 pixel width image.
o Remove a few discrepancies between the german guide overview and
other components.
o Update of translators in gnucash-guide-de.omf
o Updated documentation to explain how to tie dividends received in
cash to the appropriate stock holding.
GStreamer core:
* 736969 : queue2: dead lock when buffering
* 738092 : basesink: clamp reported position based on direction
* 740001 : task: race condition when pausing and stopping
GStreamer Plugins Base:
* 741420 : video pools: should update size in configuration after applying alignment
* 715050 : add typefinder for audio/x-audible
* 739544 : tcp: Add test and fix memory leak in tcp elements
* 739840 : typefind should recognize Apple Core Audio Format (CAF)
* 740556 : videodecoder: don't complain when DTS != PTS on keyframes
* 740675 : playsink: continues playback, reset mute property
* 740730 : rtspconnection: don't remove child source if parent source is already destroyed
* 740853 : audiodecoder: Push pending events before sending EOS.
* 740952 : alsa: NetBSD fixes
* 741045 : audiorate can can lose timestamp precision in some cases
* 741198 : playbin: leaks GstPads
GStreamer Plugins Good:
* 711437 : apev2mux: should not put APEv2 tags at beginning of WavPack files
* 726194 : v4l2src does not cope well when a capture card is sometimes interlaced, sometimes progressive at the same resolution
* 736397 : flvdemux: Per-stream resyncing behavior causes A/V-desyncs
* 737603 : v4l2bufferpool: set buffer interlace flags when field is V4L2_FIELD_INTERLACED
* 739476 : vpx: fails to build against libvpx from git
* 739722 : matroskamux: Thread safe register GstMatroskamuxPad
* 739789 : v4l2allocator: fix error message if allocator is already active
* 739791 : v4l2bufferpool: unref pool when v4l2_allocator_new() fails
* 739792 : v4l2allocator: fix gst_v4l2_allocator_stop prototype
* 739996 : videomixer: Drops a lot of frames, if one of the sources is live
* 740040 : v4l2src: Fails in presence of V4L2_BUF_FLAG_ERROR
* 740392 : rtspsrc: mikey base64 decoded key-mgmt leak
* 740407 : qtmux limits capture to 4096x4096
* 740633 : v4l2src: RW io-mode is broken
* 740636 : v4l2src: framerate is not always set on driver
* 740671 : aspectratiocrop: crop needs to be reset when video size changes
* 740905 : v4l2: still has 1 include to linux/videodev.h
* 741271 : rtph264pay: Buffer leak in H.264 payloader when using SPS/PPS
* 741381 : rtph264pay: Race condition may cause crash when going from PAUSED- > READY
* 741407 : deinterlace: in query_caps return only supported formats if filter is interlaced
* 737579 : v4l2object: set colorspace for output devices
* 739754 : v4l2bufferpool: Should validate that all memories are writeable before queueing back
GStreamer Plugins Bad:
* 722764 : rawparse: fix SEEKING query handling
* 729768 : mpegtsbase: Raise limit to read more bytes initially to find PCR
* 739152 : gl/cocoa: build with GNUStep fails
* 740191 : dvbbasesink: segfaults on 32-bit (rpi)
* 740201 : gl/cocoa: Does not compile on OSX < 10.7 anymore
* 740451 : srtpdec: leaks rtp/rtcp sink events
* 740953 : configure.ac: unportable test(1) comparison operator
* 741321 : opusparse: fix header parsing esp. of encoded output of libopus
GStreamer RTSP Server:
* 739481 : rtsp-stream: leaks srtp decoder when leaving rtpbin
2.6.5 - 16 December 2014
Announcement: GnuCash 2.6.5 Release 2014-12-16
GnuCash 2.6.5 released
The GnuCash development team proudly announces GnuCash 2.6.5, the
fifth maintenance release in the 2.6-stable series.
The primary reason for this release is that the problems which plagued 2.6.4 on Microsoft Windows have been resolved.
We've also fixed the following bugs:
736359 - Date of 0000-00-00 in MySQL backend crashes GnuCash.
737815 - Graphs Cannot Be Generated Correctly.
738113 - Crash on reload budget report.
738477 - WebKit is broken on Win32.
741418 - Freeze unposting bill, 100% cpu usage.
Other fixes that weren't reported as bugs:
Pre-compile scm files when building with guile 2.
Fix build-time hard-coded path introduced by the guile2 compile changes
Prevent crash when standards-report dir doesn't exist.
QIF Import crashes when closing via the 'X' button on the last page
Omit extension on calls to load-extension.
Use one common base directory to store all scheme files and modules.
Guile module structure cleanup.
Harmonize variable names used to refer to guile modules in all makefiles.
Add missing comma in call to gtk_tree_store_set(). Thanks to Frédéric Bière for finding and fixing the problem.
Revert to using numerical indexes for the x-axis on bar charts.
Aqbanking: Add display of aqbanking subaccountid in initial correspondence setup.
Aqbanking online SEPA transfer: Allow transfers without BIC, only IBAN. Also add IBAN checking.
Aqbanking transfer: Make IBAN and BIC text entry fields filter digits or alphas correctly as needed.
Adapt german SKR03 account template to updated tax rate.
Allow GUILE1_PROGS as m4 name. Patch by dimstar@opensuse.org.
Add sv_AX, sv_FI, zh_HK, and zh_TW to Makefiles & configure.
Updated Translations: Assamese Indic, Danish, German, Gujarati Indic, Italian, Kannada Indic, Konkani Latin,
2014-09-12, LibOFX 0.9.10:
- Fix missing balance dates (ledger_balance_date, available_balance_date)
2013-09-09, LibOFX 0.9.9:
- Fix missing increment of SO_CURRENT number in libofx-0.9.6
to avoid crashes when mixing this with older applications
- bug#41: Fix a crash that occurs while importing a possibly
invalid OFX file. Patch by Cristian Onet.
2013-04-17, LibOFX 0.9.8:
- Fix errorneous reading of files with empty lines
- bug#24: Fix build error on solaris.
- bug#40: Fix compiler warnings of OFX clang
2013-04-11, LibOFX 0.9.7:
- Fix errorneous reading of files with long lines
2013-03-30, LibOFX 0.9.6:
- Extend buffer for TRANSACTION_NAME to 96 bytes due to UTF-8
multibyte characters.
- Patch by Geert Janssens to fix typo in info message
- Patch by Geert Janssens to allow lines longer than 1024
caracters
- Fix treatment of empty date strings: Must return a zero date
instead of a bogus one.
- Replace unlink() with remove() to fix compile problems with
gcc 4.7
- Make configure fail if gengetopt is missing and generated
files are not present (as is the case when we checkout from
git)
- Fix garbled character encoding for UTF-8 encoded OFX 2.0
(XML) files. Sadly, because of a bug in OpenSP with xml
decoding this currently means that iso-8859-1 OFX-2.0 files
will still not be properly decoded.
LibOFX 0.9.5:
Benoit Grégoire <benoitg@coeus.ca>
- Workaround OFX files specifying invalid encoding values
(specifically: UNICODE and CP1252). This should fix most encoding
problems reported.
- Look for DTD in source directory (simplifies developpement)
Christian Stimming <christian@cstimming.de>
- Add minor argument checking
- Expose field: OfxSecurityData::fiid in API
- Make string arguments a const reference where appropriate
- Add configure check for help2man tool
Ryan Donlan <bdonlan@gmail.com>
- Improve build system and autoconf 2.68 compatibility
- Improve generated man pages
- Use GCC's -fvisibility=hidden to hide internal symbols from external
users.
LibOFX 0.9.4:
- Patch to fix segfault on some malformed date formats. Inspired by Zach's patch on launchpad.
- Packages-oriented changes:
- LibOFX will now look for DTDs in env variable OFX_DTD_PATH (if present).
- Better handling of paths (tolerates trailing path separator, or lack thereof)
- No longer ignore return value of mkstemp()
- Integrate all changes in Ubuntu's package that weren't already upstream
- Move to LibXML++ 2.6, as 1.0 is deprecated
- Add generated man pages with html2man
LibOFX 0.9.3:
- Fix segfault on some files containing missing closing tags (bug #2969817)
LibOFX 0.9.2:
- Win32: Add gnucash patch that looks up the dtd installation directory from the current executable's location.
- Apply patch by Geert Janssens to fix a crash on invalid date format
- Apply patch by ajseward with some additional fixes to allow wraping the library in python.
- Apply patch by Thomas Baumgart which fixes bug #5 (Transaction posting date off by one)
- Apply patch by Bill Nottingham <notting@redhat.com> with various C++ include fixes for building with recent compilers.
Magento is a feature-rich eCommerce platform built on open-source
technology that provides online merchants with unprecedented
flexibility and control over the look, content and functionality
of their eCommerce store. Magento's intuitive administration
interface features powerful marketing, search engine optimization
and catalog-management tools to give merchants the power to create
sites that are tailored to their unique business needs.
Improve bitcoin address handling. P2SH and P2PKH addresses now get their own classes - P2SHBitcoinAddress and P2PKHBitcoinAddress respectively - and P2PKH can now convert scriptPubKeys containing non-canonical pushes as well as bare checksig to addresses.
.deserialize() methods now fail if there is extra data left over.
Various other small bugfixes.
License is now LGPL v3 or later.
v0.2.0
Major change: CTransaction, CBlock, etc. now come in immutable (default) and mutable forms. In most cases mutable and immutable can be used interchangeably; when that is not possible methods are provided to create new (im)mutable objects from (im)mutable ones efficiently.
Other changes:
New BIP70 payment protocol example. (Derren Desouza)
Rework of message serialization. Note that this may not represent the final form of P2P support, which is still in flux. (Florian Schmaus)
Various bugfixes
Finally starting this release, git tags will be of the form 'python-bitcoinlib-(version)', replacing the less specific '(version)' form previously used.
2.7.2 (2014-01-25)
Fixed amount parsing issue. (#379)
Don't repeatedly fetch currency rates we can never get. (#374)
Fixed date parsing issue. [Windows, Linux] (#381)
Fixed view plugins which were broken.
1.35 2014-06-17 08:06:14+02:00 Europe/Brussels
* BUGFIX: VWD - currency returned.
1.34 2014-06-15 21:30:03+02:00 Europe/Brussels
* VWD adapted to recent website change.
1.33 2014-06-01 11:24:24+02:00 Europe/Brussels
* BUGFIX: yahoo_json never returns currency. so don't set a default.
yahoo_json returned current timestamp instead of quote date.
1.32 2014-05-18 21:55:12+02:00 Europe/Brussels
* return "symbol" for yahoo_json module
* allow to retrieve ISIN codes with VWD module
1.31 2014-05-04 22:56:45+02:00 Europe/Brussels
* Case mismatch in ZA_UnitTrusts pod
1.30 2014-05-04 21:56:34+02:00 Europe/Brussels
* Bourso.pm works on current website changes. Thanks to Guillaume
* New module CSE.pm by Hiranya Samarasekera. Covers Colombo Stock
Exchange (CSE) in Sri Lanka.
1.29 2014-04-08 08:28:25+02:00 Europe/Brussels
* New module za_unittrusts. kudos to Rolf Endres.
* Indiamutual patched to current website. kudos to Vinay S Shastry.
1.28 2014-03-16 12:05:19+01:00 Europe/Brussels
* Removed some unnecessary dependencies
1.27 2014-03-05 15:04:22+01:00 Europe/Brussels
* New module YahooJSON added (Abhijit Kshirsagar)
* mtgox.t should not create errors when ONLINE_TEST is not defined
1.26 2014-03-03 22:24:58+01:00 Europe/Brussels
* VWD adapted to current website (skaringa)
* Boursorama module mostly fixed (Arnaud Gardelein)
1.25 2014-03-02 23:18:23+01:00 Europe/Brussels
* AEX.pm : Some checking added. Not working yet
* Quote.pm : readded sub parse_csv_semicolon.
1.24 2014-03-02 21:39:00+01:00 Europe/Brussels
* Added module Citywire.pm written by Martin Sadler
* Added module FTfunds.pm written by Martin Sadler
* Added module MStaruk.pm written by Martin Sadler
* Added module TNetuk.pm written by Martin Sadler
* Data::Dumper is no more required to build
1.23_02 2014-03-02 14:46:41+01:00 Europe/Brussels (TRIAL RELEASE)
TEST RELEASE
1.22 2014-03-02 10:38:18+01:00 Europe/Brussels (TRIAL RELEASE)
TEST RELEASE
1.21 2014-03-02 09:56:38+01:00 Europe/Brussels (TRIAL RELEASE)
* ASX.pm now supports querying more than 10 symbols (goodvibes2)
* Travis config added for automated test build
* BUILD: Updated to use Dist::Zilla
new leaf modules:
py-trytond-account-asset
py-trytond-account-payment
py-trytond-account-payment-sepa
py-trytond-account-statement
py-trytond-bank
ok wiz@
* Support for canceling transfers
=== 1.15.1 2014-05-21
* Support cards for recipients.
=== 1.14.1 2014-05-19
* Disable loading the ssl module on the Google App Engine dev server.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
Remove libgnomeui, not used since 2012, see
http://svn.gnucash.org/trac/changeset/22379/
Add libgnomecanvas and some other indirect dependencies.
Add gnome-keyring dependency. It is optional, but I found no way to disable
it when it's installed, so depend on it for now, to avoid surprises.
Bump PKGREVISION.
This Python2/3 library provides an easy interface to the bitcoin data structures
and protocol. The approach is low-level and "ground up", with a focus on
providing tools to manipulate the internals of how Bitcoin works.
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
* Add start/end date to tax
* Use account of write-off journal as default
* Add write-off journal type
* Add description on write-off move
=== 1.12.2 2014-03-13
* Fix syntax errors in setup.py metadata
=== 1.12.1 2014-03-13
* Added license and other metadata in setup.py
* Fix `__repr__` in Python 3
* Support pickling of responses
Version History
---------------
2.6.3 - 30 March 2014
o There have been no documentation changes since 2.6.2
2.6.2 - 2 March 2014
o Bug 547386 - Help text for Employee section missing.
o Bug 723173 - One error and some typos in documentation. Thanks to
Imat for the patch.
o Bug 725013 - dividends reinvested example text doesn't match
graphic. Also remove a useless figure and improve text.
o Assorted typos and version number corrections.
2.6.1 - 1 January 2014
o First documention updates for credit notes
o Adapt migration documentation to gsettings introduction
o Move most of the text regarding business features from guide
to help, correct links and wording and many small improvements.
o Add information about the Business tab in book options window.
o Enable building Japanese PDF without requiring Debian or
downloading fonts from anywhere.
o Add Fedora font paths
o Adjust image after [23668] update.
o Doc/guide/C: add cash account to accts-examples-organization2
o Docs/guide/de: minor corrections of spelling and an
extension by Martin Mainka
o Update Italian translation of guide.
o Update instructions for Italian translation to adapt them
to new generic langcode.
2.6.0 - 29 December 2013
o Updated documentation for new GnuCash stable version 2.6.0
o Update Preferences section
o Menu and Toolbar references
o Update Business Documentation: Bobby Ratliff
o Budget Features: Bobby Ratliff
o Update Copyrights, Author lists, and metadata
o Add facility to publish docs as e-pubs
o Bug 513122 - Documentation doesn't explain how to import
account tree.
o Bug 604519 - Explain scope of Find Transaction tool.
o Bug 608932 - The documentation provided for opening a new
stock account is not appropriate
o Bug 633524 - Guide: introduce some splits concepts to help
with understanding transactions.
o Bug 638955 - Add documentation for book closing
o Bug 639264 - Add information in Concepts 4.5 to Explain
Starting Balance in Reconcile window
o Bug 661705 - OMF files not installed at the right place:
Yelp doesn't see them
o Bug 670354 - [PATCH] Outdated Docs - Assign Starting Invoice Number
o Bug 672668 - Add section explaining how to migrate data.
o Bug 684709 - Some rearrangement of text and chapters.
o Bug 687476 - Document Customer/Vendor overview feature
o Bug 688425 - Fix steps in putting it all together section.
o Bug 688579 - Run xmllint or variant in make distcheck
o Bug 688968 - Investment documentation improvements for
chapter about selling shares.
o Bug 691762 - Clarify behaviour of Find Transaction dialog
box's `Reconcile' criteria buttons.
o Bug 692917 - Note for keys when entering transactions.
o Bug 693493 - Add text to Tutorial 2.2.3 to explain
Debit/Credit Columns in register
o Bug 699430 - Describe the Assets over Time barchart Report
o Bug 700656 - Tutorial does not explain type of security
o Bug 702039 - Canadian stocks are fetched in USD by Finance-Quote
o Bug 712308: Double click on parent account doesn't open the
register - new behaviour not documented.
o Bug 715161 - File structure csv import customers and vendors
o Updated Translations: German, Italian
2.6.3 - 30 March 2014
Bugs Fixed:
721196 - Cannot import lines with empty fields for deposit or withdrawal
in bank transaction download.
721654 - Style sheet preference is not saved for a Preconfigured Report
723975 - Dialog box displayed during QIF import has placeholder text
724995 - Gnucash crashes due to assertion failed when opening sqlite file
711567 - Cannot save a custom report if a path contain diacritic chars
726430 - Python: account.getName() raises TypeError
726891 - segmentation fault on session.end()
Other Changes:
Fix resizing of columns in budget view
Fix guile 2 stack overflow errors for large reports
Fix basis calculation for FIFO or LIFO when less than one lot is sold.
Update Window and Menu item from "Preconfigured-" to "Saved-" Report
and add lables to the dialog with help texts
Aqbanking: SEPA transfer improvements - fix origin labels and add
possibility to edit sender's name.
Prevent crash reported in Bug 711567.
Translations Updated: Catalan, Danish, Italian
2.6.2 - 2 March 2014
The GnuCash development team proudly announces GnuCash 2.6.1,
the latest stable release of the GnuCash Free Accounting
Software.
This is a maintenance release; there are no new features, but
Mike Alexander has extensively reworked the Advanced Portfolio
Report.
Mike Alexander has completed his extensive reworking of the
Advanced Portfolio Report.
Bugs Fixed:
497831 - Can't change the date of a transaction with certain locales
721472 - Fix Reconcile description column.
721677 - Customer Summary does not include inactive customers
722123 - Zero price entry added to price database on stock purchase
722903 - Poor performance of account hierarchy, budgets, reconcile
window,...
723051 Implement gncCustomerNextID in Python bindings.
723373 - Don't create any sx in the since-last-run dialog if this is
a read-only file
723644 - Make sure that gnc_search_invoice_on_id() returns the
correct type of object.
724211 - Can't select march 6 date on register
724426 - Errors in account plan
724427 - New account plan for Sweden
724578 - Problems clearing incompletely paid invoices
724753 - Saved Multicolumn Report Error
725131 - Adding Payments to Fancy Invoice
Translations Updated: Catalan, Italian
2.6.1 - 1 January 2014
The GnuCash development team proudly announces GnuCash 2.6.1,
the latest stable release of the GnuCash Free Accounting
Software.
This is a maintenance release; there are no new features, but
Mike Alexander has extensively reworked the Advanced Portfolio
Report.
Bugs Fixed:
454827 - Reports: Incorrect share value of stocks in foreign currency
553020 - Reports: Incorrect share value of stocks in foreign currency
555182 - Security Type template hidden
605991 - Help button on New and Edit Job dialogs brings up wrong
help page.
677489 - Critical error reported when initializing an Invoice
721211 - Reconciliation checkboxes fail to sync for split
transactions across sub-accounts
721251 - Incorrect Transaction Dates
721260 - Crash on startup: gnucash cannot handle default locale
721290 - SX Editor: Pressing "Enter" too soon hides transaction
721306 - Account hierarchy column widths are reset when restarting
a second time without changing the widths
721447 - Entries with values of ,50 are imported as ,51
721464 - Program won’t open the website link
721576 - Gnucash can not work with files, that have russian symbols
in path.
721600 - Segmentation fault on startup if report Income/Expense Chart
was opened since last running
721607 - fix GnuCash version numbers and remove/update links.
721667 - Accelerator key map loaded from one file and saved
721770 - "Choose accounts to create" has no effect
721791 - Segmentation fault when correcting invalid date
721825 - Online prices displayed as unreadable fractions in 2.6.0
721913 - Fetch Rate crashes application
721929 - Importing a customer list causes a crash.
721954 - Multiple Scheduled Transaction Editors
721966 - --add-price-quotes ignoring compress files preference
722035 - Missing space in the Spanish translation of msgid "Total For "
722123 - Zero price entry added to price database on stock purchase
Translations updated: Catalan, Danish, German, Italian
any longer. Change LICENSE to modified-bsd per upstream.
Changes:
2.7.1 (2013-09-07)
Improved OFX parsing. (#369)
Fixed rounding error when changing split amounts. (#367)
Fixed Qt import window glitch. (#371)
Improved currency rates fetching reliability.
Fixed occasional hard crashes on accounts drag & drop. [Mac] (#354)
2.7.0 (2013-05-26)
Added support for custom currencies. (#33)
Fixed amount parsing bug with currencies with many decimals.
Fixed cache folder bug causing cached files to be misplaced. [Linux, Windows]
Dropped 32-bit support on Mac OS X.
2.6.3 (2013-03-23)
Fixed a selection glitch on New Account. (#358)
Fixed a schedule spawning bug. (#362)
Removed the fairware dialog (More Info).
Added a 64-bit build for Windows.
Added Spanish localization by Enrique G. Paredes.
2.6.2 (2013-01-06)
Fixed a bug causing transaction imbalance after import. (#351)
Fixed glitch in bar graph drawing. (#352)
Fixed a bug in QIF exports. (#353)
Fixed a crash on print. [Linux, Windows] (#349)
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
Changelog:
2.6.0 - 29 Dec 2013
The GnuCash development team proudly announces GnuCash 2.6.0,
the latest stable release of the GnuCash Free Accounting
Software. GnuCash Users can experience the following new features:
* Preferences have been migrated from GConf to GSettings. This
is a simpler and more robust backend which writes to the OS's
native prefs -- defaults on OS X and the Registry on
MSWindows -- and allows us to remove several troublesome
dependencies including GConf, ORBit, and DBus. The change
includes a migration script that will run at Gnucash startup.
* New date handling which allows GnuCash to use dates after March 2038.
* Guile-2 compatibility: GnuCash now requires either Guile-1.8
or Guile-2.0
* Documents outside of GnuCash, images of receipts for example,
can now be linked to transactions, with the facility of
opening them in the default application for the document
type.
* Cutsom Reports can now be saved without renaming the report,
and modifications can overwrite an existing report.
* The import assistant now finishes much more quickly after
assigning contra-accounts.
* GnuCash now requires Gtk+-2.24.0 and GLib-2.26.0. Most of the
dependencies on obsolete libraries have been removed; only
libgnomecanvas remains. Unfortunately the effort to rewrite
the register code to use GtkTreeModel wasn't completed in
time, so GnuCash is not on the cusp of converting to Gtk3.
* The Business Module has been substantially revamped,
including support for Credit Notes and import of customers
and vendors from a CSV file.
* The Num field in the register display is now optionally
per-split, so for example a check number can be entered for
the checking account split and an invoice number for the
expense account split.
* GnuCash can now open locked books read-only so that more than
one user can view a file. GnuCash still does not support
multiple simultaneous writers.
* By agreement of all authors, GnuCash is now licensed under
the GNU General Public License Version 2 or later rather than
simply Version 2. This allows derivative works to be licensed
under the GPL Version 3 if the author of such a work so
desires.
* Fixed more than 500 bugs.
For those keeping score, the following changes have occurred
since 2.5.10:
Bug Fixes:
Bug 157247 - Asset account's "total" value should use most
recent transaction prices
Bug 710823 - libofx can supply broken UTF-8 for account id
Bug 710824 - GnuCash should sanitise UTF-8 before serialising files
to avoid writing broken unparseable XML.
Bug 720555 - General Ledger - Can't Enter Transaction Amounts
Bug 720556 - The Tip of the Day preference isn't getting saved
Bug 720646 - New Book Tabs on Windows
Other Changes:
* Don't create a second account hierarchy page when cancelling
the Hierarchy Assistant or when using Actions->New Account
Hierarchy on an already open book.
* Reset Warnings dialog: show translated warnings
* The locale-names for Help and the Tutorial and Concepts Guide
have been renamed to language-only so that, for example,
someone using the Swiss-German locale will be shown help in
German instead of English.
Translations Updated: British, Dutch, French, Italian, Lithuanian.
2.5.10 - 15 December 2013
This is the eleventh and final release in the UNSTABLE 2.5 series.
It is the second beta release. Barring any surprises, we will release
a STABLE 2.6.0 on 29 December.
Changes since the last release have been entirely bug fixes
and translation updates, though not all bug fixes had
associated bug reports. Note that WebKit 1.2 is now tested
for in configure; it had been 1.0, but GnuCash wouldn't
actually compile with versions earlier than 1.1.5.
Bug Fixes:
Bug 336843 - Attach images/files/urls to transactions:
Disable the "show attachment" menu item if the transaction
has no attached file.
Bug 619478 - Build warning in html/gnc-html-webkit.c
Bug 627575 - Stylesheet names with non-alphanumeric characters
and saved-reports
Bug 630578 - current date instead of posting date in exchange rate,
when posting a bill
Bug 632588 - Scrub doesn't fix missing currency
Bug 639371 - Welcome Sample Report reports wrong version and
has a broken report
Bug 653594 - wrong amount printed on checks
Bug 705714 - QIF Import - File selection pop-up is not on top
during qif import
Bug 708526 - GnuCash Crashes when opening About page:
Downgrade the error to a critical warning.
Bug 711317 - Indian Rupee Symbol appears as "?" marks
Bug 715123 - Post invoice problem, cannot unpost
Bug 719481 - GnuCash report crashes with Guile2
Bug 719521 - Missing radio button in "Edit security" dialog
Bug 719726 - Click on File -> Open seg-faults
Bug 720235 - Python bindings should load environment file just
like gnucash does
Fix Python tests to no longer require gsettings schemas installed.
Fix the CuteCash (Qt GUI based) build
Multi-currency "Post invoice" improvements
Protect gnc_mktime against bad dates.
Protect against null account pointers in a couple of place to
avoid asserts.
Qif Import Assistant: Don't disable the whole dialog, just the
Forward button
QifImport: Fix crash from attempting to import an empty file.
Add the ability to search for transactions that are, or are not,
book closing entries.
Move customer, bill, and invoice importers form the business menu
to the file menu.
Rename some directories in src/import-export so that the
gschema.xml.in.in files within them don't have pathnames that
are too long for tar when the GnuCash version exceeds 5 digits
(e.g., 2.5.10).
Translation Updates: Italian, German, French
New Translations: Arabic!
2.5.9 - 1 December 2013
This is the tenth release in the UNSTABLE 2.5 series.
It is the first beta release.
Barring any surprises, there will be one more beta release in
two weeks, followed by the release of 2.6.0 on 29 December.
Changes since the last release have principally been code
cleanup, including KVP storage in the SQL Backend, Python
testing in out-of-source builds, test failures when using
Guile-2, ensure that saved state (especially KVP) is deleted
along with the primary object, use the progress bar when
loading the PriceDB.
Translator note: We found it advisable to correct some typos
and to add two translatable strings "Bill Information" and
"Voucher Information".
Bug Fixes:
644044 - Lots: SQL backend loses link to Gain/Loss Txn
704506 - Connection loss to mysql after resume from hibernation
707311 - Tax Invoice fails to open when using guile 2
710871 - Python site-packages not found when not installed to
default location using --prefix
710905 - Column withs, visibility, order and sort order not saved
and restored
711289 - time zone handling is inconsistent between 2.4 and 2.5
712299 - Tax Invoice with guile 2 doesn't display currency symbols
715041 - Crash opening a file when a file is already open.
715184 - Bill or Invoice; a new Bill gives a new Invoice
719471 - Unused commodities saved to XML file
Translations updated: German, Italian
2.5.8 - 17 November 2013
This is the ninth release in the UNSTABLE 2.5 series. This
release is the last alpha release.
String and feature freeze are now in effect: Only bug fixes
which have no effect on UI, API, or translatable strings
should be committed to trunk until after the release of
GnuCash 2.6, currently scheduled for 29 December 2013.
Translators: Please use the tarballs from this release to
prepare your translations.
New contributor Patrick has provided a beginning
implementation of linking attachments to transactions. This
is accessed through the Transaction menu and the transaction
context menu. In this initial version, linked files are
displayed in the default viewer for the file type. E.g., html
files will open in a browser and jpegs will open in the
default picture viewer.
Bug Fixes:
707311 - Tax Invoice fails to open when using guile 2
709589 - make check fails with guile 2
711289 - Time Zone Handling is Inconsistent between 2.4 and 2.5
Partial fix that may also correct 699997
711294 - Gnucash repeatedly ask associated income account
when import qfx file. Patch by Kuang-che Wu <kcwu@csie.org>
711493 - Fix unselected account that is NULL
Translations Updated: German
2.5.7 - 3 November 2013
This is the eighth release in the UNSTABLE 2.5 series.
Register2 is now a configure option. Default builds,
including the Windows and Mac All-in-one packages, will use
only the old register. We've decided that it isn't ready for
general use and the principal author doesn't have time to
make it ready in time for a 2.6 release.
Frédéric Perrin has contributed a change to display currency
symbols whenever they are known and unambiguous.
Geert Janssens has cleaned up most of the issues from the
initial GSettings preference changes. There's a new
configure option, --with-xdg-data-dirs to overide the
environment and defaults if necessary.
Building Gnucash now requires Automake version 1.11 or later.
Configure will abort if --enable-ofx is set but no libofx
configuration files are found. Budget periods may no longer
set to values greater than the budget's num_periods, and the
budget options descriptions will wrap. Contributed by Robert
Ratliff.
Bug Fixes:
668530 - In budget flow report options, change the maximum
value for period to 60 (Note the FIXMEs) Author: Robert
Ratliff
687478 - Bills due reminder doesn't work well with credit notes
687479 - Automatic invoice/payment matching on posting an
invoice should be an optional feature
693244 - View Lots window enhancements
708659 - Totals column moves to right hand side when periods are added
Remove unneeded gnc_plugin_page_budget_refresh_cb
Author: R Ratliff
710055 - advanced portfolio report counts capital gains split
as dividend. Author: Jason McCarty <jmccarty@sent.com>
710311 - Missing ChangeLogs
710739 - Fill in field for remote bank account information
also for SEPA transfers.
710871 - Fix for Python site-packages not found when not
installed to default location
710979 - Crash in gnc_plugin_page_invoice_summarybar_position_changed
Translations Updated: None
2.5.6 - 7 October 2013
This is the seventh release in the UNSTABLE 2.5 series.
Geert Janssens has rewritten the preferences system to use
GSettings from GIO (GLib) instead of GConf. This is a simpler
and more robust backend which writes to the OS's native prefs
-- defaults on OS X and the Registry on MSWindows -- and
allows us to remove several troublesome dependencies
including GConf, ORBit, and DBus. The change includes a
migration script that will run at Gnucash startup.
WARNING: the saved settings in gconf are not (yet) migrated
to gsettings ! running gnucash as of this commit will start
you with default values for all preferences ! You can of
course change your preferences, your changes will be saved
properly in gsettings and restored when you restart
gnucash. But what has been set in GConf before will basically
be ignored.
Bug Fixes:
Bug 632362 - Unable to create "reversing transaction" again
after it is removed
Bug 654196 - "make check" fails when built with --enable-dbi
Bug 674862 - 2038 bug in libdbi
Bug 682280 - bill/invoice importer fails to save imported bills/invoice
Bug 684670 - Interest amount calculation is wrong in Sqlite3 format
Bug 699450- New budgets cause Account Name column to expand
until display bigger than screen. -- Robert Ratliff
<ratliff.bobby@gmail.com>
Bug 708700 - "make check" fails (missing glib bits)--
Frédéric Perrin <fred+gnome@resel.fr>
Bug 704039 - time zone is not respected in Windows -- Thanks
to Kuang-che Wu <kcwu@csie.org>
Translations Updated: Dutch
2.5.5 - 10 September 2013
This is the sixth release in the UNSTABLE 2.5 series.
No new features are added in this release.
Bug Fixes:
334939 - Account Report and Account Transaction Report are
apparently the same, but different. Change menu entry for the single
transaction Account Report from "Accout Transaction Report" to
"Account Report - Single Transaction" Author: Carsten Rinke
603183 - Equity statement shows incorrect changes
Add function gnc:account-get-total-flow to report-utilities.scm
This function filters the splits from the source to the target accounts
and returns a commodity collector.
It does NOT do currency exchanges. Export the new function
gnc:account-get-total-flow from report-utilities.scm. Apply the new
function gnc:account-get-total-flow for the "Withdrawal" calculation.
Author: Carsten Rinke
629136 - Move the code that updates the sensitivity
of immutable page actions from gnc_main_window_switch_page to
gnc_main_window_generate_title. Patch by Guilherme Salgado.
696492 - Change report name in menu or in report output to be
consistent Change the register name to "Accout Transaction Report"
when the register type is GENERAL_LEDGER, INCOME_LEDGER, or default
in function gnc_reg_get_name(). Patch by Carsten Rinke.
704039 - time zone is not respected on windows Author: Kuang-che Wu
704056 - Online Banking (Online Actions) does not appear in Action menu
Ensure that all functions are exported to the dll.
704525 - When you have a mix of chart types (bar charts and pie
charts). Add new procedure gnc:substring-replace-from-to
Similar to gnc:substring-replace, but offers the possibility to
replace substrings in a range of occurances. Add calls to
gnc:substring-replace-from-to to procedure gnc:report-run.
Filter out all occurances of jquery.min.js and jquery.jqplot.js
except for the first occurances. Author: Carsten Rinke
Translations updated: Lithuatnian
2.5.4 - 4 August 2013
This is the fifth release in the UNSTABLE 2.5 series.
New Features:
Register2 work: Restore the delete-transaction-up/down
feature, replace the filter-and-sort model with a qof query
which loads only a subset of transactions to improve speed,
and some date and cursor changes.
Aurimas Fišeras contribued patches to make CSV Account import
table header translatable, to fix translation of table
headers, fix dash marker usage, and some other translation
issues.
Revert the Bitcoin support until the patch is rewritten with
a better UI.
Bug Fixes:
703897: Functions which can return null always return a Python
object, Tom Lofts.
704183: ofx file import tries to match online_id against
ACCTID[space]ACCTKEY even when ACCTKEY is empty, G. Paul Ziemba
704185: GnuCash 2.5 doesn't build on FreeBSD
Translations Updated: Catalan, Danish, Italian, and Lithuanian
2.5.3 - 7 July 2013
This is the fourth release in the UNSTABLE 2.5 series.
New Features:
Save and Save As for custom report templates (Geert Jansens)
Customized report settings can now be saved without renaming
the report, and updates saved directly replacing the previously
saved report or "saved as" to a new name.
It's now possible to post multiple invoices from the find
dialog. GnuCash was crashing if you searched for all unposted
invoices, selected two or more of them, and posted them.
This was because the list of invoices to be posted changed
while it was being processed. As part of fixing this the
prompt for post date, due date, etc. will only be given once,
not once per invoice.
Register2 work: Better commodity/currency handling, sanity checks
when converting TreePaths, Posted Dates now work like the old Register,
PostedDate is now recorded only as a date, with no time.
Peter Broadberry contributed faster versions of several reports.
Bug Fixes:
703272: list of windows in OSX Windows menu
699686: Startup dialog windows should be top level (Simon Arlot)
701670: (OSX)Command-V in reconcile window pastes data in register
702899: Fix crash in scrubbing code
703305: Fix crash on entering a non-valid date
The crash that occurs when duplicating multiple invoices from Find
results.
691587: Catch scheme exceptions when converting error messages
669964: Fix txn creation that forgot to set a txn currency.
672595: After creation of a new book, make sure to set it to dirty
700582: Enable online actions in Register2
Now works with automake 1.13
Translations Updated: Catalan, Italian, Lithuanian
2.5.2 - 27 May 2013
This is the third release in the UNSTABLE 2.5 series.
Robert Fewell continues his work on the GtkTreeModel register,
including better transaction editing without using the mouse and
some display issues.
Sam Morris contributed a patch supporting retrieving Bitcoin and
Litecoin exchange rates from Mt. Gox with Finance::Quote
Fix Bug 700197, backend errors when creating Customers with the
Python bindings. Patch by Tom Lofts
Carsten Rinke provided several patches:
Bug #682800 Generated balances on Report different than calculated
balances on Ledger when using "open subaccounts"
Bug #622778 Miscalculation in cashflow reports
Bug #584869 net change line in general journal report
Bug #589865 - Budget flow period doesn't work. Patches by Carsten
Rinke and Mikhail Tsaplin
The translation files have been copied from the 2.4 branch.
Translators may start working on the new strings, though string
freeze is scheduled for 2.5.5 in early September.
Translations Updated: Danish, German, Italian
2.5.1 - 5 May 2013
This is the second release in the UNSTABLE 2.5 series.
Robert Fewell has continued his work on the GtkTreeModel register.
It is now the default for account registers.
Geert Janssens has begun work on replacing the GConf configuration
management tool with the newer GSettings API from recent versions
of GLib.
Tom Lofts contributed the beginning of a RESTful Python API
to enable access to minimal account, invoice, and customer
information in a JSON format.
Christian Stimming fixed the very long wait time for the UI to
become responsive when running the import matcher.
Also some bug fixes, package upgrades, and minor improvements.
2.5.0 - 30 Mar 2013
The Gnucash Development Team is pleased to release Gnucash 2.5.0,
the first release of an unstable series leading to Gnucash 2.6.0.
This release is UNSTABLE and SHOULD NOT BE USED in production.
Robert Fewell has contributed a rewrite of the ledger
(Gnucash's primary interface window) to use the GtkTreeModel
(select "register 2" from the menu) as well as a new CSV
import/export facility for account trees.
Gnucash now requires Gtk+-2.24 and GLib-2.26. We've removed
most of the dependencies on libraries obsoleted by project
Ridley and will be in position to move to Gtk+-3.x once the
GtkTreeModel register window work is complete. This means
that Gnucash 2.5 requires Debian 6, RHEL 6, or one of the
more aggressive distributions like Ubuntu.
Gnucash now works with Guile-2.0.
The business module has been revamped and we introduce a new
feature, Credit Notes. It is now possible to import customers
and vendors from a CSV file as well.
The "Num" field is now optionally per-split rather than
per-transaction.
When opening a locked "book" one now has the option of
opening it read-only. Note that Gnucash is still a
single-user program and that the database backends are still
used only as a data store.
Gnucash is no longer subject to the "2038" bug, so that
30-year mortgages can now be entered correctly.
By agreement of all authors we have relicensed Gnucash to the
Gnu Public License Version 2 or later from just Version 2.
Add LICENSE
Upstream changes:
0.06000 Sun Jul 14 15:00:00 2013
- Three way comparison string
- Treat undef as 0 on arithmetic operations
0.05001 Sun Jul 14 15:00:00 2013
- Corrected POD
0.05 Sun Jul 14 15:00:00 2013
- Mathematical Operation overloads
- Changed prereq back to 5.6.1
2.4.2 - 17 Nov 2012
o Updated to release 2.4.2.
o New or improved documentation for
o Data migration
o New documentation formats: epub and mobi
o Translation updates: Japanese, Italian
o Several small updates and fixes
2.4.1 - 4 Aug 2010
o Updated to release 2.4.1.
o New or improved documentation for
o Python invoice import plugin
o Scheduled transactions
o Style sheets
o Translation updates: Italian
o Several small updates and fixes
2.4.0 - 11 Feb 2012
o Updated to release 2.4.0.
o Many changes to line up with the GnuCash 2.4 series
o New Japanese translation of the concepts guide
o Initial German translation, still incomplete
o Lots of markup improvements
o Fix generation of pdf files
o Several small updates and fixes
2.2.2 - 2 July 2011
o Updated to release 2.2.2.
o This release contains improvements and fixes that got
backported from the 2.4 release
2.2.1 - 4 Aug 2010
o Updated to release 2.2.1.
o Several small updates and fixes
Between 2.4.12 and 2.4.13, the following bugfixes was included:
Bug #697133: OFX file handling was broken in the Windows versions
In 2.4.13, the following languages had their translations updated:
Danish, Dutch, German
Between 2.4.11 and 2.4.12, the following bugfixes were included:
Bug #696469: Renumbering subaccounts does not preserve original order
Bug #695423: Fix OFX Commodity Account handling. Patch by Burke.
Bug #661832: MySQL database error after wireless reconnect
After suggestion by Wang Xiaozhe <chaoslawful@gmail.com>
Bug #667093: Update taxtxf.scm to fix beginning balance sign
and signs for Transfer From/To amounts for liability/equity
accounts
Bug #680086: Each Tip of the Day has an n shown at the end
Bug #672364: does not properly handle XML parse errors, leading to possible data loss
Author: Sébastien Villemot <sebastien@debian.org>
Bug-Debian: http://bugs.debian.org/696282Fix#638955: Connect the `Help' button in the `Close Book'
dialog box (Tools > Close Book) to newly-written help section
on book closing.
Bug #638971: Multicolumn report does not show more than one graph
Bug #680887: Updated RELAX NG schema for v2.4.11 XML file format
Bug #677488: DROP INDEX missing ON <table>
Bug #632931: Advanced portfolio: add "rate of gain" column
Author: Sebastien Alborini <salborini@gmail.com>
Bug #610648: Change Reconciled Split Dialog ignores pressing Cancel
Author: Robert Fewell <14ubobit@gmail.com>
Bug 680402: Tests fail due to unused translations
Add all scheme files to POTFILES.skip so that intltool-update
> 0.50 will ignore them. Scheme file translation strings are
handled by intl-scm/.
Bug #680613: Date format setting seems to be ignored since
version 2.4.9
Work around strange side-effect of r21665 which caused LC_TIME
to be changed after it had been set by setlocale(LC_ALL) in
set_mac_locale().
Bug #680887: RELAX NG schema for 2.4.11 XML file format
Contributed by Baptiste Carvello
Bug #680576: Transaction report: date takes up two lines when
using Canadian locale format.
Change date cells type from text-cell to date-cell to apply
white-space: nowrap style.
Bug #680671: Configure should check for the python-devel package
if called with --enable-python
In 2.4.12, the following languages had their translations updated:
Russian, German, Ukrainian, Italian, Lithuanian
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
moneyGuru is a personal finance management application. With it,
you can evaluate your financial situation so you can make informed
(and thus better) decisions. Most finance applications have the
same goal, but moneyGuru's difference is in the way it achieves
it. Rather than having reports which you have to configure (or find
out which pre-configured report is the right one), your important
financial data (net worth, profit) is constantly up-to-date and
"in your face". This allows you to constantly make informed decision
rather than doing so periodically.
Between 2.4.10 and 2.4.11, the following bugfixes were included:
[22080]Fix make dist for Swedish accounts files Reported by Robert Fewell
[22260]Rewrite the tip-of-the-day parsing logic Since commit 22246, an empty tip of the day appears in the list of tips. This is due to the way the file is parsed. This commit rewrites the parsing logic to avoid such problems. As an added bonus, you can now add newlines in tips by using '\n' in the string.
[22248]Bug #678848 - Customer/Vendor reports off-by-one on start date Additionally removes a superfluous module load
[22246][PATCH] Fix tip-of-the-day with gcc-4.7 When making the text file tips-of-the-day, GnuCash expects 'gcc -E' to preserve at least one of the whitespace lines between entries. However, this relies on behavior of 'gcc -E' that isn't actually part of the spec, and is a historical accident. And it changed in gcc-4.7, such that all the whitespace is removed. Work around this by explicitly adding a newline in the sed expression. Pre gcc-4.7 there will be two newlines between tips, but this has no impact on the tip displaying code. Patch by Bill Nottingham
Bug #631611 - Check printing fails because fonts are too tiny on Windows Lesson learned: don't use cairo_identity_matrix on a cairo_t managed by GtkPrintContext. It kills a number of transformations that were already configured by GtkPrintContext. On Windows this breaks proper scaling.
Fix a double free crash when the required features dialog is shown
Bug #611853 - Entering a 2-digit year in the opening balance tab results in "Parsing Error" This bug was already fixed on trunk as part of the patch that converted the new account dialog from glade to gtkbuilder. This commit extracts only the parts required to fix bug #611853
[22224] Bug #671323 - Scheduled monthly transactions lose "except on weekends" setting when using MySQL
[22229] Bug #678214 - GnuCash fails to open some post-processed XML files Patch by Daniel Harding
Bug #677570 - Error creating net worth linechart report Remove doubled file contents. Changeset 21628 has already done this for trunk.
Add formatting to table. Add cell padding to columns in table.
Bug #677570 Error creating net worth linechart report Revert "Added user settable line width and data point markers to net worth" Removed entire commit in order to make report work. Details of error still need to found so that the feature can be reinstated. This reverts r21644. Note, this feature works in trunk.
[22197]Add EXTRA_CFLAGS for compiling on Win7 Configure gets confused by some gcc builtins on Win7: Disable them so that configure finds the right settings.
Add EXTRA_CFLAGS to inst_gnucash compile line so that cflags can be added by custom.sh
[r22171][Bug 674862] Gnucash crashes after creating a new SX using the Mortgage Wizard and SQL Backend This addresses the crash reported on Ubuntu with Postgres by Krzysiek. The stack trace he posted showed the crash was the result of dereferencing a NULL GDate*, and this change protects against that. It still doesn't address the more basic problem of why on Win32 and with mysql and pgsql (but not SQLite3) the mortgage wizard is writing corrupt dates.
[r22188][Bug #674862] Gnucash crashes after creating a new SX using the Mortgage Wizard and SQL Backend Special-cases dbi_result_get_datetime returning -1 to work around a bug in MinGW's implementation of gmtime().
[22157] Bug #674494: Fix version and method of downloading isocodes in win32 packaging Patch by Mark Jenkins
[r22154][Bug 674283] With mysql crash after deleting accounts included into a budget Never assume a pointer is NULL unless you set it to NULL!
[22097] [Win32 build] Update gwenhywfar/aqbanking versions.
[22090] Revert r22083, "Adapt German account templates to updated tax rate." A pure renaming is not the correct solution, I've been told.
[22083] Adapt German account templates to updated tax rate.
[22067] Remove potentially abandoned file (that has a GPLv2-only license, too). The last contributors here, Josh Sled and Chris Lyttle, have put their code under "GPLv2 and GPLv3" license, see r22063, but I'm too lazy to look up the copyright holders on the file as a whole so I'd rather remove it. If someone wants to add a similar packaging file again, feel free to do so, but please don't use GPLv2-only code to do so.
[22066] Bug #670727: Extend license of 3 files to be GPLv2 and GPLv3. This has been granted by the gnumeric copyright holders. See https://bugzilla.gnome.org/show_bug.cgi?id=670727#c7
[22063] Bug #670727: Clarify license of a file to be GPLv2 and GPLv3 gnc-dense-cal.h: License remark was forgotten in r19507, but the author Josh Sled agreed on GPLv2 and GPLv3 licensing in his gnucash-devel message on 2010-08-28.
Fix skipping of alternate rows when there is a customer id mis-match and fix gtk_entry_set_text errors. Fix already exists in trunk.
Revert "Fix skipping of alternate rows when there is a customer id mis-match." Doesn't fully work. Will redo. This reverts commit 63c4689a36aa042564d7c29b40ee970533e3d81f.
Fix skipping of alternate rows when there is a customer id mis-match. Fix already exists in trunk.
Fix translatable strings. Patch provided by Aurimas Fišeras.
Properly handle Windos end-of-line markers in determining file versions.
[21905] Bug #668196: Fix installation of python bindings With this patch, files are correctly installed together. Patch by Vint as suggested on bugzilla. Total return is now an amount (not a percentage), and includes income as well as capital gains. New column "Rate of return" gives the percentage. - changed default value for "Ignore brokerage fees when calculating returns", therovided (BAS 2012) Additionally this commit adds some required changes to get the Swedish account plans to actually show up in GnuCash (both BAS and the earlier committed Swedish small business account plan)
[22011] Fix a GtkWarning in the Account Hierarchy Druid which occurs if the Example Account file doesn't contain a long description.
Fix translatable strings code for tax invoice report.
Fix translatable strings code for some reports. Patch provided by Aurimas Fišeras.
[21978] Move the features tests to its own source files. This allows for - other engine consumers to use the features test as well (think CuteCash, python bindings,...) - a central point for developers to check for feature definitions - a central point to manage all feature related code
Windows: Update Gtk+ to 2.24.10
innocuous and small compared to kde3, and built into netbsd-6 anyway,
and the package finds sqlite3 regardless of whether it's buildlinked,
always depend on sqlite3. Should fix build on netbsd-5.
Remove commented-out traces of a sqlite3 option from options.mk.
PKGREVISION++
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
so all platforms should not require libXp from libXaw with Imake.
Bump PKGREVISION.
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 .
= ActiveMerchant CHANGELOG
== Version 1.20.0 (November 14, 2011)
* Add support for USA ePay Advanced SOAP interface [matthewcalebsmith/jduff]
* Beanstram: fix purchase with Secure Profile [pitr/jduff]
* Orbital: various fixes [Soleone]
* Add Samuari gateway by Fee Fighters [jkrall/odorcicd]
* Lock money gem to 3.7.1 or less since newer versions break in 1.9 [jduff]
* Braintree: handle gateway rejected transactions gracefully [braintreeps/jduff]
* Ogone: support different signature encryptors, custom currency and eci [ZenCocoon/rymai/jduff]
* Payflow Link: use secure token [jduff]
* Added refund method to Exact, Pay Junction and Skip Jack gateways [jduff]
* Elavon: added test url [kylekeesling/jduff]
* Fix redundent errors when credit card is expired [castiglione/jduff]
* Two Checkout: update service url [vampirechicken/jduff]
== Version 1.18.1 (September 23, 2011)
* Braintree: allow setting merchant_account_id on initialize [jduff]
* Realex: only send letters and numbers in shipping code field [Soleone]
== Version 1.18.0 (September 23, 2011)
* NoChex: Update the URL that payment requests are posted to [caseywhalen/jduff]
* QBMS: fixed test mode check [Soleone]
* Realex: encode avs info with shipping address [Soleone]
* Add Dwolla offsite gateway [armsteadj1/jduff]
* Eway: pass email, customer, description and options to store [moklett/tobi]
* New dependency: active_utils gem [odorcicd]
* Optimal Payments: fix test mode check [jduff]
The main problem with this package is that sqlite2 was building
automatically, but the makefile for it was broken. The QTDIR variable
wasn't getting expanded in the makefile, so the rpath for sqlite3 library
was corrupt. Once the Makefile was fixed, libsqlite3.so built normally,
but it didn't get installed due to another Makefile issue. Finally, it
built and installed, but then the PLIST was missing its entry.
After everything was verified building ok, I discovered somebody had
added and then commented out "sqlite3" option. Since it's building by
default, I took this option out. If somebody else decides that it
should be optional, I'll let them tweak the configure args, PLIST, and
options file to make that happen.
Between 2.4.7 and 2.4.8, the following bugfixes were included:
* Bug #655901 - Fix build with guile 2.0
* Fix handling a directory as a dataset file.
* Bug #626970 - Crash when saving a transaction whose destination account
was deleted in the meantime
* Bug #661721 - Exposed Password
* Bug #651522 - crash in query_free_compiled, gnc_query_list_reset_query
* Use "Nimbus" gtk theme on Windows. A previous attempt failed to set this
in the installer.
* Bug #644977 - Add new Quicken Check 21 format. Thanks to Steve Holland
<sholland@napervillegi.com>
* Update Mac customizations for gtk-mac-integration-1.0.0. Mac integration
has had a name and api change from ige-mac-integration as part of
migration from Sourceforge to Gnome.
* Bug #553432 - Status line of edit invoice page mixes invoice currency
amount with default currency symbol
* Bug #365928 - Jobs do not stick in Expense Vouchers
* Find the python libraries and includes even if the path to them includes a
symlink. When python is installed using MacPorts there is a symlink in the
path.
* Bug #612562 - Transfer Funds dialog - 'Show Income/Expense' checkboxes are
not working. Subaccounts of income and expense are not always shown.
* Make sure that exiting conn_test_dbi_library on a failure doesn't leave
the locale at "C".
* Bug #645216 - Fix wrong permissions on server result in bogus error
message.
* Change default post date:
* customer invoices: post at the current date
* bills/vouchers: post at the last date on the bill/voucher
* Bug #658244 - Custom css stylesheet and logo in Tax Invoice report require
protocol in exported HTML
* Bug #655901 - Fix build with guile 2.0 Patch by Petr Gajdos
* Fix critical error regarding the color tabs when trying to display the
search results and also on the scheduled transactions template.
* Patch by Robert Fewell
In 2.4.8, the following languages had their translations updated: Japanese,
Lithuanian, Latvian, Russian, Hungarian.
== Version 1.17.0 (August 23, 2011)
* Add Payflow Link integration [jduff]
* Add CardSave gateway [MrJaba/jduff]]
* Quickpay: Support protocal version 4 and fraud parameters [anderslemke/jduff]
* Authorize.net: Add status_recurring [mm1/jduff]
* Paypal Express: Support specifying :items with purchase [sivabudh/jduff]
* ePay: Add Sweden and Norway to supported countries [ePay/jduff]
* Brainreee: Support passing merchant_account_id parameter [braintreeps/jduff]
* Paypal Express: Remove deprecated Address field in favor of ShipToAddress[jduff]
* Add Optimal Payments gateway [jamie/jduff]
* Documentation improvements [dasch/nhemsley/jstorimer/jduff]
* Authorize.Net: Pass through first name, last name, and zip for refunds. [ntalbott]
Between 2.4.6 and 2.4.7, the following bugfixes were included:
[20804] Bug #653056: Fix menu accelerators not working, crash
on save-while-quitting.
[20800] Bug #646541: new invoice line items default to invoice
open date instead of current date This commit partially reverts
the changes in r19134 so that customer invoices and employee
vouchers default to the current date. Vendor bills still default
to the invoice open date.
[20798] Fix report reload and options change that got broken
by the previous commit.
[20796] Force custom url handlers to lowercase to deal with
Webkit 1.4's case sensitivity. For more details, consult this
Fedora bugreport: https://bugzilla.redhat.com/show_bug.cgi?id=712268
[20792] Bug #652257 - Memory leak in gnc-file.c Patch by Tim
M
[20786] Bug #652435 - Fancy invoice export has <generic> tags
in it preventing html validation Patch by Bert Claesen
[20785] Bug #652377 - XHTML 1.0 Transitional compliance for
reports Patch by Tim M
[20784] Bug #632931 - Advanced Portfolio: new income column
shows negative amount Patch by Sebastien Alborini
[20783] Bug #651889 - Using trading accounts, new non-expanded
trading transaction shows inverted rates in exchange dialog
When using trading accounts, the exchange rate dialog has a
slightly different behavior. This patch fixes the behavior for
transactions that are created in-line and are not expanded
(single-line). It does not affect the expanded transactions or
transactions created in the new transaction dialog. Patch by
Mathieu De Zutter
[20782] Bug #651992 - Exported invoices do not render correctly
in Firefox Patch by Bert Claesen
[20760] Bug #612562 - Transfer Funds dialog - 'Show Income/Expense'
checkboxes are not working
[20750] Windows build: change default gtk theme to work around
a number of problems in the Ms-Windows theme we used before.
Particularly, this prevents the crash caused by bug #614636
and fixes the black notebook tabs that appeared after Phil
upgraded webkit and many related gnome dependencies. The new
default theme is "Nimbus" following a suggestion by Kim Wood
on the mailing list.
[20746] Bug #652193 - Upcoming Scheduled Transactions Calendar
Starting Month Error. Patch by Rich
[20745] Replace deprecated xml tag in chart of accounts templates
Between 2.4.5 and 2.4.6, the following bugfixes were included:
Preserve selection around the call to gtk_editable_set_position.
This lets us drop the racy gnucash_sheet_select_data_cb, which
fixes problems with lost input.
Add a gnc_quartz_set_menu call to main_window_new() so that
newly created windows get their menus on the mac menu.
Fix up the Mac shutdown process to give Gnucash a chance to
clean up without spewing critical errors about the main loop
already running (because of calling gnc_shutdown in an event
handler).
Bug #650241: Fix style for aging table in owner reports that
has changed (after defining doctype) Prevent inheriting the
parent tablestyle for aging table in owner-report.
Bug #650757: Fix Easy & footer styles output wrong tags </btd>
iso </b></td> preventing HTML 4.01 Transitional validation This
patch removes the wrong </btd> tags and closes the center tag
in the footer and easy stylesheets.
Bug #645221: Patch to show the headline as an h3 across all
stylesheets The attached patch makes sure that the title fonts
set through the options menu behaves consistently across all
style sheets.
Bug #620123: Patch to make account name a header cell, iso td
in trial-balance
Bug #648554: SQL backend doesn't correctly save taxable flag
on bills.
Bug #650163: Fix Technicolor style that outputs wrong tags
<btd> instead of <b><td>
Bug #650139: Fix missing doctype preventing HTML 4.01 transitional
validation Exported reports lack a document type, preventing
HTML validation. When exporting this may lead browsers to
incorrectly read the reports generated by GnuCash.
Bug #650138: Style plain: Fix incorrect <p> tag around <h3>
preventing HTML 4.01 transitional validation
Bug #649992: Let owner-report aging table include due date /
post date options in aging. The attached patch patches the
owner report to: *Allow a choice between the use of Due Date
and Date Posted *Report with the current bucket
Bug #649608: Skip non-enabled Scheduled Transactions for Future
Txn report
Update Slovak translation, copied from the Translation Project.
Bug #646729: Create the lockfile with at least read write user
permissions
Bug #647945: Add sanity check to hopefully fix crash when
running custom reports
Bug #644897: Correctly link in libgncmod-report-gnome.la to
avoid linking against an installed version.
Bug #646268: Fix missing GWEN_SYNCIO initialization.
Bug #644762: Deprecated __new__() call in function_class.py
Bug #647360: Invoice entries in expense voucher are created in
old voucher, not in new one. It worked fine for customer
invoices, and vendor bills, but not expense vouchers, where
the feature was broken all along.
Bug #647242: Fix broken averaging for quarter or half-year step
size
Bug #647316: Fix crash when deleting custom report if no backup
file existed. Before deleting the backup file by (delete-file),
it must be checked whether the to-be-deleted file exists,
otherwise the guile procedure will crash.
Fix warning about NULL guid_list in xaccQueryAddAccountGUIDMatch,
which caused some total amounts in reports to disappear.
Apparently gnc:account-get-trans-type-splits-interval didn't
watch out for empty lists of accounts, and the resulting split
list somehow was bogus. Now that we check for empty account
list, all is fine again. This was broken for some months by
now, maybe since r20404?
Bug #628342 - Quick open on File menu deleted if failed
Bug #629156 Recently Used Filenames incorrectly displayed
In 2.4.6, translations for Japanese language were updated.
= ActiveMerchant CHANGELOG
== Version 1.15.0 (May 12, 2011)
* DirecPay: Fix address to not include address2 twice in some cases [Soleone]
* DirecPay: Send company if available [Soleone]
* Realex: Fix hash signature [ntalbott/Soleone]
* SecurePay AU: Update remote tests [ntalbott]
* SecurePay AU: Fix method arity for #capture, #refund, #credit and #void [Soleone]
* Barclays ePDQ: Make response parsing more robust [Soleone]
* Payflow Express: Add line item support [wolframarnold]
* Payflow Express: Add comment field support [wolframarnold]
* Payflow: Add more optional fields [wolframarnold]
* Beanstream/Paypal: Fix CREDIT_DEPRECATION_MESSAGE errors [Jonathan Rudenberg]
* BraintreeBlue: Return a hash instead of a transaction object [braintreeps]
* BraintreeBlue: Return proper AVS/CVV values [braintreeps]
* Bogus: Add #recurring [trwomey]
* Make Validateable compatible with ActiveModel [CodeMonkeySteve]
* Add DirectEBanking offsite gateway [Gerwin Brunner/Soleone]
* ActiveSupport 3.1 beta support [cgriego]
== Version 1.14.0 (Apr 29, 2011)
* SagePayForm: Implement #cancelled? for Return. [wisq]
* Add #cancelled? to Integrations::Return [wisq]
* Bogus gateway: Add refund support and better tests [wisq]
* Beanstream: Add support for storing cards [duffomelia]
* eWay: Add support for storing cards [duffomelia]
* Add validation mode to update profile request [Ken Miller]
* Authorize.net CIM: Add oldLiveMode [ntalbott]
* Authorize.net CIM: Add extra transaction types [Ken Miller]
* JetPay: gateway tweaks [ntalbott]
* Deprecate a bunch more #credit methods [ntalbott]
* RealEx: Add authorize/capture/credit/void [ntalbott]
* SecurePay AU: Add authorize/capture/credit/void [ntalbott]
* PayPal Express: Make response parsing more robust [ntalbott]
* Test deprecation warnings; add deprecation line numbers [ntabott]
* Add Orbital direct gateway [ntalbott]
* Add WorldPay direct gateway [ntalbott]
== Version 1.13.0 (Apr 19, 2011)
* Add a Gemfile for optional bundler support [ssoroka]
* Stop using has_rdoc= when rubygems version is 1.7.0 or greater, since it's deprecated [ssoroka]
* Add tax field to braintree [wisq]
* Quickpay: Also add Sweden as supported country [Soleone]
* Adding refund method for gateways that are using the credit method for referenced based refunds, added deprecation worning to the credit method [John Duff]
* Return the Braintree transaction id in the response for void and refund transaction calls [John Duff]
* PayPal Express: Extract phone number from address if no contact phone was sent [Soleone]
* Unify all offsite gateways that verify the signature of Returns or Notifications by always using the #acknowledge method and calling the secret :credential2 [Soleone]
* Valitor: Change name of credential for Return and Notification from :password to :credential2 in symmetry with the other Integrations [Soleone]
* Moneybookers: Add support for tracking token [Soleone]
* Moneybookers: Require credential when creating Notifications instead of adding an argument to #acknowledge [Soleone]
* Moneybookers: Fix Notification to return correct status [Soleone]
* Support default Return class for all Integrations that don't use returns [Soleone]
* Add support for passing additional options when creating a Notification to all Integrations [Soleone]
* Update BraintreeBlue#refund to have consistent method signature [Jonathan Rudenberg]
* Add rails/init.rb for gem campatability in Rails [Rūdolfs Ošiņš]
* Fix Paypal Express response parser [Jonathan Rudenberg]
* Braintree/Transax: Add tax field [wisq]
== Version 1.12.1 (Mar 21, 2011)
* Ogone: Make sure response.params is a real Hash [Soleone]
* WorldPay: Fix service_url in production mode [Soleone]
== Version 1.12.0 (Mar 1, 2011)
* DirecPay: Send phone number as mobile phone by default [Soleone]
* Support sending line items for PayPal Express transactions [Jonathan Rudenberg]
* Update PayPal Express XML format to latest version [Jonathan Rudenberg]
* Fix custom image header for PayPal Express [mwagg]
* Add InvoiceID and OrderDescription to PayPal Express Authorize and Capture [cody]
* Add Moneybookers integration [Alex Diakov]
* Add QBMS (Quickbooks Merchant Services) gateway [ntalbott]
* Add NMI gateway [ntalbott]
* Make fully compatible with Rails 2 & 3, and Ruby 1.8 & 1.9 [ntalbott]
* Authorize.Net: Only return AVS message for AVS-related reason codes. [ntalbott]
* Add Federated Canada gateway [ntalbott]
* Garanti: Fix text normalization for nil values [Selem Delul]
* Valitor: Always send amount without any decimal places [Soleone]
* Add WorldPay integration [Soleone]
== Version 1.11.0 (Feb 11, 2011)
* Bump dependency for activesupport from 2.3.2 to 2.3.8 [Soleone]
* Garanti: Normalize text in xml fields for non-standard characters [Selem Delul]
* Garanti: Make sure order number does not contain illegal characters [Soleone]
* Fix ActionView tests for ActiveSupport 3.0.4 [Soleone]
* DirecPay: Make address information editable by default [Soleone]
* Fix ePDQ credit to expect and handle full authorization [Nathaniel Talbott]
* Add Barclays ePDQ Gateway [Nathaniel Talbott]
* Add default fixture for Garanti and don't use fixture for Garanti [cody]
* Add cms param for ePay [ePay]
* Add Valitor Integration [Nathaniel Talbott]
== Version 1.10.0 (Jan 20, 2011)
* PayPal Express: Support returning payer phone number [Soleone]
* Fix ePay to correctly send order number [Soleone]
* Add BluePay Gateway [Nathaniel Talbott]
* Add Quantum Gateway [Joshua Lippiner]
* Add iDEAL/Rabobank gateway [Jonathan Rudenberg]
* SagePayForm: Added send_email_confirmation (default false) to enable confirmation emails [wisq]
== Version 1.9.4 (Jan 5, 2011)
* Update Garanti gateway to integrate with new API [Selem Delul]
== Version 1.9.3 (December 17, 2010)
* Fix BBS Netaxept to change transaction type from C (for MOTO: mail order telephone order) to M (for credit card orders) [Soleone]
* Fix Iridium and ePay to work with any object that responds to credit card methods not only ActiveMerchant::CreditCard objects
== Version 1.9.2 (December 9, 2010)
* Add support for PayPal mobile payments [wisq]
* Add ePay gateway [ePay, Jonathan Rudenberg]
* Allow access to the raw HTTP response [Jonathan Rudenberg]
== Version 1.9.1 (November 24, 2010)
* PayPal Express and PayPal Pro: Send JPY currency correctly without decimals [Soleone]
* Netaxept: Make sure password (token) is URL escaped and update remote tests for updated server behavior [Soleone]
* DirecPay: Add support for additional options in Return class and add convenience method to get transaction status update [Soleone]
* Add new alias credit_card.brand for credit_card.type and handle the brand correctly in Netaxept [Soleone]
* Iridium: Do not depend on ExpiryDate class for credit_card [Soleone]
* PayFlow: Use same timeout of 60 seconds in HTTP header and XML for all requests [Soleone]
* PayPal Website Payments Pro CA no longer supports American Express cards [Soleone]
* Updated BIN ranges for Discover to match recent documents [kaunartist]
== Version 1.9.0 (October 14, 2010)
* Add support for DirecPay gateway [Soleone]
* Add SagePay Form integration gateway [wisq]
* Allow Return class to include a Notification for gateways that treat the direct response as a notification [wisq]
* Add support for PayboxDirect gateway [Donald Piret]
* Add support for SecureNet gateway [Kal]
* Add support for the Inspire gateway [ryan r. smith]
== Version 1.8.0 (September 24, 2010)
* PayPal Express: Add support for billing agreements [Nathaniel Talbott]
* Allow comparing countries [Nathaniel Talbott]
* Iridium: Fix country handling [Nathaniel Talbott]
* Iridium: Fix missing billing address [Nathaniel Talbott]
* Iridium: Do not pass CV2 if not present [Nathaniel Talbott]
* Add Iridium support [Phil Smy]
* Add Netaxept support [Nathaniel Talbott]
* PaymentExpress: Use Card Holder Help Text for the response message [Nathaniel Talbott]
* Sort the country name list [Duff OMelia]
== Version 1.7.3 (September 14, 2010)
* Fix SagePay special handling for Japanese YEN currency to not send fractional amounts [Soleone]
* Fixed the way to calculate balance variation for the linear regression
forecast method (backported from KDE4)
* Fixed a crash when a budget selected for a report is no longer present
* Don't allow import of investment transactions that don't have a share
amount. This used to end in a div by zero when calculating the price.
* Add all overdue schedules when calculating forecast
* Backported fix from Ian Neal to solve problems when opening the ledger
with specific scheduled transactions
* Fixed loop in payments of the home page when a schedule is set to
end by date
* Improved anonymizer
* Fixed transaction loader for XML file
* Don't preset date in currency calculator to today in all cases
Changes between 2.4.4 and 2.4.5 include:
* User-visible changes
* [20457] Improve message printed on screen
* Note last stable version number
* Updated translations or translation-related changes
* [20507] Various spelling fixes in comments and
translatable strings.
* Updated Dutch translation, copied from the translation
project.
* Updated Italian translation.
* Bugs fixed
* [20496] Bug #645518: Partly revert r20378, "Correct
memory leaks found with valgrind" The original author
(Alex) asked to have this part reverted as it seems to
cause the crash explained in the bugreport, but he
doesn't have time to investigate this in detail right
now.
* [20481] Bug #645640: Online transfer must not allow to
change amount in second window
* Bug #642176: Add four decimals to CLF (Chilean Unidades
de fomento) Oops, I forgot 1 digit
* Bug #642176: Add four decimals to CLF (Chilean Unidades
de fomento) While we could not find a document, which
defines the decimals, they are indispensable for the
conversion of payments in "real" CLP.
* Bug #645173 - [PATCH] Configure check uses hardcoded
webkit library name Patch by Andy Clayton.
* Bug #641645 - Support ActivePerl 5.12 for Finance:Quote
on Windows
* Bug #644688: Account edit fails to detect that no
changes have been made and marks the account 'dirty'.
* Other code/build changes
* [20501] During win32 build, if a component is already
installed, print the installation path Original patch by
plongstaff.
* [20491] Fix glade message with unintended whitespaces.
* [20487]Windows nightly build: fix webserver directory
creation hack
* [20475] Windows build: fix weekly 2.4 build and move log
files into separate directory
* [20461] Windows build: allow reset.sh to remove mingw
* [20460] Windows build: fix upload code
* [20456] Some additional Windows nightly build fixes: -
restore the original mingw/msys link, even when the
build script abort (due to a die command) - only restore
the mingw/msys link if it was saved before - weekly
builds should be on Monday, not Tuesday - upload tag
rebuilds to a directory named 'releases' instead of
'tags'
* [20455] Build server: automatically create directories
on webserver for new branches
* [20454] Rework the Windows weekly 2.4 build to avoid
parallel builds (which would fail)
* [20452] Adapt the windows build system to deal with
swapping mingw installations on one build machine
* Start the 2.4 stable branch so that trunk is now
experimental again
* Add some convenience getter functions to gncOwner.
* Whitespace and spelling corrections
* Make error message on missing <dbi/dbi.h> more verbose.
Also mention the infamous dbi database drivers here,
https://lists.gnucash.org/pipermail/gnucash-devel/2011-February/031171.html
Changes between 2.4.3 and 2.4.4 include:
* User-visible changes
* Update rev to 2.4.4
* Implement automatic creation of stock account for newly
imported OFX stocks. Only active if "auto-create
commodity" is switched on in the preferences from
r20376.
* When setting the report print name, check whether this
exact name has been used before. Append an increasing
number if that was the case.
* When setting a printer job name, remove slashes because
they are not allowes in filenames.
* Add the invoice number in the output printer job name,
if an invoice report is printed.
* Add option in OFX import to have newly encountered
commodities automatically created.
* Modify Tax Info on Account Page to display or not
display sub-account info based on whether row is
expanded. Re-apply changes reverted in r20251. The only
difference between this commit and r20207 is that,
contrary to the recommendation given in gnc-tree-view.h,
"Use GNC_TREE_VIEW_COLUMN_DATA_NONE if you plan on using
a non-model data source for this column", it cobtinues
to use "GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO". Using
"GNC_TREE_VIEW_COLUMN_DATA_NONE" generates problems
later in the "gnc_tree_view_add_text_column" routine
when it tries to set up sorting for the column ("CRIT
<Gtk> gtk_tree_sortable_set_sort_func: assertion
`sort_column_id >= 0' failed"). Define a new column,
GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in
gnc-tree-model-account.c filled with
gnc_ui_account_get_tax_info_sub_acct_string. Modify
gnc-tree-view-account.c to define a tax_info_data_func
that displays only the the data in the
GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the
row is expanded; otherwise it combines it with the data
in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT
model column. Modily the view creation function to use
the new tax_info_data_func for the text after having
first set it to GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO to
prevent the problem mentioned above, thereby overriding
it.
* Update page name if invoice/bill is renamed.
* Present already open budget page if the user tries to
open a budget more than once
* Update page name if budget is renamed.
* Updated translations or translation-related changes
* Bugs fixed
* Bug #570042: Better default for book-closing entries in
Income Statement Report Options Patch by Tristan
Faujour: Proposed patch: make reports ignore
book-closing entries I chose to: - Change the reports'
default behavior to have them ignore the book-closing
entries. - Do not change anything in reports that deal
explicitly with them. Here is the content of this patch
(everything is under gnucash/src/report): - In function
gnc:account-get-trans-type-balance-interval, depending
on an argument, closing entries can be ignored (they are
identified by xaccTransGetIsClosingTxn). - Some report
utility functions are duplicated (with a "-with closing"
suffix) to provide the legacy feature. - Equity
statement and Profit & Loss reports are modified to call
the *-with-closing functions.
* Bug #644556: Running the test as root happened to
remove /dev/null. Check for this and also fix the
respective test. Additionally, it turned out the log
system never gave notice about a log output file that
was unwritable. Added an appropriate CRITICAL error
message.
* Bug #644557 - gnucash-2.4.3: downstream patches to fix
tests linking Patches kindly provided by Gilles
Dartiguelongue <eva@gentoo.org> of the Gentoo project.
* Bug #642739 - Translog files being created in Gnucash
program installation directory Translog files for
databases are now created in a directory "translog"
inside the .gnucash dir. The files will be named
following this scheme:
<dbtype>_<hostname>_<user>_<dbname>.<timestamp>.log
* Bug #644036: Counter format validation fails on Windows
because the number format is I64i there. Note: Users
will run into a problem when copying a windows file to
linux and vice versa because the counter format will
have to be changed on the other operating system each
time.
* Bug #521817 - Guid_init causes very long startup delay
if Novell Network active P_tmpdir is set to "\" by
mingw. The way P_tmpdir is used by GnuCash, this seems
to trigger unwanted network activity. So on Windows, I'm
replacing it with "C:/temp" for now, based on
suggestions found on the internet regarding this issue.
* Bug #347265 - budget column resizing/options applies to
all budget windows
* Other code/build changes
* Tag 2.4.4
* Add some more sanity checking in common importer module.
* Refactor KVP-related functions of OFX into separate
file.
* Revert r20405, "Correct memory leaks..." - does not
compile with guile-1.6 The patch will be re-applied once
trunk requires guile-1.8, which will be done right after
the oncoming branching.
* Code cleanup in ofx importer; refactoring to get away
from the single giant long function.
* Add some more const-correctness.
* Configure simplification: Use pkg-config for libofx.
Remove obsolete external qof detection. (Somehow the
argument --with-qt3-wizard-package was writting right
inside the qof code stuff. This has been moved to the
aqbanking section now.)
* Win32: Tweak cross compiling script for webkit so that
is seems to almost compile.
* Correct memory leaks found with valgrind
* Remove unused functions for wall clock timing.
Facilities such as this should be used from external
expert libraries. Also, this is in the way when cleaning
up some log system problems in subsequent commits.
* Fix r20394: Output string clean-up was missing the date
part.
* Move business-options.[hc] from business-utils to
app-utils. As "business-core" has been dissolved, the
"business-utils" code has no more requirements than
app-utils and can be moved there because of this.
* Add ChangeLog.2010.
* Fix missing timestamp in trace files on Windows
* Additional svn:ignore settings
* Add yet more gitignores.
* Add more gitignore entries.
* Add comments to warn about lack of Windows support in
the guid_init function.
* Fix an accelerator.
* Correct memory leaks found with valgrind
* Add more debug logging.
* Minor code cleanup: Move gconf section name into header;
clarify argument name.
* Minor code cleanup in ofx importer; improve
const-correctness.
* Use qualified include path for cmake/automake
simplification
* Add additional debug markers
* Correct memory leak found with valgrind
* Remove some obsolete files These files were once copied
from gtk 2.8 to work around pre-2.8 gtk bugs when that
was still our baseline. Our baseline is currently 2.10,
so these files are no longer needed/used.
* Fix Gtk CRIT warnings introduced in r20351
* Small spelling corrections in comments and some
whitespace adjustments
Changes between 2.4.2 and 2.4.3 include:
* User-visible changes
o Only show the Save As dialog at the end of the Hierarchy
druid if it was called at the beginning of a new book,
not when a hierarchy is added to from the actions menu.
o Set a printer job name when printing reports and cheques
o Update revision to 2.4.3
o Fix invoice line ordering mismatch between register
window and reports. The new code was missing the call to
gncInvoiceSortEntries.
o Add extra toolbar buttons as shortcuts for some business
functions, "New Invoice" for now. The extra toolbar
buttons are disabled until the user enables them manually
in Preferences -> Business -> Extra buttons.
o Implement command for changing the ordering of invoice
entries by moving them up or down one row. Turned out
this is rather easy: Just swap the "date-entered" of both
items.
o Fix r20272: The text selection after auto-completion
should work correctly now.
o Extend the addr2/addr3 auto-completion also to the
shipping addr2/addr3 lines.
o Implement auto-completion on the addr2/addr3 lines of
the "New Customer" dialog box.
o Fix missing copying of invoice currency on "Copy
Invoice". Unfortunately this feature has been creating
invoices with no currency set. This leads to weird amounts
that have more digits than expected and don't sum up
correctly, and it also triggers the warning dialog "One
or more of the entries are for accounts different from
the invoice/bill currency. (...)"
o Minor tweaking of icon for duplicate invoice so that
it doesn't look grayed out
* Translation updates
* Bugs fixed
o Bug #635552: Rename "Financial Calculator" into "Loan
Repayment Calculator" I've been told (by users who know
the subject well enough) the "Financial Calculator" should
rather be called a "Loan Repayment Calculator" or a
"Mortgage Payment Calculator", as this is what is being
offered there. So I finally made this renaming.
o Bug #640357: Adding very limited Perl-Support for
doxygen Adding Doxygen commands to the Perl-scripts in
the sources I searched for every *.pl file in the GnuCash
source and added Doxygen commands like @file, @brief,
@author to better include them in doxygen. Patch by
Christoph Holtermann.
o Bug #640357: Adding very limited Perl-Support for
doxygen There are a few Perl-scripts scattered through
the GnuCash sources. This patch enables doxygen to
interpret them so that they can be provided with information
about author, date and so on. This is done by telling
doxygen that their python-files. So python-comments can
be used. The actual Perl-source is commented out by using
@cond Perl ...PERL-CODE... @endcond Perl Patch by Christoph
Holtermann
o Bug #640347: Adding Example Skripts for historic Stock
Quotes This patch adds the example skripts from
http://wiki.gnucash.org/wiki/Stocks/get_prices to the
directory python-bindings/example_scripts. Patch by
Christoph Holtermann.
o Bug #640328: This patch makes Transaction.GetSplitList
and Account.GetSplitList return Split instances I changed
gnucash_core.py so that GetSplitList methods of Transaction
and Account return Split-instances so that the user
doesn't need to call Split(instance=GetSplitList()[n]).
I checked the examples and changed one either. Patch by
Christoph Holtermann
o Bug #639906: Changing the way __format__ works for
Split and Transaction Patch by Christoph Holtermann
o Bug #641832: Workaround to avoid the current crashes
on windows. On win32 the queryf() calls below seem to
crash. On the other hand, we know the used libdbi on
windows is fine, so as a first workaround, we assume
libdbi is safe.
o Bug #642445 [PATCH] Segfault when tip_of_the_day.list
is empty
o Bug #642284: Fails to build on Ubuntu Natty Patch by
Ahmed El-Mahmoudy.
o Bug #641832: Use g_strdup_printf() instead of
dbi_conn_queryf() to format the query; the latter crashed
msvcrt. Also reverts r20287 because the root bug is fixed.
o Bug #641909: Fix broken price scatter plot The report
was unknowingly broken by the move of one function in
r20209 namely gnc-locale-default-iso-currency-code from
app-utils to core-utils, and somehow this needs a re-export
in the core-utils.scm declaration. (I don't know why.
For me, this confirms again this whole scheme plugin
stuff sucks, royally.)
* Other code/build changes
o Tag 2.4.3
o Re-indentation of source code.
o Really fix conditional configure test for gtkmm.
o Add optional module that compiles with gtkmm, i.e. in
C++. This was just a crazy idea, but it turns out to be
extremely easy. This can be used as a place for new GUI
elements which people prefer to write in gtkmm/C++ instead
of C. It's disabled by default. Use configure --enable-gtkmm
to enable it.
o Fix const-correctness of gnc-module interface.
o Add missing run-time typechecks in new code.
o Fix CRIT gtk warning if the old_page_long_name was NULL
but still passed to g_strrstr.
o Add accessor of GtkUIManager in GncMainWindow.
o QofSession: Don't push a new generic error if there's
already one available that might be more descriptive.
o Remove no-longer-correct warning about the aqbanking5
setup wizard not being implemented: It is.
o Add a Timespec constructor for the current clock time.
o Fix potential parsing of NULL strings by correctly use
an empty non-NULL string instead.
o Another error message somewhat more verbose.
o Make log warning about bad gnc_numeric print the actual
error code.
o Add address auto-completion of r20272 also for address
line 4.
o Add a common shared quickfill object for the addr2/addr3
lines of a GncAddress.
o Minor code cleanup - remove includes from header if
not necessary.
o Fix CRIT error message on program quit in the aqbanking
module.
Converts arbitrary national currency amounts using the Euro as base
unit, and typesets monetary amounts in almost any desired way. Write,
e.g., \ATS{17.6} to get something like '17,60 oS (1,28 Euro)'
automatically. Conversion rates for the initial Euro-zone countries are
already built-in. Further rates can be added easily. The package uses
the fp package to do its sums.
Changes between 2.4.0 and 2.4.2 include:
* User-visible changes
* Partly revert r20207, "Modify Tax Info on Account
Page..." The changes in the tree-model-account caused
CRITICAL gtk warnings, so we revert that part for now.
The changes in gnc-ui-utils.[hc] have been kept.
* Do not modify the entry's DateEntered when duplicating
invoice to keep the entry ordering. Follow-up to r20115.
* Modify Tax Info on Account Page to display or not
display sub-account info based on whether row is
expanded. Revert changes made in gnc-ui-util.c in rev
20039 and instead put those changes in new function:
gnc_ui_account_get_tax_info_sub_acct_string. Define a
new column,
GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in
gnc-tree-model-account.c filled with
gnc_ui_account_get_tax_info_sub_acct_string. Modify
gnc-tree-view-account.c to define a tax_info_data_func
that displays only the the data in the
GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the
row is expanded; otherwise it combines it with the data
in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT
model column. Modily the view creation function to use
the new tax_info_data_func.
* Open the newly created invoices for editing after
import.
* Make the splash screen stack as a regular window instead
of stacking in front of everything else.
* SQL Backend Version Control: The final part. New error
dialog boxes for ERR_SQL_DB_TOO_OLD and
ERR_SQL_DB_TOO_NEW Marks the book read-only if the user
doesn't upgrade a too-old db and when the user tries to
load a too-new db.
* Provide more detail in commit error when it's caused by
a read-only book. Mark error message for translation.
* Throw an error and return if if the book is marked
readonly.
* Add icons for Duplicate Invoice functionality
* This patch adds a new option under Edit -> Preferences
-> Date/Time that looks like this: Date Completion When
a date is entered without year, it should be taken: (*)
In the current calendar year ( ) In a sliding 12-month
window starting this many months before the current
month: [ 6 ] Patch by Peter Selinger with minor
modifications
* Fix a bug introduced in 20042 which caused lists of
Scheme strings passed to C code to be garbage. This
caused online price quotes to fail for anything other
than a currency.
* Make it possible to include trading accounts in the
Income Statement and Profit and Loss reports.
* Additionally, make the "Duplicate Invoice" feature
available as menu item and toolbar button when viewing
an invoice.
* Implement "Duplicate Invoice" feature, where a new
invoice is created as a copy of an old one with new date
and new ID. This patch makes this feature available as
button "Duplicate" in the search window.
* Make reconcile+update import action of r20021 bug#373415
enabled by default because it's so useful.
* Fix version number in welcome report.
* Set sort order for GncEntry quickfill to LIFO by-date.
Previously, the insertion order was random instead of
by-date.
* Activate balance averaging in account piechart report,
introduced in r19253.
* Add budget name to budget tab
* Add info about sub-accounts to Tax Info column on
Accounts page.
* A plugin to import CSV data as a new invoice or bill.
Based on code written by Sebastian Held. Also includes a
python script to massage a downloaded order form into
the correct format for import. See
contrib/rapid2gnucash.py This works with Rapid
Electronics (UK) and can be used as a basis for other
vendors. Users need to add a line in their
~/.gnucash/config.user for the module to be loaded:
(gnc:module-load "gnucash/plugins/bi_import" 0) See bug
#624911 for more details.
* Add "copy budget" command to menu. Works like "open
budget" except that a copy of the budget is made with
the name "Copy of "+name of old budget. This command
will allow you to easily create a copy of your 2010
budget and change its name to "2011". I also plan to add
UI capabilities to more easily manipulate budget
numbers.
* Fully implement auto-completion in the invoice entries
on the description field, separately for bills or
invoices. The quickfill is obtained from the global
cache of the GncEntry's descriptions, one for invoices,
one for the rest. The auto-completion is a simple query
to get the newest entry with the same description, but
limited to invoices or bills, respectively.
* Add a new report: Customer Summary. This report shows a
table of all customers and the sales, profit, and markup
in that table.
* Add a new report: Future Scheduled Transaction Summary.
* Improve GncEntry quickfill to create separate quickfills
for invoices and bills
As well as lots of bug and translation fixes.
The GnuCash development team proudly announces GnuCash 2.4.0, the
latest stable release of the GnuCash Free Accounting Software. With
this new release series, GnuCash can use an SQL database using
SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris,
Microsoft Windows and Mac OSX.
WARNING: You should uninstall any earlier GnuCash version from your
system prior to installing 2.4.0.
Failing to do so may result in startup errors. In particular on
Windows this may cause "Parse error: entry point not found" errors.
Major changes in the 2.4.0 release include;
* In addition to the XML backend, Gnucash can now use a SQLite3,
MySQL or PostgreSQL database to store the data. This is a new
implementation using libdbi. It supports all features including
the business features. In order to build with this, add
--enable-dbi to the configure command. In addition to the
libdbi-dev package for your distribution, you will also need
the appropriate DBD (libdbi driver) package for sqlite3, mysql
or postgresql.
(not enabled in pkgsrc due to lack of recent libdbi)
* As a replacement for the current GtkHTML HTML engine used to
display reports and graphs, Gnucash can use WebKit. WebKit is
the engine used by Google Chrome on Windows and Safari on Apple.
(enabled in pkgsrc)
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Ajust new ruby package's framework.
Changes are over 100 lines, please refer HOMEPAGE for detail.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Set LICENSE.
LibOFX 0.9.0:
- this release now exports version information thus allowing depending applications
to determine the version of LibOFX to compile against
- some fields have been added to OfxFiLogin to allow for modification of some
OFX header fields in outgoing requests. Together with the latest AqBanking3 this
should fix the problem with servers suddenly rejecting connections from LibOFX
applications
- the calling application can now tell libofx where the data files reside. This allows
for relocatable binaries (most importantly on Windows)
- some warnings from recent versions of GCC have been fixed
- libOFX can now easily be cross-compiled for Windows on Linux
- the OFX header is now scanned for a hint regarding the encoding of the document and
convert the data to UTF8 if iconv is available at compile time.
- the API for online requests has been cleaned up
What's new in KMyMoney 1.0.3:
. The KMyMoney development team is pleased to
announce a major step forward for what has been
described as
. "the easiest personal money tool out there",
with the availability of a new stable release,
version 1.0.3.
. This is a maintenance release which fixes a few
bugs that have been reported and has some updated
translations.
What's new in KMyMoney 1.0.2:
. This is a maintenance release which fixes a few
bugs that have been reported and has some updated
translations.
What's new in KMyMoney 1.0.1:
. This is a maintenance release which fixes a
crash when creating credit card and loan accounts.
Since our latest stable release, 0.8.9, a lot of effort has been
put by the developers and the community to add new features and
test them to make this a rock-solid release. Over 2 years of
development have seen the addition of budgets, a forecast feature,
many new reports, report charts, a complete redesign of the import
feature, which allows for a much easier migration from other
application and a swifter synchronization with online banking. The
support of PGP encryption for the KMyMoney files has been improved
too, including the option to have multiple keys for a single file,
so no one can access your financial your financial records. The
summary view has been revamped to show more and more useful
information, allowing you to have an overview of your finance at
a glance. Also, there are now translations for 22 languages, though
not all of them are as complete as we would like, and we have users
wherever KDE3 is installed. That results not only in a greater
quality application, but also in one that can be customized to fit
the needs of a wide range of users. Additionally, if you use either
Oxygen or Tango icons, you can enjoy the exclusive sets of icons
we have prepared for this release, because finance can be good
looking too! In between all that work, we have fixed a lot of bugs
and little annoyances to make this the best KMyMoney release ever!
Into the future, the effort to port the application to KDE4 is
already underway. Following our usual conservative approach, the
first release for KDE4 will be very similar to this one, featurewise.
Subsequent releases will take full advantage of the new platform.
Also, the coordination work with other KDE4 financial applications
under the umbrella of the nascient KDE Finance group opens the door
to other exciting possibilities.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
- Updating package for p5 module of Finance::Currency::Convert::WebserviceX
from 0.07000 to 0.07001
- Setting LICENSE=${PERL5_LICENSE} according to META.yml
- Using Module::Install as module type
Upstream changes:
0.07001 Sun May 2410:32:43 2009
- Fixed problem with result cache: #RT46216 - (DELTA) Christian Lackas
build problem.
* Add LICENSE
== Version 1.4.2 (April 24, 2009)
* Fix typo in Authorize.net CIM [infused]
* Add missing ISO countries [Edward Ocampo-Gooding]
* Add support for Guernsey to country.rb [cody]
* Add American Express to the MonerisGateway [cody]
* Use :words_connector instead of connector in RequiresParameters [cody]
* Fixed CreditCard not validating start_month and start_year when set as string [Tekin]
* Update PostsData to support get requests [cody]
* Fix broken Quickpay remote test [cody]
* Update Quickpay gateway to v3. Add support for offsite integration for Danish Dankort cards [Lars Pind]
* Use default partner id when passed in :partner is blank with PayflowGateway [cody]
* Remove PayflowGateway.certification_id [cody]
* Set Response#test? to true in TrustCommerce gateway when using the demo account in production [cody]
* Correctly set Sage.supported_countries [cody]
* Add BogusGateway#void [Donald Ball]
* Fix PSL gateway capturing [cody]
* Fix failed Visa debit purchases with PSL gateway start date info is present [cody]
* Support personal fixtures file on Windows [cody]
* Clearer variable naming for BraintreeGateway#authorize [Jonathan S. Katz]
* Fix brittle Authorize.net tests [cody]
* Add support for Authorize.net duplicate window [Seamus Abshere]
* Return transaction id for PayPal refunds [jxtps435]
* Allow storage of e-checks with BraintreeGateway [jimiray]
* Add test URL to PayJunction gateway [boomtowndesigngroup]
* More robust parsing for Wirecard gateway [Soleone]
* Pass the issue number to CardStream verbatim and update test card numbers [Soleone]
== Version 1.4.1 (December 9, 2008)
* Update CardStream URL. Note that you will also need to update your login id. [cody]
== Version 1.4.0 (November 27, 2008)
* Return failed authorization when SkipJack purchase fails [Tron, cody]
* Update README [cody]
* Add metadata to Authorize.net CIM gateway [cody]
* Make ActionViewHelper compatible with changes to concat method in ActionPack [cody]
* Remove PayPal and Payflow Name-Value gateways. PayPal is no longer terminating the Payflow XML API. [cody]
* Don't directly use the inflector in the action view helper [cody]
* Work around Rails Inflector change [cody]
* Add configurable timeouts to PostsData [Michael Koziarski]
* Add valid_sender? method to gateway integrations [Soleone]
* Fix PayPal error parsing [cody]
* Fix MIT-LICENSE [cody]
* Add a payment gateway for Website Payments Pro Canada [cody]
* Fix shipping amount option in Sage gateway [Darrick Wiebe]
* Improved message and error message handling [Soleone]
* Get Wirecard working in the Live environment [Soleone]
* Remove dead code in PayPal Common API files [cody]
* Use the PayPal short error message if the long message is empty [cody]
* Fix unit tests when being run by Cruise Control [cody]
* Add support for PayPal Fraud Review Response [cody]
* Add testing support for German Wirecard Gateway [Soleone]
* Specify required version of ActiveSupport [cody]
* Make ssl_strict a superclass_delegating_accessor so the entire application's validation of SSL certs can be disabled in the event of certificate problem. [cody]
* Make Gateway.application_id a superclass_delegating_accessor so it can be set from outside the subclass definition [cody]
* Add Discover to the list of supported card types for Braintree [cody]
* Add support for Modern Payments gateway [Jeremy Nicoll, cody]
* Add support for EFT/ACH and Interac Online to the BeanstreamGateway [cody]
* Document the SageGateway [cody]
* Add support for echecks with SageGateway. [cody]
* Handle all successful SecurePay AU response codes [cody]
* Get SageGateway working with real test account. Improve test suite. [cody]
* Unify TrustCommerce, Payment Express, and Braintree CC storage [benjamin.curtis]
* Update to use new Payflow Pro URLs [cody]
* Fix missing Content-Type header for Ruby 1.8.4 [cody]
* Fix Authorize.Net CIM response.message [patrick.t.joyce]
* Add JCB and Diners Club as supported cards to SageGateway [cody]
* Add CA country code to Sage gateway's supported countries [cody]
* Add support for Sage Payment Solutions gateway [cody]
* Add test mode detection to Beanstream [cody]
* Add support for Beanstream payment gateway [xiaobozz]
* Add support for PayPal NV Pair API. Will be used to replace the usage of the PayPal SOAP API in ActiveMerchant in the future [Greg Furmanek, cody]
* Protx does support UK Maestro [cody]
* Add tests for length of UK Maestro cards [cody]
* Return all the error messages and codes from paypal responses [cody]
* Fail hard when attempting to capture without a credit card with NetRegistry [cody]
* Add support for the order fields to the create_customer_profile_transaction in Authorize.net CIM. [Patrick T. Joyce]
* Strip invalid characters and limit lengths of Protx customer data [Simon Russell]
* Fix empty start or end dates in Protx [Simon Russell]
* Add support for Authorize.net CIM [Patrick T. Joyce, Ian Lotinsky]
* Add option to skip order review to all PayPal Express gateways [garret.alfert, cody]
* Add capturing partial amounts, fix issue number formatting, fix authorization string when nil values returned, fix parsing of multiple '=' characters, simplify message_from [Simon Russell]
* Fix StartDate in ProtxGatewy [cody]
* Add support for refunds and continuous authority references to DataCashGateway [joel.chippindale]
* Fix gross in HiTrust notification. Don't use Money object in Verifi gateway [cody]
* Initial implementation of Payflow Name-Value API [Greg Furmanek]
* Add support for CyberSource credits [mjuneja]
- Updating package for p5 module Locale::Currency::Format from 1.26
to 1.28
- Setting gnu-gpl-v2 as license
- removing dependency to p5-Locale-Codes, because it uses nowhere
in Locale::Currency::Format
Upstream changes are not recorded
2009-04-13 Erik Colson <eco@ecocode.net>
* Release 1.16
2009-04-12 Erik Colson <eco@ecocode.net>
* BUGFIX: Bourso.pm allmost completely rewritten due to website change.
* BUGFIX: Morningstar.pm patched by Fredrik Persson.
* BUGFIX: AEX.pm patched by Herman van Rink.
2009-03-19 Erik Colson <eco@ecocode.net>
* BUGFIX: 12:XXpm formatted time handling.
2009-03-04 Erik Colson <eco@ecocode.net>
* RENAMED ITE is now RZR
2009-03-02 Erik Colson <eco@ecocode.net>
* BUGFIX: ZA.pm patched.
2009-03-01 Erik Colson <eco@ecocode.net>
* BUGFIX: Stephen Ebelt patch applied for goldmoney.pm
* BUGFIX: Encoding problem solved by Ashwin
2009-02-16 Bradley Dean <bjdean@bjdean.id.au>
* NEW: Function fetch_live_currencies.
2009-02-15 Bradley Dean <bjdean@bjdean.id.au>
* NEW: Module Finance::Quote::Currencies created for use in
currency_lookup.
2008-12-05 Erik Colson <eco@ecocode.net>
* Finanzpartner module adapted to site updated. By Jan Wilamowius.
* Morningstar patched by Fredrik Persson.
2008-11-09 Erik Colson <eco@ecocode.net>
* Bourso.pm updated due to website update. By Bernard Fuentes
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2.2.9 - 23 February 2009
Welcome to the GnuCash 2.2.9 Release.
Fixed Bugs:
o #339027: Reconcile window should display the date
o #435642: Crash editing results of a find
o #438132: Warning about commodity being NULL for root account on save
o #462148: Report output is vertically inverted and bottom up
printed (mirror, reverse, &c.)
o #514455: Dutch (Netherlands) translation of account templates
o #526775: Win32: Crashes when importing brokerage account data
o #542382: Assign GnuCash to file name extension .gnucash
o #564209: Improved debuggability for module loading
o #564450: HUF currency handling incorrect as 1HUF divided into
100FILLERs
o #564928: Segfault when closing a invoice tab
o #565421: gnc-date-edit.c did not compile with Gtk < 2.10
o #565721: Multicolumn report options: Report names are not translated
o #566198: Slovakia joined the Euro
o #566352: Crash during OFX import under Win 2000 / SP4
o #566567: Scheme modifications are not built on windows
o #567174: Files with NIS stocks fail to open
o #568327: Using most "budget" reports, without a budget
defined crashes gnucash
o #568653: Add SKR49 template
o #568945: The gnc_pricedb_convert_balance_... methods should
look for the reciprocal of the exchange rate
o #569734: Give the template root account a name
o #570166: Weird text entry box when typing on Account Tree page
o #570894: Use of symbol t, which is not defined in all guile versions
o #571220: Program won't start if SCHEME_LIBRARY_PATH is set
Other Changes:
o Added German account template for a Wohnungswirtschaft business
o Fixed french business account templates
o Updated translations: Catalan, Chinese, German, Italian
2.2.8 - 14 December 2008
Welcome to the GnuCash 2.2.8 Release.
Fixed Bugs:
o #115066: "Search For" dialog shows all when criteria is left as
default
o #128774: "Edit exchange rate" context menu item disfunctional often
o #137017: date of transaction change with time zone change
o #339433: TiaaCref price quote dates off by one day
o #340041: 0 as an amount should be allowed in Exchange Editor
o #345980: changing Stylesheet doesn't commit
o #347274: to track the difference between budgeted and actual amounts
in the budget report
o #348860: Error with saved multicolumn reports
o #405472: Unable to save changes on files opened over FUSE and sshfs
o #432457: Security/stock import should follow tutorial regarding
Account Name
o #435427: "Generic import transaction matcher" dialog does not sort by
date
o #436342: Currency exchange druid does not show on changed
o #436920: crash on loading OFX data for a commodity that exists
without cusip field
o #492417: currency mapping of New Israeli Shekel
o #529494: Wrong fractional precision in register with multi-currency
transactions
o #532889: Monthly scheduled payments preview shows wrong dates
o #536299: Fix two underlinking issues
o #539947: OpenSolaris:__FUNCTION__ not defined in sun cc
o #543332: Severe performance regression in Average Balance report
o #548218: OpenSolaris: $(expression) cause configure error on solaris
o #554042: OpenSolaris: configure fail on checking 'unsigned long is at
least as big as guint32'
o #557604: date-utilities.scm typos
o #557374: MT940 import does not work
o #563160: Multicolumn report: Confusing order of "Column span" and
"Row span"
o #563273: crash in GnuCash Finance Management: Starting GnuCash
o #564033: aqbanking plugin: g_module_open failed: WEXITSTATUS undefined
Other Changes:
o Fix account defaulting for posting vendor bill
o Fix tax-related inconsistency in UI
o Fix the average cost price source computation for a certain case
o Add account templates: Dutch, Finnish
o Update account templates: Italian, Slovak
o Update translations: Finnish, German, Hebrew, Italian, Japanese,
Russian, Slovak, Simplified Chinese
2008-10-26 Erik Colson <eco@ecocode.net>
* BUG correction : IndiaMutual.pm: symbol not set it module.
* Release 1.15
2008-10-21 Erik Colson <eco@ecocode.net>
* BUG correction : function isoTime - make sure $hours and $mins are treated as numbers
* use sprintf in isoTime
2008-10-15 Erik Colson <eco@ecocode.net>
* Release 1.14
2008-10-13 Erik Colson <eco@ecocode.net>
* Finanzpartner.pm added by Jan Willamowius
2008-10-12 Erik Colson <eco@ecocode.net>
* isoTime function added
* added quote.t
* yahoo time is now format using isoTime
2008-10-11 Erik Colson <eco@ecocode.net>
* added prerequisite for HTML::TreeBuilder
* union.t from todo
2008-10-10 Paul Fenwick <pjf@cpan.org>
* TEST: Ensure Data::Dumper is not accidently left in
F::Q code.
2008-10-07 Erik Colson <eco@ecocode.net>
* Root README added
* BUGFIX: asx.t
2008-10-05 Erik Colson <eco@ecocode.net>
* Added Cominvest module from Stephan Ebelt
2008-10-04 Erik Colson <eco@ecocode.net>
* Failing tests moved to todo-state for trustnet, usfedbonds,
bourso, deka, union
* BUGFIX: currency.t
* BUGFIX: lerevenu.t - index ID corrected
2008-10-02 Erik Colson <eco@ecocode.net>
* Failing tests moved to todo-state for ftportfolios, aiahk, nzx,
maninvestments.
2008-09-30 Paul Fenwick <pjf@cpan.org>
* BUGFIX: Applied patch from Bill Carlson to fix Tiaacref.pm.
Thanks Bill, you rock!
2008-09-28 Erik Colson <eco@ecocode.net>
* StockHouseCanada.pm updated to new site layout
* DWS.pm updated
2008-09-27 Erik Colson <eco@ecocode.net>
* VWD.pm updated to new site layout
* TSX.pm added
2008-09-27 Paul Fenwick <pjf@cpan.org>
* DOCUMENTATION: Fixed malformed formatting in authors
email addresses in Fiannce/Quote.pm.
2008-09-26 Erik Colson <eco@ecocode.net>
* AEX.pm updated to new site layout (comma used in numbers)
2008-09-22 Paul Fenwick <pjf@cpan.org>
* BUILD: Module::Install 0.77 is now used for building
and installation. (PJF)
* TESTING: Finance::Quote's test system has been restructured.
Tests are now run during installation, but online and author
tests are skipped by default. (PJF)
2008-09-21 Erik Colson <eco@ecocode.net>
* lib/Finance/Quote/Yahoo/Brasil.pm: Enable semicolon.
2007-05-13 David Hampton <hampton@employees.org>
* lib/Finance/Quote/SEB.pm: Patch from Henrik Riomar <henrik.riomar at
gmail.com> to fix a problem finding quotes for funds with the Swedish
chars åäö in the name.
* lib/Finance/Quote/IndiaMutual.pm: Patch from Devendra Gera <gera0ul
at yahoo.com> to remove white space when splitting the results in the
AMFI data file.
This module calculates the Modulus 10 Double Add Double checksum,
also known as the LUHN Formula. This algorithm is used to verify
credit card numbers and Standard & Poor's security identifiers such
as CUSIP's and CSIN's.
You can find plenty of information about the algorithm by searching
the web for "modulus 10 double add double".
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2.2.7 - 26 September 2008
Welcome to the GnuCash 2.2.7 Release.
Fixed Bugs:
o #139651: Register: Split transaction with multiple currencies fails
o #309863: Balance Sheet: Rounding errors with prices from pricedb
o #341362: Price Editor: Price is displayed as fraction instead
of decimal
o #376298: Price Editor: Window Contents Corrupted After
Manually Adding a Price
o #378734: Drop down calendar only works once
o #430121: Incorrect Sign Symbol for Fractional Commodity/Security Sale
o #454340: Security Editor: duplicate rows after editing a security
o #454827: Reports: Incorrect share value of stocks in foreign currency
o #464771: Investment Portfolio: Report crashes without price data
o #483393: Reports: Allow mixed denominators in numeric collectors
o #504935: Add currencies XDR and XXX
o #506873: Win32: Cannot install online price retrieval with
ActivePerl 5.10
o #520570: Drop-down calendar for "reconcile information" non-responsive
o #522095: Updating stock prices does not update totals shown in windows
o #526313: GnuCash does not support the new currency in Venezuela
o #529816: Supplement "CUSIP" by "ISIN", to give people outside
USA a hint
o #539640: Price Editor: Security disappears from price list
o #539962: Void function cannot return value with sun cc
o #540148: GnuCash cannot be built with libgoffice-0.8
o #541970: Balance Sheet: "Nearest in time" exchange rate not correct
o #543061: Fractional not working in IDR (rupiah) currency
o #543780: Transfer Dialog: CRIT messages in gnucash.trace from
exchange rate dialog
o #545316: Drop-down calendar is not clickable when posting invoice
o #545722: Can't change date in dialog boxes
o #546064: gnucash.desktop file does not comply with
desktop-file-validate
o #548601: AqBanking Import: Obscuring zero balance windows
after getting transactions
o #548891: QIF Import: GnuCash crashes when
.gnucash/qif-accounts-map is readonly
o #549115: Popup calendar unresponsive in modal dialogs
o #549595: Silently removes main files while trying to save without lock
o #549738: Reports: Default date on aging and customer reports
is too far in the future
o #551038: Reports: Alt-O shortcut in report options dialog crashes app
o #552306: Fails to save file when using a network filesystem on Mac
Other Changes:
o New Finnish translation
o Complete Romanian translation
o Usability improvements in the price and the security editor
o Lower number of false positives when checking aqbanking
results for failures
o Correct import of remote names, zero balances from aqbanking3
o Update translations: Catalan, Dutch, German, Italian, Polish
2.2.6 - 27 July 2008
Welcome to the GnuCash 2.2.6 Release.
Fixed Bugs:
o #129099: Register: Optionally show leaf names instead of full names
o #144669: Register: Shortcut to filter accounts by account number
o #313660: QIF Import: Can't stop progress on long importing process
o #336192: QIF Import: Allow new namespaces when defining new securities
o #353880: Reports: Options dialog violates HIG, add borders.
o #309359: QIF Import: "unknown Action '..'" shown many times
o #452354: Average Balance Report: Translate account type option names
o #454305: Trial Balance Report: Wrong after negative Stock Split
o #460721: Balance Sheet: Should have a "value at cost" option
o #463320: Trial Balance Report: Does not add up correctly
o #470656: Preferences, Win32: Crash when setting accounting period
o #475980: QIF Import: Forward and Back don't follow same path
o #489502: Register: Account autocompletion ignores new
separator until restart
o #501490: Balance Sheet: Incorrect in presence of stock sale
o #502646: Win32: Crash entering dates before 1/1/1970 in dialogs
o #506499: Win32: Crash after online banking transfer
o #512991: Invoices: Do not allow posting to placeholder accounts
o #514210: QIF Import: Allow multiple selections for account mapping
o #515163: QIF Import: Eliminate pointless mappings
o #521403: Reports: One more option in "Price Source" in Stock
Value Reports
o #526883: Transaction Report: Question marks instead of month
in cyrillic locale
o #528835: Crash when creating SKR04 accounts with German locale
o #530924: Customer Report: Honor the used column list
o #531662: Budget report: Crash on #f in budget->guid
o #532405: Win32: Guile crashes on strftime formats containing %e
o #535407: QIF Import: Crash on invalid or unsupported date format
o #538800: Balance Sheet: Gives wrong results
o #539654: Reports: html-table-append-column! in html-table.scm crashes
o #539829: Build Process: qofsession.c compile warning
o #540207: Reports: Show a table of data beneath barcharts
o #542472: Reports: Period does not default to Accounting Period
o #542967: Reports: Options dialog title shows GUID
Other Changes:
o New Hebrew translation
o Add support for aqbanking3
o Correct quickfill directions in transfer dialogs
o Add QIF importer support for importing to A/R and A/P account types
o QIF importer loading speedup and visual feedback, further improvements
o Avoid crashing if a report's option generating procedure
causes a Scheme exception
o Make the new option Average Cost the default for several
reports
o Make weighted average price source computations ignore zero
amount splits
o Support calculation of unrealized gains/losses on liabilities
in balance sheet
o Allow creating new accounts from the general ledger
o Fix some compiler warnings, minor build system improvements
o Update translations: Catalan, German, Russian, Traditional Chinese
Locale::Currency::Format is a light-weight Perl module that enables
Perl code to display monetary values in the formats recognized
internationally and/or locally.
This is a lightweight module to do currency conversion using the
Currency Converter web service at http://www.webservicex.net/.
The motivation for this module was many fold. First,
Finance::Currency::Convert with Finance::Quote was a little too
bulky for my needs, esp the need to download or maintain conversion
tables. Finance::Currency::Convert::Yahoo seemed to be based on
screen scraping. Way to fragile for my taste.
Finance::Currency::Convert::XE has usage restrictions from XE.com.
[No offense intended to any of the authors above]
The Data::Currency module provides basic currency formatting and
conversion:
my $price = 1.23;
my $currency = Data::Currency->new($price);
print $currency->convert('CAD')->as_string;
Each Data::Currency object will stringify to the original value
except in string context, where it stringifies to the format
specified in format.
2.2.5 - 27 April 2008
Welcome to the GnuCash 2.2.5 Release.
Fixed Bugs:
o #166101: Register: Topmost splits' accounts are rewritten confusingly
o #341414: QIF Import: Changing account separator breaks saved account
mappings
o #341608: Transaction Report: Filtering void/non-void doesn't work
o #347474: Register: Tab goes to wrong split
o #396665: QIF Import: Detect and convert non-ascii character encoding
of QIF files
o #450354: QIF Import, Win32: Can only load files from ascii paths
o #475960: Reconciliation: Postponed balances of liability accounts are
not reversed correctly
o #467529: Check Printing: Align_n not working in custom check
definitions
o #509089: QIF Import: Duplicates windows shown after Scheme error
o #511182: QIF Import: Saved commodity mappings lost after import to
new GnuCash file
o #511231: QIF Import: Use QIF security type to provide better default
namespace
o #512208: QIF Import: New commodities remain if import canceled
o #512841: Register: Crash in expression parser on nullary functions,
like pmt()
o #514027: QIF Import: Commodities page is skipped if you go back to
currency page
o #519988: QIF Import: Error reporting doesn't follow GnuCash guidelines
o #520606: QIF import: Memo mappings for non-split, non-investment
transactions are ignored
o #521957: Auto-save not canceled on opening other files
o #522795: QIF Import: Does not support "ShtSell" or "CvrShrt"
transactions
o #523194: QIF Import: Existing commodities can cause import failure
o #523922: GnuCash ships the wrong scalable icon and no small (22²,
24²) sizes
o #527459: QIF Import: Support voided transactions
o #527886: QIF Import: Support QIF numeric formats of 12'345.67 as
produced by Quicken 4
o #529232: Average Balance Report: Reversing the starting balance
distorts the numbers
Other Changes:
o Add a new Liberty(tm) check format
o Show QIF import documentation by default
o Improve cancel behavior in reconciliation window
o Fix a few memory leaks
o Update translations: Brazilian Portuguese, German, Romanian, Russian,
Swiss German
finance/ruby-activemerchant.
Active Merchant is a Ruby library for dealing with credit cards,
payment processors and shipping. It has a simple and unified API to
access dozens of different payment gateways with very different internal
APIs.
2.2.4 - 02 March 2008
Welcome to the GnuCash 2.2.4 Release.
Fixed Bugs:
o #106242: qif Importer should warn users about dates before 1970
o #106383: feature request: close year end
o #123312: QIF Import: Autoselection of Stock Exchange during import
o #336211: QIF Import generates spurious duplicate transactions
o #360058: GnuCash crashes on QIF-import after changing
account's separator to * (asterisk)
o #373584: Rounding error in QIF import of commodity transactions
o #454834: Memo Incorrect or missing in Transaction Report
o #457591: QIF import does not handle tabs at top of file
o #481528: QIF importer should show imported transaction as
possible duplicate if original transaction is split
o #503166: QIF Import Druid Flow incorrect
o #506798: Custom Reports don't allow sorting by Account Code
o #506873: 'Install Online Price Retrieval' fails with ActivePerl 5.10
o #506810: QIF Import can mismatch account transfers
o #510221: Include Mexican Accounts
o #510630: typo in description of BUYMF transaction (OFX import)
o #510725: crash importing a .OFX file
o #510940: Unrecognized date format causes crash
o #510962: QIF transactions without dates are silently ignored
o #511006: Commodity creation skipped due to saved mappings
o #512166: doesn't build with glib-2.15.3
o #512173: Empty "match payees/memos" druid step shown
o #512497: Investment transactions ignore payee/memo mappings
o #513088: "Find" immediately unmaps window
o #513829: Investment account may be created with Stock account type
o #516178: Scheme error during progress dialog causes freeze
Other Changes:
o Recognize 401k/403b in QIF import
o Remove superfluous trailing colons of de_DE SKR04 account names
o Add russian account templates
o Add Swiss German translation
o Update translations: Brazilian Portugese, German, Greek, Russian,
Simplified Chinese, Slovak, Spanish
2.2.3 - 06 January 2008
Welcome to the GnuCash 2.2.3 Release.
Fixed Bugs:
o #114724: QIF importer drops split details for transfers with
identical amount
o #463678: xfer dialog from CC auto-payment from reconcile doesn't
display accounts
o #495219: QIF-Importer handles memo from transactions wrong
o #497517: Transactions set to 'c' in the R(econciled) field of the
register are incorrectly set to 'n' when postponing a
reconciliation
o #503889: Should install icons into expected locations
o #504007: QIF Import Druid does not allow selecting currency
o #504257: Need to replace old Afghanistan Afghani (AFA) with new
Afghanistan Afghani (AFN)
o #504261: Start on W2K fails with Entry Point Not Found (KERNEL32.dll)
o #505386: Gnucash looses transactions if the file contains special
characters
o #505972: SX-related segfaults in 2.2.2
o #506074: Fractional timezone offsets not always handled correctly
o #506429: "Last Day of Month" SXes saved on wrong day of week
o #506671: Add cyprus, maltese and slovenian currencies to EURO support
o #506714: progress bar during launching
Other Changes:
o New Vietnamese translation
o Improve several minor strings
o Update translations: Dutch, German
o Some business report improvements regarding date parameters
o Fix gcc 4.2.x compiler warnings
o Use aqbanking pkg-config file and require < v2.9, allow goffice v0.6
2.2.2 - 16 December 2007
Welcome to the GnuCash 2.2.2 Release.
Fixed Bugs:
o #336240: advanced portfolio - the basis calculation is not
working properly in funds
o #343245: Advanced Portfolio gets basis wrong with stock split
o #343448: Hide unused horizontal scrollbar
o #344566: Advance Portfolio has wrong Realized Gain
o #347739: Advanced Portfolio calculates values incorrectly
when it involves a capital loss
o #438360: Case-insensitive search for non-ascii characters broken
o #460232: advanced portfolio report fails
o #467521: Persistent splash screen blocks "could not obtain
lock" warning
o #467532: Clipping check fields in gtkprint is not consistent
with clipping in gnomeprint
o #468681: RFE: Customizable summary bar position
o #470750: src/design/*.texinfo refers to non-existent GncBooks API
o #470801: Tip Of The Day says 2.2.1 is development version
o #473827: chinese translate for gnucash account
o #475666: Missing national currency CUC
o #476189: Configure script should fail when gettext is not installed
o #481110: Win32: Crash when opening SX Editor
o #482177: Customer report shows no invoices or detail with 2nd
A/Receivable
o #483796: Fancy Invoice - Report Error
o #484576: Configuration error with goffice 0.5
o #487317: QIF import druid crash when stepping back and forth
from the "loaded files page" without selection
o #487326: Preferences dialog does not remove all its gconf callbacks
o #487572: advanced portfolio breaks on "Most Recent to Report"
o #488001: speed up several reports that rely on html-acct-table.scm
o #488004: provide a two-column income-statement
o #490679: GnuCash doesn't honor the GNOME toolbar settings
o #491581: Import 'Cash' Action (in Investment Accounts)
o #492137: Lot scrubber doesn't add splits to existing lots correctly
o #496023: Pressing ESC Cancels modifications whether you
choose yes or no.
o #496178: gnucash segfaults with troublesome automatic transactions
o #499360: Crash when editing a commodity whose quote source
timezone is set to local time
o #499788: gnucash-make-guids does not work, fails with
"Unbound variable: gnc:guid-new"
o #500026: [PATCH] Report correct package for qt3-wizard
o #500427: SX creation doesn't include template transaction "Notes"
o #501059: GnuCash leaks since last run dialogs
o #502755: GnuCash hangs after modifying SX
o #503579: win32 packaging fails installing mingw
Other Changes:
o Many changes to the german SKR03 and SKR04 account templates
o Include updated GNOME libraries and a patched ORBit2 in Win32 build
o Improve resizing of search and invoice posting dialogs
o Add MimeType directive for GnuCash data files
o Fix some new compiler warnings
o Add AZN [Azerbaijani Manat]
o Add COU [Colombian Unidad de Valor Real]
o Add MZN [Mozambique Metical]
o Some occurrences of "Open Source" were changed to "Free"
o Update translations: Brazilian Portugese, Czech, German,
Japanese, Traditional Chinese