Accepting request 214473 from GNOME:Apps

- Update to version 2.6.0 (bnc#858502):
  + New Major release, see
    http://gnucash.org/2.6-release-tour.phtml for a tour through
    the new features.
  + Preferences have been migrated from GConf to GSettings.
  + 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 (forwarded request 214444 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/214473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnucash?expand=0&rev=50
This commit is contained in:
Stephan Kulow
2014-01-22 08:41:24 +00:00
committed by Git OBS Bridge
parent dc4759bc7b
commit 36d0622ced
4 changed files with 61 additions and 21 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Sat Jan 4 16:54:42 UTC 2014 - dimstar@opensuse.org
- Update to version 2.6.0 (bnc#858502):
+ New Major release, see
http://gnucash.org/2.6-release-tour.phtml for a tour through
the new features.
+ Preferences have been migrated from GConf to GSettings.
+ 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.
+ Many bugfixes.
+ Updated translations.
- Update License tag to GPL-2.0+, following upstreams relicensing.
- Add %glib2_gsettings_schema_* macros for schema handling.
-------------------------------------------------------------------
Sat Apr 20 23:28:23 UTC 2013 - dimstar@opensuse.org