Release 2.5.7

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23374 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls
2013-11-03 00:04:48 +00:00
parent e607c93519
commit 1d31c33af4
3 changed files with 399 additions and 5 deletions

356
ChangeLog
View File

@@ -1,12 +1,360 @@
2013-10-07 jralls
2013-11-02 John Ralls
* Fix EXTRA_DIST typo (HEAD, origin/trunk, origin/HEAD, trunk)
* Clean out log files from testing the xml backend. (HEAD, trunk)
2013-10-07 gjanssens
2013-11-02 John Ralls
* Remove dialog-preferences2.c from POTFILES.in (trunk, origin/trunk, origin/master, master)
2013-11-02 John Ralls
* Skip this test when building with clang
2013-11-02 John Ralls
* replace static string filename with generated one
2013-11-02 John Ralls
* Remove dead code.
2013-11-02 John Ralls
* Replace deprecated tempnam with a constant.
2013-11-02 John Ralls
* Mac: Don't append 'Gnucash' to the 'Preferences' menu item title.
2013-11-02 John Ralls
* Avoid critical error from trying to access an uninitialized GHash.
2013-11-02 John Ralls
* Fix incorrect Enum type specifier
2013-10-31 Geert Janssens
* Update POTFILES.in after my recent work
2013-10-31 Geert Janssens
* Bug 693244 - View Lots window enhancements
2013-10-31 Geert Janssens
* Improve visual appearance and sorting of Invoice payment dialog
2013-10-31 Geert Janssens
* Bug 687478 - Bills due reminder doesn't work well with credit notes
2013-10-31 Geert Janssens
* Bug 687479 - Automatic invoice/payment matching on posting an invoice should be an optional feature
2013-10-31 Geert Janssens
* Code reindentation in tests
2013-10-31 Geert Janssens
* Code reindentation
2013-10-30 Geert Janssens
* Remove now unused parameter
2013-10-30 Geert Janssens
* Bug 710979 - Crash in gnc_plugin_page_invoice_summarybar_position_changed
2013-10-29 Geert Janssens
* Some white space and comment improvements
2013-10-29 Geert Janssens
* Cleanup leftover from state save/restore re-implementation
2013-10-29 Geert Janssens
* Fix crash when deleting budget
2013-10-29 Geert Janssens
* Remove function that no longer adds value
2013-10-29 Geert Janssens
* Re-implement state save/restore functionality in gnc_tree_view
2013-10-29 Geert Janssens
* Move state handling code to separate file and improve on it
2013-10-29 Geert Janssens
* On file open, only destroy a previous session if really exists
2013-10-29 Geert Janssens
* Remove gnc_build_book_path from swig interface file
2013-10-29 Geert Janssens
* Remove some unused includes
2013-10-28 Mike Alexander
* Guard against bad parameter to gnc_plugin_page_invoice_summarybar_position_changed.
2013-10-28 Geert Janssens
* Use the symbol in iso-4217-currencies by default
2013-10-28 Frank H. Ellenberger
* Rename .texinfo files to .texi to get rid of the autogen.sh warning.
2013-10-27 Mike Alexander
* Add --with-xdg-data-dirs to specify default search path for XDG data directories.
2013-10-27 Mike Alexander
* Fix a typo in --with-qt3-wizard-package.
2013-10-27 Frank H. Ellenberger
* Bump required automake version to 1.11
2013-10-27 Mike Evans
* Bug 710871 - Undo my last two commits.
2013-10-26 Mike Evans
* Bug 710871 - Remove errant $.
2013-10-26 Geert Janssens
* Small XDG_DATA_DIRS improvements
2013-10-26 Geert Janssens
* Add off-by-one warning in comment
2013-10-26 Geert Janssens
* Prohibit setting budget values greater than num_periods
2013-10-25 Geert Janssens
* Fix save count down timer on Windows
2013-10-25 Geert Janssens
* Clean up preferences for pricedb-editor and price-editor
2013-10-25 Geert Janssens
* Configure: don't list ofx twice in selected components
2013-10-25 Geert Janssens
* Avoid the need for a duplicate dialog-preferences.glade
2013-10-25 Geert Janssens
* Register rewrite Update, revised removal update for next release. This update adds a configure option --enable-register2 which will enable the register2 changes at compile time, there are also some changes to use the Gnucash --extra parameter that displays some of the new register2 functionality for testing. Author: Robert Fewell
2013-10-25 Christian Stimming
* Bug #710739: Fill in field for remote bank account information also for SEPA transfers.
2013-10-25 Mike Evans
* Bug-710871 Fix for Python site-packages not found when not installed to default location
2013-10-25 Geert Janssens
* Fix window position/size saving
2013-10-24 Geert Janssens
* Ignore autogenerated Makefile[.in] for gschemas directories
2013-10-24 Geert Janssens
* Add a field to the commodity editor allowing setting the user symbol.
2013-10-24 Geert Janssens
* Add a user_symbol to one UT
2013-10-24 Geert Janssens
* Copy the test-files to the builddir, and use that in GNC_TEST_FILES
2013-10-24 Geert Janssens
* Use the new user_symbol property where relevant
2013-10-24 Geert Janssens
* Add a new user_symbol property to the Commodity class
2013-10-24 Geert Janssens
* Check for availability of xsltproc at configure time
2013-10-24 Geert Janssens
* Fix gsettings schema for commodities editor
2013-10-24 Geert Janssens
* Fix budget options descriptions field
2013-10-23 Geert Janssens
* Abort configure if --enable-ofx specified but no libofx development files found
2013-10-23 Geert Janssens
* Remove reference to schema that was deleted earlier
2013-10-22 Geert Janssens
* Revert "[PATCH] Register rewrite Update, remove update for next release."
2013-10-22 Geert Janssens
* [PATCH] Register rewrite Update, remove update for next release.
2013-10-22 Geert Janssens
* Win32: set XDG_DATA_DIRS when running the Windows installer
2013-10-22 Geert Janssens
* Add default-to-save timeout on save-on-changes dialog
2013-10-22 Geert Janssens
* Drop check for glib >= 2.14, glib >= 2.28 is already required
2013-10-22 Geert Janssens
* Bug 710055 - advanced portfolio report counts capital gains split as dividend
2013-10-22 Geert Janssens
* Set tab position when opening a new window
2013-10-22 Geert Janssens
* Elaborate a bit on why compile time XDG_DATA_DIRS is added to the mix
2013-10-20 Mike Alexander
* Use ";" as seperator characer since that's what g_key_file_get_keys wants.
2013-10-20 Mike Alexander
* Eliminate null entries in path lists in environment_override.
2013-10-20 Mike Alexander
* Use the compile time value of XDG_DATA_DIRS to set the default run time value.
2013-10-19 Geert Janssens
* Do not remove gnucash_core.c in clean rule
2013-10-18 Geert Janssens
* Fix bug 708659
2013-10-18 Geert Janssens
* Fix bug 668530
2013-10-17 Geert Janssens
* Prevent crash due to accessing a non-existent gsettings schema
2013-10-16 Geert Janssens
* Fix build error with clang
2013-10-16 John Ralls
* Bug 710311 - Missing ChangeLogs
2013-10-16 Geert Janssens
* Prefs migration: improve messaging
2013-10-16 Geert Janssens
* Prefs migration: migrate ofx and aqbanking prefs if these options were enabled at build time
2013-10-16 Geert Janssens
* Prefs migration: write xsl transform to migrate a pair of coordinates
2013-10-16 Geert Janssens
* Prefs migration: fix radiobutton prefs migration
2013-10-16 Geert Janssens
* Prefs migration improvements
2013-10-13 John Ralls
* Remove gnucash-launcher and related scripting files.
2013-10-09 John Ralls
* Adjust error-message tests to pass with Clang
2013-10-09 John Ralls
* Clean up a bunch of clang errors
2013-10-08 Geert Janssens
* Gnc-Prefs: make the prefs migration actually do something on Windows
2013-10-08 Geert Janssens
* Gnc-Prefs: fix crash in migration script on Win32
2013-10-07 Geert Janssens
* Gnc-Prefs: disable migration of aqbanking prefs for now
2013-10-07 Geert Janssens
* Gnc-Prefs: windows limits preference names to 32 characters
2013-10-07 John Ralls
* Release 2.5.6
2013-10-07 John Ralls
* Fix EXTRA_DIST typo
2013-10-07 Geert Janssens
* Prefs migrate: skip preferences that don't have a value set
2013-10-07 gjanssens
2013-10-07 Geert Janssens
* Move prefs migration call from app-utils module load to inner_main

46
NEWS
View File

@@ -1,5 +1,51 @@
Version history:
------- -------
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 <ratliff.bobby@gmail.com>
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 <ratliff.bobby@gmail.com>
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
2.5.6 - 7 October 2013
This is the seventh release in the UNSTABLE 2.5 series.

View File

@@ -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.5.6], [gnucash-devel@gnucash.org])
AC_INIT([GnuCash], [2.5.7], [gnucash-devel@gnucash.org])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(src/engine/Transaction.h)