mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Release GnuCash 2.6.2
This commit is contained in:
33
NEWS
33
NEWS
@@ -1,5 +1,38 @@
|
||||
Version history:
|
||||
------- -------
|
||||
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
|
||||
|
||||
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
# Autoconf initialization
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT([GnuCash], [2.6.1], [gnucash-devel@gnucash.org])
|
||||
AC_INIT([GnuCash], [2.6.2], [gnucash-devel@gnucash.org])
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
AC_CONFIG_SRCDIR(src/engine/Transaction.h)
|
||||
AC_CONFIG_MACRO_DIR([macros])
|
||||
|
||||
Reference in New Issue
Block a user