Skip to content

Releases: AppImageCrafters/AppRun

v3.0.0-devel-2

30 Jun 17:14
6165e82
Compare
Choose a tag to compare
v3.0.0-devel-2 Pre-release
Pre-release

Bug Fixes

Commits

  • 7da3a03: Implement check-runtime binary to be used on app startup (Alexis Lopez Zubieta) #62
  • 8f44271: Implement check in separated binaries for each lib (Alexis Lopez Zubieta) #62
  • 5c292e0: Describe modules proposal (Alexis Lopez Zubieta) #62
  • 4a5adb1: Update mock.AppDir to use config files and modules (Alexis Lopez Zubieta) #62
  • d0759a4: Move compare_version_strings to string_utils.h (Alexis Lopez Zubieta) #62
  • 97053c2: Add libconfig as dependency (Alexis Lopez Zubieta) #62
  • 85221cb: Add modules documentation (Alexis Lopez Zubieta) #62
  • a9a910d: Implement check glibc (Alexis Lopez Zubieta) #62
  • 2cef080: Implement check glibstdc++ (Alexis Lopez Zubieta) #62
  • 8b47d53: Use module common (Alexis Lopez Zubieta) #62
  • 4c899fd: Update mock.AppDir to use the check module apps (Alexis Lopez Zubieta) #62
  • 703fcb3: Drop unused file_utils.c (Alexis Lopez Zubieta) #62
  • a2cf2c9: Drop unused read_ld_version (Alexis Lopez Zubieta) #62
  • 2e8f357: Rewrite AppRun to use modules and libconfig (Alexis Lopez Zubieta) #62
  • 1d3bfbe: Lower c++ standard required to 14. (Alexis Lopez Zubieta) #62
  • fb921fb: Install git in docker images to allow cloning libconfig (Alexis Lopez Zubieta) #62
  • 4e317eb: Forward toolchaing to libconfig cmake configuration (Alexis Lopez Zubieta) #62
  • a635063: Add missing flags on i386 toolchain (Alexis Lopez Zubieta) #62
  • ef9207f: Add module checks to artifacts (Alexis Lopez Zubieta) #62
  • cb74605: Report missing AppRun.config file (Alexis Lopez Zubieta) #62
  • aa1da1f: Use AppDir as default runtime dir (Alexis Lopez Zubieta) #62
  • 34374f0: Don't add extra quotes after expanding environment variables (Alexis Lopez Zubieta) #62
  • 8be8e7d: Expand environment variables values on load (Alexis Lopez Zubieta) #62
  • f3f0356: Add AppRun chdir debug message (Alexis Lopez Zubieta) #62
  • 3fd45c3: Revert "Don't add extra quotes after expanding environment variables" (Alexis Lopez Zubieta) #62
  • b33b09d: Add check glibc and glibstdc++ to the release builds artifacts (Alexis Lopez Zubieta) #62
  • ed71bcc: Fix execv arguments formatting on launch (Alexis Lopez Zubieta) #62

v2.0.0

03 May 03:06
Compare
Choose a tag to compare

Bug Fixes

Commits

  • b7118d8: Move redirect_path into an independent module (Alexis Lopez Zubieta) #57
  • 7d66b41: Drop apprun_resolve_bin_path and apprun_exec_adjust_path (Alexis Lopez Zubieta) #57

Continuous build

20 Apr 17:16
Compare
Choose a tag to compare
Continuous build Pre-release
Pre-release

Bug Fixes

v2.0.0-beta.1

14 Apr 21:44
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Commits

v2.0.0-alpha.1

01 Apr 03:31
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Features

Bug Fixes

Commits

Read more

v1.2.5

03 Jun 22:00
Compare
Choose a tag to compare

Commits

  • b21df5e: Extend shell utils tests (Alexis Lopez Zubieta)
  • 3aa0efb: Don't include empty args while expaning command line arguments (Alexis Lopez Zubieta)
  • f0665de: Implement apprun_string_trim (Alexis Lopez Zubieta) #33
  • 8c5a1e7: Initialize to 0 newly allocated string at apprun_argv_to_env (Alexis Lopez Zubieta) #33
  • 9603892: Add apprun_shell_resolve_var_value to the Commons tests suite (Alexis Lopez Zubieta) #33
  • 4874ce3: Trim spaces from exceve args (Alexis Lopez Zubieta) #33
  • eb43bb2: Install tests dependencies (Alexis Lopez Zubieta) #33
  • 3bd3779: Only build test on x86_64 (Alexis Lopez Zubieta) #33
  • f42458a: Allow others to read and execute the interpreter file (Alexis Lopez Zubieta) #33
  • 0931fa0: Setup system libc by default if not present in the bundle (Alexis Lopez Zubieta)
  • b65a0d9: Use apprun_env_set in configure_embed_libc and configure_system_libc to have better logging (Alexis Lopez Zubieta)

v1.2.4

29 Jan 19:26
Compare
Choose a tag to compare

Features

Bug Fixes

Commits

v1.2.3

11 Dec 03:06
Compare
Choose a tag to compare

Bug Fixes

Commits

  • [8ebb5cb]: Identify argv sections on APPRUN_DEBUG output (Alexis Lopez Zubieta)
  • [4b22540]: Scape argv sections using double quotes on $@ variable expansion (Alexis Lopez Zubieta)

v1.2.2

03 Nov 00:28
Compare
Choose a tag to compare

Commits

  • [a9556e9]: Fix crash with empty lines (Alexis Lopez Zubieta)
  • [396ebe2]: Fix read file lines implementation (Alexis Lopez Zubieta)

v1.2.1

21 Oct 23:11
Compare
Choose a tag to compare

Commits

  • [15df5c6]: increase read_lines buffer to 1048576 (Alexis Lopez Zubieta)
  • [5903d75]: Drop function apprun_extend_string_array (Alexis Lopez Zubieta)