Difference between revisions of "Release Schedule"

From GnuCash
Jump to: navigation, search
(Goal)
m (Stable 5.x: Correct some wrong dates.)
 
(233 intermediate revisions by 19 users not shown)
Line 1: Line 1:
== Release Schedule for 2.1.x ==
+
{| class="wikitable" style="margin: auto;"
This is a draft release schedule for unstable 2.1.x releases of gnucash, which will eventually lead to the stable 2.2.0 release of gnucash with new features.
+
! scope="row"|Languages
 +
| | [[He/{{PAGENAME:לוח_שחרורים}}|עִברִית]]
 +
|}
 +
==General Rules==
 +
* Usually '''stable versions''' are released at the ''last weekend of a quarter''.
 +
* '''String freeze''' is ''2 weeks before''. To publish the changed messages to [[Weblate]] a <syntaxhighlight lang="sh" inline>make pot; msgmerge …</syntaxhighlight> as described in [[Language_Administration#Program]] is required.
 +
: It is also a good opportunity for packagers to check for [[Dependency Updates]].
  
=== Goal ===
+
== Goals for 6.0 ==
Goal for 2.2.0: Now that the gnome2 port is working well, we are introducing some new features. These are
+
Goals for 6.0:
* ?
+
* Rewrite engine to remove dependencies on GLib/GObject using C++
* Scheduled Transactions re-work.
+
* Migrate from QofQuery to SQL Query
* Port to [[Windows]] available
+
* Make KVP a backend implementation detail; no direct KVP access except in the backends
 +
* Limit use of Guile to reports and F::Q; all other main application code should be C or C++.
  
Purpose of all 2.1.x releases: Any 2.1.x is not yet stable, but is meant to provide easier access to the current source code for wider testing. Also, at some point in time the 2.1.x series should go into a string freeze so that translators can fully concentrate on their translation work.
+
We plan to release GnuCash 6.0 in Spring 2026 with unstable testing beginning in January 2026:
 +
{| class="wikitable"
 +
! width="90" | Release
 +
! width="90" | String Freeze
 +
! width="90" | Planned
 +
! width="90" | Actual 
 +
! width="360" | Notes
 +
|-
 +
| 6.
 +
! style="background-color:yellow" | 2026-03-08
 +
|| 2026-03-29 || ||
 +
|-
 +
| 5.904 || || 2026-03-22 ||
 +
! style="background-color:yellow" | Code Freeze, Release Candidate
 +
|-
 +
| 5.903 || || 2026-03-15 ||  ||
 +
|-
 +
| 5.902 || || 2026-03-08 ||
 +
! style="background-color:yellow" | String Freeze
 +
|-
 +
| 5.901 || || 2026-02-01 || 
 +
! style="background-color:yellow" | Feature Freeze
 +
|-
 +
| 5.900 || || 2026-01-04 || ||
 +
|}
  
=== Requirements of 2.1.x releases ===
+
== Schedules ==
* Any 2.1.x has to offer full backward-compatibility of the data file. It should always be possible to use a 2.1.x-saved XML datafile again with any 2.0.x version. This is achieved by the "allow_file_incompatibility" gconf key as introduced in [http://svn.gnucash.org/trac/changeset/15612 r15612], explained also [http://lists.gnucash.org/pipermail/gnucash-devel/2007-February/019966.html here].
+
=== Stable 5.x ===
* [[Bugzilla]] queries for the list of bugs assigned to those milestones:
+
{| class="wikitable"
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.1.0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO Open Bugzilla items with 2.1.0 milestone] ([http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.1.0 including resolved])
+
! width="90" | Release
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.2.0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO Open Bugzilla items with 2.2.0 milestone] ([http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.2.0 including resolved])
+
! width="90" | String Freeze
 +
! width="90" | Planned
 +
! width="90" | Actual 
 +
! width="360" | Notes
 +
|-
 +
| 5.12
 +
!style="background-color:yellow"| 2025-12-14 
 +
!style="background-color:yellow"| 2025-12-21 
 +
|  ||
 +
|-
 +
| 5.12 || 2025-09-21  || 2025-09-28  ||  ||
 +
|-
 +
| 5.11 || 2025-06-22  || 2025-06-29  ||  ||
 +
|-
 +
| 5.10 || 2025-03-23  || 2025-03-30  ||  ||
 +
|-
 +
| 5.9 || 2024-12-08  || 2024-12-15  ||  ||
 +
|-
 +
| 5.8 || 2024-09-22  || 2024-09-29  ||  ||
 +
|-
 +
| 5.7 || 2024-06-23  || 2024-06-30  ||  ||
 +
|-
 +
| 5.6 || 2024-03-24  || 2024-03-31  || 2023-03-31 ||
 +
|-
 +
| 5.5 || 2023-12-10  || 2023-12-17  || 2023-12-17 ||
 +
|-
 +
| 5.4 || 2023-09-17  || 2023-09-24  || 2023-09-24 ||
 +
|-
 +
| 5.3 ||  || || 2023-06-26 || Snap release to fix [https://bugs.gnucash.org/show_bug.cgi?id=798967 Bug 798967]
 +
|-
 +
| 5.2 || 2023-06-18  || 2023-06-25  || 2023-06-25 ||
 +
|-
 +
| 5.1 ||  || 2023-04-30  || 2023-04-30 || Short loop for things that missed 5.0, bug fixes
 +
|-
 +
| 5.0 ||  || 2023-03-28  || 2023-03-28  ||
 +
|}
  
=== Caveats ===
+
=== Old Stable 4.x (Closed to Development)===
Caveats for testers:
+
{| class="wikitable"
* Any 2.1.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 2.1.x release, make sure you hit "Save" after ever non-trivial workstep.
+
! width="90" | Release
* The documentation has had screenshots updated, however, most help texts usually only refers to the 2.0.x or even 1.8.x series. Everyone is invited to help improve the documentation; see [[Development]] on how to get involved.
+
! width="90" | String Freeze
 +
! width="90" | Planned
 +
! width="90" | Actual 
 +
! width="360" | Notes
 +
|-
 +
| 4.14 || 2023-03-12 || 2023-03-26 || 2023-03-26 ||
 +
|-
 +
| 4.13 || 2022-12-04 || 2022-12-18 || 2022-12-18 ||
 +
|-
 +
| 4.12 || 2022-09-15 || 2022-09-25 || 2022-09-25 ||
 +
|-
 +
| 4.11 || 2022-06-12 || 2022-06-26 || 2022-06-26 ||
 +
|-
 +
| 4.10 || 2022-03-13 || 2022-03-27 || 2022-03-27 ||
 +
|-
 +
| 4.9 || 2021-12-05 || 2021-12-19 || 2021-12-19 ||
 +
|-
 +
| 4.8 ||  ||  || 2021-09-28 || Snap release to correct crash.
 +
|-
 +
| 4.7 || 2021-09-12 || 2021-09-26 || 2021-09-26 ||
 +
|-
 +
| 4.6 || 2021-06-13 || 2021-06-27 || 2021-06-27 ||
 +
|-
 +
| 4.5 || 2021-03-14 || 2021-03-28 || 2021-03-28 ||
 +
|-
 +
| 4.4 || || || 2020-12-27 || Snap release to fix [https://bugs.gnucash.org/show_bug.cgi?id=798063 Bug 798063]
 +
|-
 +
| 4.3 || 2020-12-13 || 2020-12-27|| 2020-12-27 ||
 +
|-
 +
| 4.2 || || 2020-09-27 || 2020-09-27 ||
 +
|-
 +
| 4.1 || || 2020-07-26 || 2020-07-26 ||
 +
|-
 +
| 4.0 || || 2020-06-28 || 2020-06-28 ||
 +
|}
  
=== Schedule ===
 
Proposed release dates:
 
* 2.1.0 sometime March, say, March 18th; Initial announcement and call for testers
 
* 2.1.1 April 1st; bugfixing; string freeze
 
* 2.1.2 April 15th; bugfixing
 
* if needed, 2.1.3 April 29th
 
* 2.2.0 mid-May, say, May 13th.
 
All dates are the Sunday of a weekend. It is proposed to have a release every other week or in three week intervals.
 
  
 +
Release notes can be found on the [http://www.gnucash.org GnuCash Web Page].
  
== Release Schedule for 2.0.x ==
+
== Previous Releases ==
 +
We maintain an [[Release Schedule/Archive | archive page]] of older release announcements.
  
Actual release dates:
 
* 2.0.5 February 18th, 2007; Announcement 2.0.5; [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.0.5 All Bugzilla items with 2.0.5 milestone including resolved]
 
* 2.0.4 January 1st, 2007; Announcement 2.0.4; [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.0.4 All Bugzilla items with 2.0.4 milestone including resolved]
 
* 2.0.3 December 10th, 2006; [[Announcement 2.0.3]]; [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.0.3 All Bugzilla items with 2.0.3 milestone including resolved]
 
** (important bugfix: [http://bugzilla.gnome.org/show_bug.cgi?id=353450 crash on quit during save], bug 353450)
 
* 2.0.2 October 8th, 2006; [[Announcement 2.0.2]]; [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.0.2 All Bugzilla items with 2.0.2 milestone including resolved]
 
* 2.0.1 July 30th, 2006; [[Announcement 2.0.1]]; [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.0.1 All Bugzilla items with 2.0.1 milestone including resolved]
 
* 2.0.0 July 09th, 2006; [[Announcement 2.0.0]]; [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.0.0 All Bugzilla items with 2.0.0 milestone including resolved]
 
  
== Release Schedule for 1.9.x ==
+
[[Category:Releases]] [[Category:Development‎‏]] [[Category:Version‎‏]]
This is a draft release schedule for unstable 1.9.x releases of gnucash, which will eventually lead to the stable 2.0.0 release of gnome2-based gnucash.
 
 
 
=== Goal ===
 
Goal for 2.0.0: For the first 2.0.0 release the plan is to finish porting those parts of gnucash that have already been started (i.e. new windowing system, account tree, commodities tree, etc.), but not to port any additional features unless absolutely required.
 
 
 
Purpose of all 1.9.x releases: Any 1.9.x is not yet stable, but is meant to provide easier access to the current source code for wider testing. Also, at some point in time the 1.9.x series should go into a string freeze so that translators can fully concentrate on their translation work.
 
 
 
=== Requirements of 1.9.x releases ===
 
* Any 1.9.x has to offer full backward-compatibility of the data file. It should always be possible to use a 1.9.x-saved XML datafile again with any 1.8.x version. (Note: Actually we restrict this backward compatibility to >= 1.8.5 because we are using the correct XML namespace definitions in the file; capabilities for reading those were added in 1.8.5, 17 Aug 2003)
 
* [[Bugzilla]] queries for the list of bugs assigned to those milestones:
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=1.9.0 All Bugzilla items with 1.9.0 milestone including resolved]
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=1.9.1 All Bugzilla items with 1.9.1 milestone including resolved]
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=1.9.2 All Bugzilla items with 1.9.2 milestone including resolved]
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=1.9.3 All Bugzilla items with 1.9.3 milestone including resolved]
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=1.9.4 All Bugzilla items with 1.9.4 milestone including resolved]
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=1.9.5 All Bugzilla items with 1.9.5 milestone including resolved]
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=1.9.6 All Bugzilla items with 1.9.6 milestone including resolved]
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=1.9.7 All Bugzilla items with 1.9.7 milestone including resolved]
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=1.9.8 All Bugzilla items with 1.9.8 milestone including resolved]
 
** [http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.0.0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO Open Bugzilla items with 2.0.0 milestone] ([http://bugzilla.gnome.org/buglist.cgi?product=GnuCash&target_milestone=2.0.0 including resolved])
 
 
 
=== Caveats ===
 
Caveats for testers:
 
* Any 1.9.x version might crash unexpectedly at any point during runtime. If you test some serious work in a 1.9.x release, make sure you hit "Save" after ever non-trivial workstep.
 
* The documentation has had screenshots updated, however, most help texts usually only refers to the 1.8.x series. Everyone is invited to help improve the documentation; see [[Development]] on how to get involved.
 
 
 
=== Schedule ===
 
Actual release dates:
 
* 1.9.0 February 8th; [[Announcement 1.9.0]], Initial announcement and call for adventurous testers
 
* 1.9.1 February 19th; [[Announcement 1.9.1]]; bugfixes
 
* 1.9.2 March 5th; [[Announcement 1.9.2]]; bugfixes
 
* 1.9.3 March 19th; [[Announcement 1.9.3]]; bugfixes
 
* 1.9.4 April 5th; [[Announcement 1.9.4]]; "soft" string freeze; bugfixes; call for translations; call for more testers
 
* 1.9.5 April 16th; [[Announcement 1.9.5]]; bugfixes; start of [[String Freeze]].
 
* 1.9.6 May 14th; [[Announcement 1.9.6]]; bugfixes; still [[String Freeze]]; first "beta" release
 
* 1.9.7 June 5th; [[Announcement 1.9.7]]; bugfixes; second "beta" release
 
* 1.9.8 June 18th; [[Announcement 1.9.8]]; release candidate! Yeah!
 
* 2.0.0 July 09th; [[Announcement 2.0.0]]
 
 
 
Proposed future schedule. All dates are the Sunday of a weekend. It is proposed to have a release every other week or in three week intervals.
 
 
 
The tarball is prepared ("make dist") and copied on the ftp server by Chris Lyttle.
 

Latest revision as of 23:37, 18 April 2024

Languages עִברִית

General Rules

  • Usually stable versions are released at the last weekend of a quarter.
  • String freeze is 2 weeks before. To publish the changed messages to Weblate a make pot; msgmerge … as described in Language_Administration#Program is required.
It is also a good opportunity for packagers to check for Dependency Updates.

Goals for 6.0

Goals for 6.0:

  • Rewrite engine to remove dependencies on GLib/GObject using C++
  • Migrate from QofQuery to SQL Query
  • Make KVP a backend implementation detail; no direct KVP access except in the backends
  • Limit use of Guile to reports and F::Q; all other main application code should be C or C++.

We plan to release GnuCash 6.0 in Spring 2026 with unstable testing beginning in January 2026:

Release String Freeze Planned Actual Notes
6.0 2026-03-08 2026-03-29
5.904 2026-03-22 Code Freeze, Release Candidate
5.903 2026-03-15
5.902 2026-03-08 String Freeze
5.901 2026-02-01 Feature Freeze
5.900 2026-01-04

Schedules

Stable 5.x

Release String Freeze Planned Actual Notes
5.12 2025-12-14 2025-12-21
5.12 2025-09-21 2025-09-28
5.11 2025-06-22 2025-06-29
5.10 2025-03-23 2025-03-30
5.9 2024-12-08 2024-12-15
5.8 2024-09-22 2024-09-29
5.7 2024-06-23 2024-06-30
5.6 2024-03-24 2024-03-31 2023-03-31
5.5 2023-12-10 2023-12-17 2023-12-17
5.4 2023-09-17 2023-09-24 2023-09-24
5.3 2023-06-26 Snap release to fix Bug 798967
5.2 2023-06-18 2023-06-25 2023-06-25
5.1 2023-04-30 2023-04-30 Short loop for things that missed 5.0, bug fixes
5.0 2023-03-28 2023-03-28

Old Stable 4.x (Closed to Development)

Release String Freeze Planned Actual Notes
4.14 2023-03-12 2023-03-26 2023-03-26
4.13 2022-12-04 2022-12-18 2022-12-18
4.12 2022-09-15 2022-09-25 2022-09-25
4.11 2022-06-12 2022-06-26 2022-06-26
4.10 2022-03-13 2022-03-27 2022-03-27
4.9 2021-12-05 2021-12-19 2021-12-19
4.8 2021-09-28 Snap release to correct crash.
4.7 2021-09-12 2021-09-26 2021-09-26
4.6 2021-06-13 2021-06-27 2021-06-27
4.5 2021-03-14 2021-03-28 2021-03-28
4.4 2020-12-27 Snap release to fix Bug 798063
4.3 2020-12-13 2020-12-27 2020-12-27
4.2 2020-09-27 2020-09-27
4.1 2020-07-26 2020-07-26
4.0 2020-06-28 2020-06-28


Release notes can be found on the GnuCash Web Page.

Previous Releases

We maintain an archive page of older release announcements.