Skip to content

Commit

Permalink
New upstream version 1.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
smcv committed Aug 14, 2024
2 parents 7348d13 + 5a2503f commit 3856a35
Show file tree
Hide file tree
Showing 32 changed files with 50 additions and 47 deletions.
9 changes: 6 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changes in 1.14.9
~~~~~~~~~~~~~~~~~
Released: not yet
Changes in 1.14.10
~~~~~~~~~~~~~~~~~~
Released: 2024-08-14

Dependencies:

Expand All @@ -22,6 +22,9 @@ Documentation:

* Mark the 1.12.x and 1.10.x branches as end-of-life (#5352)

Version 1.14.9 was not released due to an incompatibility with older
versions of GLib. Version 1.14.10 replaces it.

Changes in 1.14.8
~~~~~~~~~~~~~~~~~
Released: 2024-04-30
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-context.c
Original file line number Diff line number Diff line change
Expand Up @@ -2963,7 +2963,7 @@ flatpak_context_append_bwrap_filesystem (FlatpakContext *context,

g_autofree char *src_via_proc = g_strdup_printf ("%d", src_fd);

flatpak_bwrap_add_fd (bwrap, g_steal_fd (&src_fd));
flatpak_bwrap_add_fd (bwrap, glnx_steal_fd (&src_fd));
flatpak_bwrap_add_bind_arg (bwrap, "--bind-fd", src_via_proc, dest);
}
}
Expand Down
2 changes: 1 addition & 1 deletion common/flatpak-version-macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*
* The micro version.
*/
#define FLATPAK_MICRO_VERSION (8)
#define FLATPAK_MICRO_VERSION (10)

/**
* FLATPAK_CHECK_VERSION:
Expand Down
26 changes: 13 additions & 13 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Flatpak 1.14.8.
# Generated by GNU Autoconf 2.71 for Flatpak 1.14.10.
#
# Report bugs to <https://github.com/flatpak/flatpak/issues>.
#
Expand Down Expand Up @@ -621,8 +621,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Flatpak'
PACKAGE_TARNAME='flatpak'
PACKAGE_VERSION='1.14.8'
PACKAGE_STRING='Flatpak 1.14.8'
PACKAGE_VERSION='1.14.10'
PACKAGE_STRING='Flatpak 1.14.10'
PACKAGE_BUGREPORT='https://github.com/flatpak/flatpak/issues'
PACKAGE_URL='http://flatpak.org/'

Expand Down Expand Up @@ -1642,7 +1642,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures Flatpak 1.14.8 to adapt to many kinds of systems.
\`configure' configures Flatpak 1.14.10 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1713,7 +1713,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Flatpak 1.14.8:";;
short | recursive ) echo "Configuration of Flatpak 1.14.10:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -2005,7 +2005,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Flatpak configure 1.14.8
Flatpak configure 1.14.10
generated by GNU Autoconf 2.71

Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2356,7 +2356,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Flatpak $as_me 1.14.8, which was
It was created by Flatpak $as_me 1.14.10, which was
generated by GNU Autoconf 2.71. Invocation command line was

$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -14115,7 +14115,7 @@ fi

# Define the identity of the package.
PACKAGE='flatpak'
VERSION='1.14.8'
VERSION='1.14.10'


# Some tools Automake needs.
Expand Down Expand Up @@ -21927,10 +21927,10 @@ fi

FLATPAK_MAJOR_VERSION=1
FLATPAK_MINOR_VERSION=14
FLATPAK_MICRO_VERSION=8
FLATPAK_MICRO_VERSION=10
FLATPAK_EXTRA_VERSION=
FLATPAK_INTERFACE_AGE=0
FLATPAK_VERSION=1.14.8
FLATPAK_VERSION=1.14.10



Expand Down Expand Up @@ -21959,7 +21959,7 @@ printf "%s\n" "#define PACKAGE_EXTRA_VERSION $FLATPAK_EXTRA_VERSION" >>confdefs.



LT_VERSION_INFO="11408:0:11408"
LT_VERSION_INFO="11410:0:11410"
LT_CURRENT_MINUS_AGE=0


Expand Down Expand Up @@ -22605,7 +22605,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Flatpak $as_me 1.14.8, which was
This file was extended by Flatpak $as_me 1.14.10, which was
generated by GNU Autoconf 2.71. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -22674,7 +22674,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Flatpak config.status 1.14.8
Flatpak config.status 1.14.10
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AC_PREREQ([2.63])

m4_define([flatpak_major_version], [1])
m4_define([flatpak_minor_version], [14])
m4_define([flatpak_micro_version], [8])
m4_define([flatpak_micro_version], [10])
m4_define([flatpak_extra_version], [])
m4_define([flatpak_interface_age], [0])
m4_define([flatpak_binary_age],
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/html/flatpak-Version-information.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h2><span class="refentrytitle"><a name="flatpak-Version-information.top_of_page
<hr>
<div class="refsect2">
<a name="FLATPAK-MICRO-VERSION:CAPS"></a><h3>FLATPAK_MICRO_VERSION</h3>
<pre class="programlisting">#define FLATPAK_MICRO_VERSION (8)
<pre class="programlisting">#define FLATPAK_MICRO_VERSION (10)
</pre>
<p>The micro version.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Flatpak Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
For flatpak 1.14.8
For flatpak 1.14.10

</p></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-08-23 18:04+0200\n"
"Last-Translator: Daniel Rusek <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2021-05-21 18:36+0200\n"
"Last-Translator: scootergrisen\n"
"Language-Team: Danish\n"
Expand Down
2 changes: 1 addition & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-08-14 23:52+0200\n"
"Last-Translator: Ettore Atalan <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2019-08-24 23:27+0100\n"
"Last-Translator: Zander Brown <[email protected]>\n"
"Language-Team: English - United Kingdom <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2021-09-05 14:48+0200\n"
"Last-Translator: Rodrigo Lledó Milanca <[email protected]>\n"
"Language-Team: Spanish - Spain <[email protected]>\n"
Expand Down
4 changes: 2 additions & 2 deletions po/flatpak.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: flatpak 1.14.8\n"
"Project-Id-Version: flatpak 1.14.10\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2021-11-30 21:01-0500\n"
"Last-Translator: Hari Rana / TheEvilSkeleton <[email protected]>\n"
"Language-Team: \n"
Expand Down
2 changes: 1 addition & 1 deletion po/gl.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2019-12-28 11:56+0100\n"
"Last-Translator: Fran Diéguez <[email protected]>\n"
"Language-Team: Galician <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/hi.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2021-09-11 01:37+0700\n"
"Last-Translator: Dmitry <[email protected]>\n"
"Language-Team: Hindi - Hindi <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/hr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2021-12-18 20:09+0100\n"
"Last-Translator: Milo Ivir <[email protected]>\n"
"Language-Team: Croatian <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2018-03-10 00:00+0100\n"
"Last-Translator: Balázs Úr <[email protected]>\n"
"Language-Team: Hungarian <openscope at googlegroups dot com>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/id.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-08-24 11:19+0700\n"
"Last-Translator: Kukuh Syafaat <[email protected]>\n"
"Language-Team: Indonesian <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/oc.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2021-10-08 20:48+0200\n"
"Last-Translator: Quentin PAGÈS\n"
"Language-Team: \n"
Expand Down
2 changes: 1 addition & 1 deletion po/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2023-03-04 13:49+0100\n"
"Last-Translator: Piotr Drąg <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak main\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-05-20 17:54+0100\n"
"Last-Translator: Hugo Carvalho <[email protected]>\n"
"Language-Team: Portuguese\n"
Expand Down
2 changes: 1 addition & 1 deletion po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak main\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-09-29 10:37-0300\n"
"Last-Translator: Rafael Fontenelle <[email protected]>\n"
"Language-Team: Brazilian Portuguese <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ro.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2020-07-02 15:35+0200\n"
"Last-Translator: Florentina Mușat <florentina [dot] musat [dot] 28 [at] "
"gmail [dot] com>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-06-29 15:02+0300\n"
"Last-Translator: Aleksandr Melman <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sk.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2017-01-23 18:19+0100\n"
"Last-Translator: Dušan Kazik <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-08-03 14:35+0200\n"
"Last-Translator: Anders Jonsson <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-06-20 23:22+0300\n"
"Last-Translator: Sabri Ünal <[email protected]>\n"
"Language-Team: Türkçe <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/uk.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-07-24 09:46+0300\n"
"Last-Translator: Yuri Chornoivan <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2022-01-05 14:26+0800\n"
"Last-Translator: lumingzh <[email protected]>\n"
"Language-Team: Chinese - China <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: flatpak master\n"
"Report-Msgid-Bugs-To: https://github.com/flatpak/flatpak/issues\n"
"POT-Creation-Date: 2024-08-12 20:46+0100\n"
"POT-Creation-Date: 2024-08-14 14:48+0100\n"
"PO-Revision-Date: 2020-05-17 17:53+0000\n"
"Last-Translator: Yi-Jyun Pan <[email protected]>\n"
"Language-Team: Chinese (Traditional) <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion tests/package_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.8
1.14.10

0 comments on commit 3856a35

Please sign in to comment.