diff options
| author | Victor Kareh <[email protected]> | 2026-05-04 13:53:42 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2026-05-04 13:53:42 -0400 |
| commit | 7e04f57b68ac7c354d048157e936c9dc23e3b47b (patch) | |
| tree | 8f0c0d963715b69127c6c3ac86ae5f61782385da | |
| parent | 4d63a91c0ad9da7bc851df1bd8700737de2ec17f (diff) | |
| download | engrampa-1.28.tar.bz2 engrampa-1.28.tar.xz | |
| -rw-r--r-- | .github/workflows/builds.yml | 4 | ||||
| -rw-r--r-- | NEWS | 15 | ||||
| -rw-r--r-- | configure.ac | 2 |
3 files changed, 18 insertions, 3 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 8382478..cf26b5d 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -3,10 +3,10 @@ name: CI Build on: push: branches: - - master + - 1.28 pull_request: branches: - - master + - 1.28 workflow_dispatch: # cancel already running builds of the same branch or pull request @@ -1,3 +1,18 @@ +### engrampa 1.28.3 + + * ci: Add a GitHub Actions build (#529) + * rar: Fix crash with no filename + * rar: Fix support for RAR 7.0 empty directory CRC32 + * rar: Fix asking password for encrypted archives with RAR7 + * Avoid critical errors with invalid dates + * fix memleaks + * lha: Fix crash, parse lha list output correctly + * lha: Use named fields instead of magic numbers + * lha: Fix support for file names with spaces + * ci: restructure github actions to use the same structure for all repos + * build(deps): bump actions/checkout from 5 to 6 + * fixed wrong drag&drop activation when in single click mode + ### engrampa 1.28.2 * Fix extract of encrypted archives diff --git a/configure.ac b/configure.ac index 875c56b..e4f7968 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([engrampa], [1.28.2], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org]) +AC_INIT([engrampa], [1.28.3], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |
