Skip to content

Commit

Permalink
release 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkma committed Nov 11, 2022
1 parent c971d9c commit 9038285
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### engrampa 1.27.0

* tx: sync with transifex
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
* tx: update resource
* tx: migrate config file
* Fix corrupted engrampa_main_window.png files in userguide for ca, de, el, fi, fr, it and uk.
* Enable mouse-less navigation & reading for output dialogs
* Accessibility: add proper mnemonic relations and labelling
* Fix implicit conversion changes signedness: 'gboolean'
* CI: Drop -Wunused-parameter for debian build
* file-data: fix memory leak
* fr-command-tar: fix memory leak
* fr-window: fix memory leak
* dlg-package-installer: fix memory leak
* Fix build warnings about missing field initializer
* Fix some -Wfloat-conversion warnings
* Fix -Wimplicit-int-conversion warning
* build: fix -Wmissing-prototypes warning
* glib-utils: drop strcmp_null_tolerant
* test-server: Remove unreachable code after calling g_error
* glib-utils: escape_str_common should be static
* equality comparison with extraneous parentheses
* Use a blank line at most

### engrampa 1.26.0

* Translations update
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)

AC_INIT([engrampa], [1.26.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
AC_INIT([engrampa], [1.27.0], [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])])

Expand Down

0 comments on commit 9038285

Please sign in to comment.