From 50c766e973311fddeea06053b47ba848e6faf4ed Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 25 Mar 2023 18:17:53 -0700 Subject: [PATCH] Release GnuCash 5.0 --- AUTHORS | 8 ++++---- CMakeLists.txt | 2 +- NEWS | 25 ++++++++++++++++++++++--- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index c03cf413919..8acc2397cb8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,11 +10,9 @@ J. Alex Aycinena: Tax Reports, General Development Derek Atkins: Infrastructure, User Support Mike Alexander: Pricing/Exchange Rates, Lots, Advanced Portfolio Report Frank Ellenberger: Internationalization and Assistance for Localizations -Rob Gowin: CMake build system Robert Fewell: GUI Development Geert Janssens: General Development and Maintenance -Christopher Lam: Scheme Development and Maintenance -Aaron Laws: General Development +Christopher Lam: General Development and Maintenance John Ralls: General Development and Maintenance Christian Stimming: Administration Linas Vepstas: Administration and Website Hosting @@ -24,7 +22,7 @@ Dependencies: We'd like to acknowledge the contributions of some specialty packages that are incorporated into GnuCash and are critical to some of its features: -Erik Colson: Finance::Quote +Erik Colson, Bruce Schuck: Finance::Quote Benoit Gregoire: libofx Martin Preuss: AQBanking @@ -184,6 +182,7 @@ Christoph Franzen German account template for Wohnungswirtschaft business Dave Freese for leap-year fix Todd T. Fries OpenBSD fix John Goerzen file i/o fix for 64-bit architectures +Rob Gowin CMake build system Jeff Green Python bindings, with grant funding from Assiniboine Credit Union Hans de Graaff XML patches @@ -223,6 +222,7 @@ Sven Kuenzler for SuSE README file Fabrice Kurz French translation Eneko Lacunza Spanish Translation Bryan Larsen guile budget report +Aaron Laws General Development Chris J (Oakton) Leach autoconf patch Nicholas Lee scheme bug fix Graham Leggett for fixing a hang diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b6b906344c..934ea0e7883 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0) endif() project (gnucash - VERSION 4.904 + VERSION 5.0 ) enable_testing() diff --git a/NEWS b/NEWS index ff2ee107746..1f74b8a9faa 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,20 @@ Version history: ------- ------- +5.0 - 26 March 2023 + +Between 4.904 and 5.0, the following bugfixes were accomplished: + Bug 798792 - "Delete Split" missing from context menu + Bug 798793 - Cursor jumps to the end of the field. + +The following fixes and improvements were not associated with bug reports: + Fix crash in gnc_owner_get_owner + [gnc-account-sel] fix entered_text leak + Fix missing statusbar tooltips for popup menus + Popup menu missing from sx template transactions window + +New and Updated Translations: Chinese (Simplified), Croatian, Hungarian, + Japanese, Portuguese, Portuguese (Brazil), Spanish, Swedish + 4.14 - 26 March 2023 Between 4.13 and 4.14, the following bugfixes were accomplished: @@ -112,7 +127,8 @@ The following fixes and improvements were not associated with bug reports: found in a preset, replace it with a NONE column, rather than not inserting a column at all. -New and Updated Translations: Chinese (Simplified), Croatian, Hungarian, Japanese, Portuguese, Portuguese (Brazil), Spanish, Swedish +New and Updated Translations: Chinese (Simplified), Croatian, Hungarian, + Japanese, Portuguese, Portuguese (Brazil), Spanish, Swedish 4.903 - 12 March 2023 Between 4.902 and 4.903, the following bugfixes were accomplished: @@ -136,7 +152,9 @@ The following fixes and improvements were not associated with bug reports: Avoids crash at reload due to unknown variable. [c++options]Really fix the gnc_option_db_lookup_string_value leak -New and Updated Translations: Chinese (Simplified), Croatian, English (Australia), English (New Zealand), English (United Kingdom), Hungarian, Macedonian, Polish, Portuguese, Russian, Ukrainian +New and Updated Translations: Chinese (Simplified), Croatian, + English (Australia), English (New Zealand), English (United Kingdom), + Hungarian, Macedonian, Polish, Portuguese, Russian, Ukrainian 4.902 - 5 March 2023 @@ -225,6 +243,7 @@ The following fixes and improvements were not associated with bug reports: Good for declaring variables at point of use New and Updated Translations: Czech, Hungarian + 4.901 - 5 February 2023 Between 4.900 and 4.901, the following bugfixes were accomplished: The following fixes will also appear in GnuCash 4.14: @@ -295,7 +314,7 @@ The following fixes and improvements were not associated with bug reports: included without wrapping the include statements. New and Updated Translations: French, Hebrew, Hungarian, Italian, -Russian, Ukrainian + Russian, Ukrainian 4.900 - 8 January 2023 New Features