mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Release GnuCash 5.0
This commit is contained in:
parent
6b8fb521d9
commit
50c766e973
8
AUTHORS
8
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
|
||||
<a href="https://assiniboine.mb.ca/">Assiniboine Credit Union</a>
|
||||
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
|
||||
|
@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
|
||||
endif()
|
||||
|
||||
project (gnucash
|
||||
VERSION 4.904
|
||||
VERSION 5.0
|
||||
)
|
||||
|
||||
enable_testing()
|
||||
|
25
NEWS
25
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
|
||||
|
Loading…
Reference in New Issue
Block a user