Welcome to GnuCash.org
Download GnuCash 2.2.9
Linux Source | Via distribution
Microsoft Windows XP/Vista/7
Mac OS X Intel | Power PC | Readme- More downloads (Source, Development,...)
GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.
Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses. As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports.
Feature Highlights
- QIF/OFX/HBCI Import, Transaction Matching
- Reports, Graphs
- Scheduled Transactions
- Financial Calculations
- Double-Entry Accounting
- Stock/Bond/Mutual Fund Accounts
- Small-Business Accounting
- Customers, Vendors, Jobs,
Invoices, A/P, A/R
News
GnuCash 2.3.8 (Unstable) released
The GnuCash development team proudly announces GnuCash 2.3.8, the ninth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. 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: This is an *UNSTABLE* version of Gnucash.
This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.
Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.
NOTE: The latest stable version is 2.2.9.
PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla
Major changes in the 2.3.x 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.
- In addition to 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. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
- Updated to AqBanking 3 on Win32.
Changes between 2.3.7 and 2.3.8 include:
- Disable it_IT help in the win32 binary
- Recreate index after updating table
- Temporarily disable currency trading accounts so that 'make check' will pass
- Fix test-resolve-file-path - results have changed
- Fix compilation problem in test
- Add src/gnome-utils/gnc-tree-model-account-drag.c to po/POTFILES.in
- Set debug level for gnc.backend.dbi automatically to DEBUG.
- Fix memory leak: Let the pixbuf renderer for goffice plots be unreferenced
- Add libguile CFLAGS and LIBADD to libqof build
- Fix too-new gtk_dialog_get_content_area function of r18413: Patch by J. …
- Transaction post date also needs to allow NULL values.
- Temporary workaround for crash at startup after r18429.
- Decrease verbosity of aqbanking plugin: Debug output only if preference …
- In the "Save As" dialog, set XML as default, not sqlite3.
- Fix compile error on current ubuntu by clashing symbol declarations in …
- When creating an account selector and a commodity list if provider, just …
- Remove forgotten printf in r18402 which shouldn't have been committed to …
- Fix amount sign of imported bank transfers (e.g. from DTAUS …
- Fix GCC pointer strictness compiler errors/warnings and remove duplicate …
- Fix compile error related to uninitialized value. Patch by Matt Lavin …
- Introduce disambiguation prefix for "Deposit" action to distinguish it …
- Make one register function more const correct to avoid compiler warnings …
- Fix typo: scm_catch_body_t -> scm_t_catch_body
- gnc-module doesn't need to compile/link with guile
- Add new option in register "Tab order includes Transfer field". Patch by Colin Law
- Partly fix broken data file backward compatibility with SX recurrence
- Win32: Allow m4 1.4.11 and 1.4.13 as well as 1.4.7.
- Win32: Assert there is only one aqbanking plugin directory
- Win32: Minor version update of aqbanking.
- Bug #603186: Fix crash with txf.scm on win32 Patch by J. Alex …
- Bug #537476: Fix currency trading account preference lookup Patch by Mike …
- Fix the bug described in comment 19 of bug 537476, balance sheet wrong …
- Bug #310567: Disable newly introduced "shift txn forward" feature again …
- Fix bug 600486 - Unable to open sqllite file on Win7 64 bit Unposted …
- Fix Bug 591573 - "File|Save As" with xml option and no file name …
- Fix bug 602603 - State file cannot be saved with MySQL because of colon …
- Bug #570895: Allow reporting for single budget periods in budget income …
- Bug #602744: Fix broken tip_of_the_day list creation. Patch in r18417 …
- Fix bug 591098 - when starting Gnucash, "Present" and all other collumns …
- Bug #537476: Implement currency trading accounts optionally, to be enabled …
- Bug #554394: Income Tax Enhancements Patch by J. Alex Aycinena. Patch …
- Bug #600374: Add editable transaction field in the register for bank …
- Bug #310567: Add menu item to shift transaction forward in sorting …
- Bug #121695: Support account reparenting through drag and drop in the …
- Fix bug 492865 - Add Last Reconcile Date as an Option in the Chart of …
- Fix bug 593581 - 2.3.5: Save to MySQL still fails with date error After …
- Bug #601861: Fix mis-captioning in button labels The keyboard shortcut …
- Bug #602070: Fix return value in void function Patch by Halton Huo.
- Bug #602062: Fix hard-coded gcc program name Patch by Halton Huo.
- Bug #540452: Remove inline from function declaration/definition because it …
- Bug #602069: Fix build on Solaris for different gmp header …
- Revert r18396, "Bug #593906: Fix crash at account report" This change …
- Fix bug 598213 - Selecting "Account Report" causes gnucash to …
- Bug 600947 - Gnucash-2.3.7 crashes when doing reports with …
- Bug 599324 - Patch: Add double click behaviour to account list in payment …
- Bug 599322 - Patch: Minor gui tweak for invoice window Fix widget …
- Bug #599953: Let gnc:make-[complex|simple]-boolean-option store its value …
- Bug #593906: Fix crash at account report Patch by Mike Alexander. This …
- Bug #582985, #585022: Add missing currencies Armenian Dram (AMD) and …
- Bug #593070: Budget Report: Omit accounts with no budget and zero …
- Fix 598491: Remove use of guile's deprecated GH interface
- Bug #567090: Fix erroneous password length comparison.
- Updated Dutch translation by Mark Haanen, copied from Translation Project.
- Add Latvian translation by Valdis Vitolins
- Update of Japanese translation by KUSANO Takayuki
- Add polish account templates, contributed by Jacek Baszkiewicz …
- Update German translation.
Caveats for Testers
Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.
The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.
How can you help?
Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.
Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.
We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla
Getting GnuCash
Source code for GnuCash 2.3.8 can be downloaded from multiple locations:
- The GnuCash website
- Sourceforge: bzip2, gzip, all files.
- You can also checkout the sources directly from the subversion repository with this command:
svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.
Win32 binary
The Gnucash 2.3.8 Win32 setup executable can be downloaded from Sourceforge as well.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 2.3.7 (Unstable) released
The GnuCash development team proudly announces GnuCash 2.3.7, the eighth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. 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: This is an *UNSTABLE* version of Gnucash.
This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.
Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.
NOTE: The latest stable version is 2.2.9.
PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla
Major changes in the 2.3.x 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.
- In addition to 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. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
- Updated to AqBanking 3 on Win32.
Changes between 2.3.6 and 2.3.7 include:
- Revert changes which caused gnucash to crash on startup on windows
- More recent version of gmp on win32
- Postgresql binary package on win32 now includes msvcr71.dll
- Fix compiler warnings. Patch by Colin Law
- Fix for balance column displayed in template register
- Update of Polish translation by Jacek Baszkiewicz
Caveats for Testers
Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.
The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.
How can you help?
Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.
Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.
We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla
Getting GnuCash
Source code for GnuCash 2.3.7 can be downloaded from multiple locations:
- The GnuCash website
- Sourceforge: bzip2, gzip, all files.
- You can also checkout the sources directly from the subversion repository with this command:
svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.
Win32 binary
The Gnucash 2.3.7 Win32 setup executable can be downloaded from Sourceforge as well.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 2.3.6 (Unstable) released
The GnuCash development team proudly announces GnuCash 2.3.6, the seventh of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. 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: This is an *UNSTABLE* version of Gnucash.
This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.
Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.
NOTE: The latest stable version is 2.2.9.
PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla
Major changes in the 2.3.x 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.
- In addition to 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. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
- Updated to AqBanking 3 on Win32.
Changes between 2.3.5 and 2.3.6 include:
- Fix #107929: Improved running balance implementation. Patch by Tim M
- Fix #593906: Fix crash at creating account report Patch by Mike Alexander
- When configuring to build, if webkit chosen as html engine, don't bother looking for gtkhtml.
- Fix enhancement bug 101456 - 'Find' dialog cumbersome for Business functions. Patch by Geert Janssens
- Fix enhancement bug 589787 - Multi-line up/down scroll for register transaction Notes field text. Patch by James Raehl
- Win32 build: Add forgotten dist_ktoblzcheck step to dist creation.
- Use GtkFunction instead of obsolete GtkDestroyNotify for argument type
- Win32: Newer Aqbanking version
- Win32 build: Remove gwenhywfar configure option which has been removed before gwenhywfar-3.8.2.
- I18n fix: Markup preference tab name "Online Banking" for translation.
- Win32 installer: Really fix path of qt3-wizard.exe.
- Fix bug #595920: Fix missing ca-bundle.crt in windows installer.
- Add "file://" URL type to images in invoices.
- Latest pot template merged into all .po translation files
- Bug #589804: Additions to register transactions Action pulldown list. Patch by James Raehl.
- Bug #572938: Fix OFX Mutual fund buys that are imported as sells. Patch by Matt Lavin, signed-off by Benoit Grégoire.
- Bug #585784: Fix wrong fractional precision in stock/mutual fund registers. Patch by Daniel Harding.
- Source of src/libqof/qof run through astyle to be re-indented
- Add GNC_DBD_DIR definition for libdbi on mac
- Fix bug 590386 - Add option to always use today for reconciliation statement date Patch by Simon Arlott
- Fix bug 591117 - Cash Flow Report's "Depth: All" Option is Broken. Patch by David Eisner
- Fix bug 595014 - MacOSX 10.6 (Snow Leopard) fails configure.in check. Patch by David Reiser
- Fix bug 595015 - compiler warnings for missing printf format specs, gcc 4.2.1. Patch by David Reiser
- Fix bug 595017 - compiler complaints about incompatible pointer types in gnc-gwen-gui.c. Patch by David Reiser
- Fix bug 589673 - need to patch libdbi source for win32 problem.
- Fix bug 594048 - gnucash will not compile with most recent goffice versions. Patch by Jean Brefort
- Remove trailing whitespace from lines. Patch by Geert Janssens.
- Move gnc_account_get_full_name() from app-utils to engine and remove xaccAccountGetFullName in engine.
- If an object is loaded with a reference to an invoice, order, tax table or bill term which has not been loaded yet, print a warning message into the trace file.
- If an object is being loaded that has a reference to a transaction, and the transaction hasn't been loaded yet, load it. If an object has a reference to an account, commodity, budget or lot that hasn't been loaded yet, print a warning message in the trace file. The difference in handling is that these object types are always loaded at init time, whereas transactions are not.
- Replace some calls to (deprecated) xaccAccountGetGUID() with calls to qof_entity_get_guid()
- Fix svn:ignore property to ignore Makefile/Makefile.in in accounts/ko
- Minor updates to HACKING, by Geert Janssens.
- Use SWIG properly to wrap functions to free strings which need to be freed by the caller.
- Fix Bug 590458 - Invoices are incomplete or miss specifications Replace call to gncEntrySetInvoice() with gncInvoiceAddEntry() which is the real function.
- Fix Bug 590900 - "Unable to save to DB" dialog from Business -> Customer -> New Job Allow owner id to be NULL
- Fix bug 593865 - Unable to save to database error when scheduling transactions Allow scheduled transaction to have NULL start date. Will require db to be deleted and recreated.
- Fix index-out-of-range compilation error
- Fix typo in message as pointed out by Joe Dalton.
- Fix some memory leaks
- Add some dbi backend tests to test db save/load. In order to test the mysql backend, the --with-test-mysql-url=URL option must be supplied to configure where URL is the full url (mysql://host[:port]:db:user:password) to access a mysql db. The same is true for postgres, with the --with-test-pgsql-url=URL option.
- Python bindings patches by Mark Jenkins. python_GetNthChild_remove.patch remove the redundant GetNthChild code, gnc_account_nth_child supported python_more_GUID.patch Improve support for GUID python_better_commodity.patch * Removed custom __init__ from GncCommodity, not only is it wrong but the one from GnuCashCoreClass is just fine. * Supported the get_table method For Book * Removed support for direct instantiation of GncCommodityTable. (via gnc_commodity_table_new() ). Only methods and not the constructor function are added to the class now. Python binding users can access a GncCommodityTable instance via Book.get_table() and have no need to use gnc_commodity_table_new(), which the apis advise is for internal use only. python_GncLot.patch * included gnc-lot.h in gnucash_core.i again * Made GncLot class use superclass __init__, it doesn't need its own. python_more_documentation.patch Documentation strings for many classes, which can be viewed in source and with python's help() mechanism. python_business_module_load.patch load the business module, not the business module specific backend python_example_scripts.py example scripts improved, new one added. This new script originally came from this post: http://lists.gnucash.org/pipermail/gnucash-devel/2008-July/023618.html python_authors_update.patch added Legal Aid Manitoba to credit line for Mark Jenkins
- Use "float8" instead of "real" for double field in slots table so that we get an 8 byte float rather than only 4 byte.
- Doubles weren't being loaded properly from sqlite3. Fix that problem by examine more closely the type information returned by libdbi.
- Fix bug where NULL dates on sqlite cause sigsegv
- Updated Slovak translation, copied from the Translation Project.
- Updated Danish translation by Joe Hansen, copied from the Translation Project.
- Updated German translation, inspired by Raffael Luthiger's contribution on 2008-12-31.
- Update of Polish translation by Jacek Baszkiewicz
- Update of Lithuanian translation by Tadas Masiulionis
- Updated Danish glossary by Joe Hansen.
- Updated Danish translation by Joe Hansen, copied from the TP.
- Updated Dutch translation by Erwin Poeze, copied from the Translation Project.
Caveats for Testers
Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.
The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.
How can you help?
Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.
Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.
We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla
Getting GnuCash
Source code for GnuCash 2.3.6 can be downloaded from multiple locations:
- The GnuCash website
- Sourceforge: bzip2, gzip, all files.
- You can also checkout the sources directly from the subversion repository with this command:
svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.
Win32 binary
The Gnucash 2.3.6 Win32 setup executable can be downloaded from Sourceforge as well.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 2.3.5 (Unstable) released
The GnuCash development team proudly announces GnuCash 2.3.5, the sixth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. 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: This is an *UNSTABLE* version of Gnucash.
This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.
Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.
NOTE: The latest stable version is 2.2.9.
PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla
Major changes in the 2.3.x 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.
- In addition to 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. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
- Updated to AqBanking 3 on Win32.
Changes between 2.3.4 and 2.3.5 include:
- Partly revert r18246: disable writing of "hidden" and "placeholder" so that XML files written by 2.3.5 can be read by 2.2.9
- Avoid CRIT messages when loading root account which has NULL commodity
- Fix compilation problem - add GPOINTER_TO_UINT() cast
- Fix bug 592357: Cannot specify port for database connection. You can now add a port number using ":
" (e.g. ":100") to the end of the host specification in the Open and Save As dialog for databases. - Fix bug 592021: Budget Report: Options to show actual, budgeted and diff don't work
- Fix minor i18n issues. 1) Don't translate gtk stock button labels. 2) Don't split sentences when translating. 3) Exclude formatting from translatable messages when possible
- Updated German translation
- Fix bug 592719 - postgres backend aborts with date problems
- Merge latest pot tempate into all .po translation files
- Add win32 version of gmtime_r
- Fix bug 575778: QIF import: fix crash when a security list omits the "T" (type) line
Caveats for Testers
Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.
The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.
How can you help?
Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.
Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.
We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla
Getting GnuCash
Source code for GnuCash 2.3.5 can be downloaded from multiple locations:
- The GnuCash website
- Sourceforge: bzip2, gzip, all files.
- You can also checkout the sources directly from the subversion repository with this command:
svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.
Win32 binary
The Gnucash 2.3.5 Win32 setup executable can be downloaded from Sourceforge as well.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 2.3.4 (Unstable) released
The GnuCash development team proudly announces GnuCash 2.3.4, the fifth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. 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: This is an *UNSTABLE* version of Gnucash.
This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.
Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.
NOTE: The latest stable version is 2.2.9.
PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla
Major changes in the 2.3.x 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.
- In addition to 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. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
- Updated to AqBanking 3 on Win32.
Changes between 2.3.3 and 2.3.4 include:
- Changes in database schema. The "helper" tables (slots, recurrences, taxtable_entries) which can have multiple entries per object now have a unique, auto-increment integer primary key. Dates and date/times stored in the database are now stored in DATE and TIMESTAMP columns (mysql and pgsql). The "hidden" and "placeholder" account flags are now stored in individual fields in the accounts table. A new budget_amounts table contains 1 record per budget per account per period and contains the budget amount for that account/period. The scheduled transaction end date is now being stored. The versions table now has the table name as the primary key, and NULL values are disallowed for all fields.
Because of these changes, you will need to delete and recreate your database. If you want to save your data, save it to XML before upgrading to 2.3.4, upgrade, then load the XML file and save to a new database or over your existing database. - The standard report .scm files are now in
/share/gnucash/guile-modules/gnucash/report/standard-reports. When gnucash is started, it will scan this directory and load each .scm file into the report menu system. This means that if you want to add a new report to gnucash, you only need to copy it into this directory. - Updated Japanese translation
- Updated Dutch translation
- Updated Danish translation
- Fixed bug 591614: Saving to postgresql causes zombie scheduled transactions.
- Ensure template root account (used for scheduled transactions) is stored even if there are no scheduled transactions
- Accounts can be stored even if commodity=NULL
- Fix bug 589418: commodities were not being stored properly. This should solve the problem of the disappearing commodities.
- Improvements in the budget report:
- For income accounts, the sign of the "difference" column is reversed so that positive values are good (more than budget).
- Fix wrapping problems in budget cells (account labels, negative values, values in certain currencies)
- Budget report can now display negative values in red. This requires use of the Default-CSS stylesheet
- Period dates are now centered properly over the columns for that period
- Add an option to the budget report. If enabled, and an account does not have a budget value for the period, the budget values for all child accounts are added. If the chart of accounts is set up so that only leaf accounts have transactions, this allows budget values to be assigned either to all children and not the parent (they will be summed) or the parent.
- Changed --enable-webkit configure option to --with-html-engine=XXX where XXX is "gtkhtml" (default) or "webkit".
- Merged latest pot template into all .po translation files.
- Fixed signed vs unsigned char pointer type conflicts.
Caveats for Testers
Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.
The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.
How can you help?
Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.
Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.
We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla
Getting GnuCash
Source code for GnuCash 2.3.4 can be downloaded from multiple locations:
- The GnuCash website
- Sourceforge: bzip2, gzip, all files.
- You can also checkout the sources directly from the subversion repository with this command:
svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.
Win32 binary
The Gnucash 2.3.4 Win32 setup executable can be downloaded from Sourceforge as well.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 2.3.3 (Unstable) released
The GnuCash development team proudly announces GnuCash 2.3.3, the fourth of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. 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: This is an *UNSTABLE* version of Gnucash.
This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.
Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.
NOTE: The latest stable version is 2.2.9.
PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla
Major changes in the 2.3.x 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.
- In addition to 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. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
- Updated to AqBanking 3 on Win32.
Changes between 2.3.2 and 2.3.3 include:
- Fix crash for "save as" if sqlite3 backend not available.
- Updated Korean translation by yongdoria.
- If a report defines style-text, that text will be added to the report header
- Add new stylesheet to provide css information. Allows users to specify report fonts
- Update CSS style sheet to use font buttons rather than strings.
- Patch by Jim Raehl Fix bug 587853/585939. When parsing file: or xml: handle file: or file://, xml: or xml://
- Patch by John Ralls. Adjust configure.in for Mac compilation with Quartz.
- Patch by John Ralls. Provides (and installs when appropriate) a special gnucash-setup-env for OSX.
- Patch by John Ralls. Permits binreloc to work from inside a MacOSX application bundle
- Patch by John Ralls. Integrates the gnucash menus into the MacOSX menubar.
- Fix bug 588212 – PgSql: Pop-up dialog for overwriting db contents even for new database
- Fix bug 587436 – Make Bayesian Matching ON by default
- Fix bug 363339 – Exclude hidden accounts from reports. New check box added
- Fix up some more reports to use cell tags which allow CSS style font usage
- Add Korean translation of account charts by Jin-Hwan Jeong.
- Fix bug 585899 - environment variable GNC_DEFAULT_DATABASE can be used to set the default database name in the Save As dialog
Caveats for Testers
Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.
The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.
How can you help?
Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.
Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.
We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla
Getting GnuCash
Source code for GnuCash 2.3.3 can be downloaded from multiple locations:
- The GnuCash website
- Sourceforge: bzip2, gzip, all files.
- You can also checkout the sources directly from the subversion repository with this command:
svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.
Win32 binary
The Gnucash 2.3.3 Win32 setup executable can be downloaded from Sourceforge as well.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 2.3.2 (Unstable) released
The GnuCash development team proudly announces GnuCash 2.3.2, the third of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. 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: This is an *UNSTABLE* version of Gnucash.
This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.
Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.
NOTE: The latest stable version is 2.2.9.
PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla
Major changes in the 2.3.x 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.
- In addition to 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. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
- Updated to AqBanking 3 on Win32.
Changes between 2.3.1 and 2.3.2 include:
- Daily win32 builds can be found in http://code.gnucash.org/builds/win32/trunk
- Win32 builds now include mysql and postgresql client libraries and libdbi drivers
- Bug #567709: Register: Don't assume that cells outside the cursor are valid
- Bug 563598: QSF XML Export: Remove the tooltip from the GtkCalendar?.
- Fix bug 586558 – When a scheduled transaction is deleted, the objects aren't cleaned up properly
- Fix bug 586901: Price editor creates price before all information is available
- Bug #582048: Fix missing GUI callbacks for online transfer.
- Bug #580968: Register: Keep track of the account when an exchange rate is set
- Fix bug 339726 – Cannot set fractional discount rates in Billing Terms
- Fix bug 586296/586419/585785 – Fix win32 install script problems
- Fix bug 586425 - update version of gnutls for win32
- Fix bug #586295 - when building win32 version, use those versions of executables, not installed ones
- Fix bug #415127 - updating address doesn't mark object as dirty
- Fix bug 585789/586121: Files not opened correctly
- Bug 587913 – "Edit exchange rate" marks account cell as changed
- Add initial support for eguile template-based reports
- Rework split queries to improve performance
- When opening a file, "sqlite3" and "xml" dropdown list items are replaced by "file"
- Add Korean translation by Jin-Hwan Jeong.
- Updated Korean translation by yongdoria
- Mark transaction dirty when setting enter-date
- Decrease verbosity of libgwenhywfar debugging output.
- Some memory leaks fixed
- Add AqB 3.8.3 patch for Win32
- Handle BUILD_FROM_TARBALL special for tag builds.
- Separate environment variable setup into common file
- Use pwd instead of assuming $0 is a full path. Set URL in a variable
- QIF Import: Documentation .txt file patch by Daniel Convissor.
Caveats for Testers
Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.
The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.
How can you help?
Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.
Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.
We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla
Getting GnuCash
Source code for GnuCash 2.3.2 can be downloaded from multiple locations:
- The GnuCash website
- Sourceforge: bzip2, gzip, all files.
- You can also checkout the sources directly from the subversion repository with this command:
svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.
Win32 binary
The Gnucash 2.3.2 Win32 setup executable can be downloaded from Sourceforge as well.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 2.3.1 (Unstable) released
The GnuCash development team proudly announces GnuCash 2.3.1, the second of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. 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: This is an *UNSTABLE* version of Gnucash.
This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.
Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.
NOTE: The latest stable version is 2.2.9.
PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla
Major changes in the 2.3.x 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.
- In addition to 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. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
- Updated to AqBanking 3 on Win32.
Changes between 2.3.0 and 2.3.1 include:
- Bug #582976 - install.sh - webkit-1.1.5-win32.zip is not available
- Bug #583535 - Problem with mysql database
- Bug #583883 - Customer report produces error
- Bug #584564: Patch by Chris Dennis to allow a report to be either a string or html-doc
- Fix all business exports to force file type QSF
- Fix SQL statement which calculates account balances
- Fix port number, especially for postgresql
- Clean up include files and code related to goffice.
- Add qsf:// as a valid URI type
- Fix handling of GObjects when deleting a report
- Update aqbanking version to 3.8.3, which means one patch isn't needed
- Fix WEBKIT path so that correct DLLs will be copied to output directory
- Register: Add some header comments for a confusing function.
- Create and upload the WIN32 daily builds
- If postgres database does not exist, create it.
- Update German translation.
- Minor i18n string improvements
- Remove obsolete glade file.
- Modify packing on URI type combo box to fix its size
- Patch by Mike Alexander to speed up price db loading in sql backend.
- Add Lithuanian translation by Tadas Masiulionis
Caveats for Testers
Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.
The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.
How can you help?
Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.
Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.
We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla
Getting GnuCash
Source code for GnuCash 2.3.1 can be downloaded from multiple locations:
- The GnuCash website
- Sourceforge: bzip2, gzip, all files.
- You can also checkout the sources directly from the subversion repository with this command:
svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.
Win32 binary
The Gnucash 2.3.1 Win32 setup executable can be downloaded from Sourceforge as well.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 2.3.0 (Unstable) released
The GnuCash development team proudly announces GnuCash 2.3.0, the first of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris and Mac OSX.
WARNING: This is an *UNSTABLE* version of Gnucash.
This release is intended for developers and testers who want to help tracking down all those bugs that are still in there.
Make sure you make backups of any files used in testing versions of GnuCash in the 2.3.x series. Although the developers go to great lengths to ensure that no data will be lost we cannot guarantee that your data will not be affected if for some reason GnuCash crashes in testing these releases.
NOTE: The latest stable version is 2.2.9.
PLEASE TEST TEST AND TEST SOME MORE any and all features important to you. Then post any bugs you find to bugzilla
Major changes in this 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.
- In addition to 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. In order to build with this, add --enable-webkit to the configure command. You will need an appropriate webkit-dev package. On win32, you will need to download the webkit-1.1.5-win32.zip file from the source repository and put it into the downloads directory of your gnucash build area.
- Updated to AqBanking 3 on Win32.
Caveats for Testers
Any 2.3.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.3.x release and are using the XML file backend for data storage, make sure you hit "Save" after every non-trivial workstep. If you are using the SQL backend, this is not required as every change is saved immediately to the database.
The documentation has had screenshots updated, however, many help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see http://wiki.gnucash.org/wiki/Development on how to get involved.
How can you help?
Testing: Test it and help us discover all bugs that might show up in there. Please enter each and every bug into bugzilla.
Translating: The new release comes with some new translation strings. If you consider contributing a translation, we invite you to test this release already. A string freeze will be announced in one of the later 2.3.x releases. Please check http://wiki.gnucash.org/wiki/Translation_Status for updates on this.
We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.4.0 release in a few weeks. Then post any bugs you find to bugzilla
Getting GnuCash
Source code for GnuCash 2.3.0 can be downloaded from multiple locations:
- The GnuCash website
- Sourceforge: bzip2, gzip, all files.
- You can also checkout the sources directly from the subversion repository with this command:
svn co http://svn.gnucash.org/repo/gnucash/trunk gnucash
To install GnuCash, you will need Gnome 2, guile, slib. In addition you will need swig if compiling from subversion.
Win32 binary
The Gnucash 2.3.0 Win32 setup executable can be downloaded from Sourceforge as well.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 2.2.9 released
The GnuCash development team proudly announces GnuCash 2.2.9 aka "Mirror-like", the ninth bug fix release in a series of stable releases of the GnuCash Free Accounting Software.
Getting GnuCash
GnuCash 2.2.9 can be downloaded from gnucash.org or sourceforge.net. It is available as source code. For the Microsoft Windows operating system there is a self-installing setup program which includes all necessary additional libraries.
To install GnuCash on other platforms, users will need Gnome 2, guile, and slib. Neither the currently used swig nor the previously used g-wrap packages are needed anymore when compiling from tarball or when installing a binary.
- http://sourceforge.net/project/showfiles.php?group_id=192 (Source code and Windows binary)
- http://www.gnucash.org/pub/gnucash/sources/stable/ (Source code only)
What's New in GnuCash 2.2.9?
Fixed Bugs
- #339027: Reconcile window should display the date
- #435642: Crash editing results of a find
- #438132: Warning about commodity being NULL for root account on save
- #462148: Report output is vertically inverted and bottom up printed (mirror, reverse, &c.)
- #514455: Dutch (Netherlands) translation of account templates
- #526775: Win32: Crashes when importing brokerage account data
- #542382: Assign GnuCash to file name extension .gnucash
- #564209: Improved debuggability for module loading
- #564450: HUF currency handling incorrect as 1HUF divided into 100FILLERs
- #564928: Segfault when closing a invoice tab
- #565421: gnc-date-edit.c did not compile with Gtk < 2.10
- #565721: Multicolumn report options: Report names are not translated
- #566198: Slovakia joined the Euro
- #566352: Crash during OFX import under Win 2000 / SP4
- #566567: Scheme modifications are not built on windows
- #567174: Files with NIS stocks fail to open
- #568327: Using most "budget" reports, without a budget defined crashes gnucash
- #568653: Add SKR49 template
- #568945: The gnc_pricedb_convert_balance_... methods should look for the reciprocal of the exchange rate
- #569734: Give the template root account a name
- #570166: Weird text entry box when typing on Account Tree page
- #570894: Use of symbol t, which is not defined in all guile versions
- #571220: Program won't start if SCHEME_LIBRARY_PATH is set
Other Changes
- Added German account template for a Wohnungswirtschaft business
- Fixed french business account templates
- Updated translations: Catalan, Chinese, German, Italian
Information