gnucash-htdocs beta: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Jun 29 23:22:54 EDT 2025


  discards  https://github.com/Gnucash/gnucash-htdocs/commit/7fa7c4d1 (commit)
  discards  https://github.com/Gnucash/gnucash-htdocs/commit/e111e9f4 (commit)
Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/a2729981 (commit)
	 via  https://github.com/Gnucash/gnucash-htdocs/commit/a33ebbb1 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (https://github.com/Gnucash/gnucash-htdocs/commit/7fa7c4d1)
            \
             N -- N -- N (https://github.com/Gnucash/gnucash-htdocs/commit/a2729981)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.



commit a27299812934f58461fde4d5557c65bb19d62cad
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 29 19:48:19 2025 -0700

    Announce release of GnuCash 5.12

commit a33ebbb12b463a27b043f7e454a57653bd48f135
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jun 29 20:22:26 2025 -0700

    Copy latest php-gettext code, replacing ancient copies we had before.



Summary of changes:
 accept-to-gettext.inc | 184 +++++++++++++++++
 externals/gettext.inc | 535 ++++++++++++++++++++++++++++++++++++++++++++++++++
 externals/gettext.php | 399 +++++++++++++++++++++++++++++++++++++
 externals/plurals.php | 461 +++++++++++++++++++++++++++++++++++++++++++
 externals/streams.php | 167 ++++++++++++++++
 5 files changed, 1746 insertions(+)
 create mode 100644 accept-to-gettext.inc
 create mode 100644 externals/gettext.inc
 create mode 100644 externals/gettext.php
 create mode 100644 externals/plurals.php
 create mode 100644 externals/streams.php



More information about the gnucash-patches mailing list