Skip to content

Commit

Permalink
Release GnuCash 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Mar 26, 2023
1 parent 6b8fb52 commit 50c766e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
8 changes: 4 additions & 4 deletions AUTHORS
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
<a href="https://assiniboine.mb.ca/">Assiniboine Credit Union</a>
Hans de Graaff XML patches
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
endif()

project (gnucash
VERSION 4.904
VERSION 5.0
)

enable_testing()
Expand Down
25 changes: 22 additions & 3 deletions 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:
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 50c766e

Please sign in to comment.