summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-11 20:14:05 +0100
committermbkma <[email protected]>2022-11-11 20:14:05 +0100
commit90382856772188673317847cf0c0445012d9f403 (patch)
tree434ff98c14d6f3ab030174a43115a64853d0def9
parentc971d9c369b83e8afe7b62d2ccf54524860e0e60 (diff)
downloadengrampa-90382856772188673317847cf0c0445012d9f403.tar.bz2
engrampa-90382856772188673317847cf0c0445012d9f403.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 029cef7..68557b3 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.ac b/configure.ac
index 8b50427..ffdcfdf 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.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])])