Tags

Tags give the ability to mark specific points in history as being important
  • upstream/1.12.7+git20230315

    Upstream version 1.12.7+git20230315
  • upstream/1.10.7+git20230315

    Upstream version 1.10.7+git20230315
  • debian/1.14.3-1_bpo11+1

    flatpak release 1.14.3-1~bpo11+1 for bullseye-backports (bullseye-backports)
    
    (maintainer view tag generated by dgit --quilt=unapplied)
    
    [dgit distro=debian split --quilt=unapplied]
    
  • 1.14.3

    flatpak v1.14.3
    
    Bug fixes:
    
    * When splitting an upgrade into two steps (download without installing, and
      then upgrade without allowing further downloads) like GNOME Software does,
      if an app is marked EOL and superseded by a replacement, don't remove the
      superseded app in the first step, which would result in the replacement
      incorrectly not being installed (#5172)
    * Fix a crash when `--socket=gpg-agent` is used (#5095)
    * Fix a crash when listing apps if one of them is broken or misconfigured
      (#5293)
    * If an app has invalid syntax in its overrides or metadata, mention the
      filename in the error message (#5293)
    * Unset `$GDK_BACKEND` for apps, ensuring GTK apps with `--socket=fallback-x11`
      can work (#5303)
    * Never try to export a parent of reserved directories as a `--filesystem`,
      for example `/run`, which would prevent the app from starting (#5205, #5207)
    * Never try to export a `--filesystem` below `/run/flatpak` or `/run/host`,
      which could similarly prevent the app from starting
    * The above change also fixes apps not starting if a `--filesystem` is a
      symlink to the root directory (#1357)
    * Show a warning when the `--filesystem` exists but cannot be shared with
      the sandbox (#1357, #5035, #5205, #5207)
    
    Git-EVTag-v0-SHA512: c87becc8f0d6650a0904cc46db572ce71f2ec0a2098425caa5ba604d0b4395c160f4760a33b252a29e22fbb2b8db14aefd224721dfb26c536f2db41f781d4d28
    
  • debian/1.14.3-1

    c5d0879f · Release to unstable ·
    flatpak release 1.14.3-1 for unstable (sid)
    
    (maintainer view tag generated by dgit --quilt=unapplied)
    
    [dgit distro=debian split --quilt=unapplied]
    
  • upstream/1.14.3

    Upstream version 1.14.3
  • 1.15.3

    756994b5 · Prepare v1.15.3 ·
    flatpak 1.15.3
    
    Build system:
    
    * Building this version of Flatpak with Meson is recommended. The source
      release flatpak-1.15.3.tar.xz no longer contains Autotools-generated
      files, although this version can still be built using Autotools after
      running `./autogen.sh`. Future versions are likely to remove the
      Autotools build system.
    
    Bug fixes:
    
    * When splitting an upgrade into two steps (download without installing, and
      then upgrade without allowing further downloads) like GNOME Software does,
      if an app is marked EOL and superseded by a replacement, don't remove the
      superseded app in the first step, which would result in the replacement
      incorrectly not being installed (#5172)
    * Fix a crash when --socket=gpg-agent is used (#5095)
    * Fix a crash when listing apps if one of them is broken or misconfigured
      (#5293)
    * If an app has invalid syntax in its overrides or metadata, mention the
      filename in the error message (#5293)
    * Unset $GDK_BACKEND for apps, ensuring GTK apps with --socket=fallback-x11
      can work (#5303)
    * Fix a deprecation warning when compiled with curl >= 7.85 (#5284)
    * Translation updates: es, ru (#5266, #5312, #5313)
    
    Internal changes:
    
    * Better diagnostic messages for why runtimes are or are not considered
      unused (#5237)
    
    Git-EVTag-v0-SHA512: a440a346d1107375245c3013c6b2d044eb187302bc6e4d1db66ec8c7b1a2353ee5b5edf8779d9378ea5c482619c40f003ccd7a3d9825a45f99ae356ac3db2a16
    
  • debian/1.15.3-1

    625da0ad · Release to experimental ·
    flatpak release 1.15.3-1 for experimental (experimental)
    
    (maintainer view tag generated by dgit --quilt=unapplied)
    
    [dgit distro=debian split --quilt=unapplied]
    
  • upstream/1.15.3

    Upstream version 1.15.3
  • debian/1.14.2-1_bpo11+1

    flatpak release 1.14.2-1~bpo11+1 for bullseye-backports (bullseye-backports)
    
    (maintainer view tag generated by dgit --quilt=unapplied)
    
    [dgit distro=debian split --quilt=unapplied]
    
  • 1.14.2

    flatpak 1.14.2
    
    Bug fixes:
    
    * Display the intended messages for `flatpak repair` (#5204)
    * Exporting an app to an existing repository on a CIFS filesystem
      now works as intended (#5257)
    * Unset $GIO_EXTRA_MODULES for apps, avoiding misbehaviour in some GLib
      apps when set to a path on the host (#5206)
    * Unset $XKB_CONFIG_ROOT for apps, avoiding crashes in GTK and Qt apps
      under Wayland when this variable is set to a path not available in the
      sandbox (#5194)
    * Unset $KRB5CCNAME for apps
    * When using the fish shell, avoid duplicate XDG_DATA_DIRS entries if the
      profile script is sourced more than once (#5198)
    
    Internal changes:
    
    * The INFO log level is now treated the same as the DEBUG log level
      by `flatpak -v`, to make backports from 1.15.x simpler
    
    Git-EVTag-v0-SHA512: 4105887de752427fab1a5e08ca870b2d4d0b06b26588e4755aaba907a96d0693e1249bedf10013f09bbbfa6db34b29b503056f0ccf0ea385cf4c05c6fb49f12f
    
  • debian/1.14.2-1

    ab575cb6 · Release to unstable ·
    flatpak release 1.14.2-1 for unstable (sid)
    
    (maintainer view tag generated by dgit --quilt=unapplied)
    
    [dgit distro=debian split --quilt=unapplied]
    
  • upstream/1.14.2

    Upstream version 1.14.2
  • 1.15.2

    flatpak 1.15.2
    
    Bug fixes:
    
    * Never try to export a parent of reserved directories as a --filesystem,
      for example /run, which would prevent the app from starting (#5205, #5207)
    * Never try to export a --filesystem below /run/flatpak or /run/host,
      which could similarly prevent the app from starting
    * The above change also fixes apps not starting if a --filesystem is a
      symlink to the root directory (#1357)
    * Show a warning when the --filesystem exists but cannot be shared with
      the sandbox (#1357, #5035, #5205, #5207)
    * Display the intended messages for `flatpak repair` (#5204)
    * Exporting an app to an existing repository on a CIFS filesystem
      now works as intended (#5257)
    * Unset $GIO_EXTRA_MODULES for apps, avoiding misbehaviour in some GLib
      apps when set to a path on the host (#5206)
    * Unset $XKB_CONFIG_ROOT for apps, avoiding crashes in GTK and Qt apps
      under Wayland when this variable is set to a path not available in the
      sandbox (#5194)
    * When using the fish shell, avoid duplicate XDG_DATA_DIRS entries if the
      profile script is sourced more than once (#5198)
    * Update included copy of bubblewrap to 0.7.0 for better error messages
    * Install SELinux files correctly when building with Meson
    * Translation updates: ru, tr (#5256, #5262)
    
    Internal changes:
    
    * Update included copy of libglnx
    * flatpak -v now uses the INFO log level, and flatpak -vv uses the
      DEBUG log level in the flatpak log domain. Previously, the extra
      messages that were logged by flatpak -vv were in a separate "flatpak2"
      log domain. G_MESSAGES_DEBUG=flatpak previously had an effect similar to
      flatpak -v, and is now more similar to flatpak -vv. (#5001)
    
    Git-EVTag-v0-SHA512: 1f4eb9112c79cbd33fe8a4d9ac9f3cadbcdae0bd02ae5361588e6fb37eae41ffcebe466c204f531fbc69012aadc86268c588d20507e10fab99e7bca0c19f29b2
    
  • debian/1.15.2-1

    91e07c36 · Release to experimental ·
    flatpak release 1.15.2-1 for experimental (experimental)
    
    (maintainer view tag generated by dgit --quilt=unapplied)
    
    [dgit distro=debian split --quilt=unapplied]
    
  • upstream/1.15.2

    Upstream version 1.15.2
  • debian/1.14.1-1_bpo11+1

    a32bfe44 · Update changelog ·
    flatpak release 1.14.1-1~bpo11+1 for bullseye-backports (bullseye-backports)
    
    (maintainer view tag generated by dgit --quilt=unapplied)
    
    [dgit distro=debian split --quilt=unapplied]
    
  • 1.14.1

    flatpak 1.14.1
    
    New features:
    
    * Add a httpbackend variable to flatpak.pc, allowing dependent projects
      like GNOME Software to detect whether they are compatible with libflatpak
      (#5054)
    
    Bug fixes:
    
    * Terminate the flatpak-session-helper and flatpak-portal services when the
      session ends, so that applications will not inherit outdated Wayland
      and X11 socket addresses (#5068)
    * When using `fish` shell, don't overwrite a previously-set XDG_DATA_DIRS
      (#5123)
    * Don't try to enable HTTP 2 if linked to a libcurl version that doesn't
      support it (#5074)
    * Stop systemd reporting the session-helper as failed when terminated by
      a signal (#5129)
    * Fix a warning when listing a document with no permissions (#5055)
    * Fix compilation with GLib 2.66.x (as used in Debian 11) (#5062)
    * Fix compilation with GLib 2.58.x (as used in Debian 10) (#5066)
    * Fix a compiler warning on 32-bit architectures (#5148)
    * If an app update is blocked by parental controls policies, clean up the
      temporary deploy directory (#5146)
    * Fix Autotools build with versions of gpgme that no longer provide
      gpgme-config(1) (#5173)
    * When building with Autotools, be more consistent about applying compiler
      warning flags (#5149)
    * Unset $TEMP, $TEMPDIR and $TMP for apps, the same as $TMPDIR (#5168)
    * Treat /efi the same as /boot/efi (#5155)
    * Make generated files more reproducible (#5085)
    * Translation updates: cs, id, pl, pt_BR (#5052, #5056, #5059, #5126)
    
    Internal changes:
    
    * Update project logo in README (#5119)
    
    Git-EVTag-v0-SHA512: 50f6c1134c20a8f0c676a36bebd2e2782fa8f52490365ab0a96c24981fd1ccf0bbbe5370decfc0782af04f0299a10481656a12d5f826616bf94ec0ae9f45f8bd
    
  • debian/1.14.1-1

    a18b92e0 · Release to unstable ·
    flatpak release 1.14.1-1 for unstable (sid)
    
    (maintainer view tag generated by dgit --quilt=unapplied)
    
    [dgit distro=debian split --quilt=unapplied]
    
  • upstream/1.14.1

    Upstream version 1.14.1