Skip to content

Commit 9038285

Browse files
committed
release 1.27.0
1 parent c971d9c commit 9038285

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

NEWS

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
### engrampa 1.27.0
2+
3+
* tx: sync with transifex
4+
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
5+
* tx: update resource
6+
* tx: migrate config file
7+
* Fix corrupted engrampa_main_window.png files in userguide for ca, de, el, fi, fr, it and uk.
8+
* Enable mouse-less navigation & reading for output dialogs
9+
* Accessibility: add proper mnemonic relations and labelling
10+
* Fix implicit conversion changes signedness: 'gboolean'
11+
* CI: Drop -Wunused-parameter for debian build
12+
* file-data: fix memory leak
13+
* fr-command-tar: fix memory leak
14+
* fr-window: fix memory leak
15+
* dlg-package-installer: fix memory leak
16+
* Fix build warnings about missing field initializer
17+
* Fix some -Wfloat-conversion warnings
18+
* Fix -Wimplicit-int-conversion warning
19+
* build: fix -Wmissing-prototypes warning
20+
* glib-utils: drop strcmp_null_tolerant
21+
* test-server: Remove unreachable code after calling g_error
22+
* glib-utils: escape_str_common should be static
23+
* equality comparison with extraneous parentheses
24+
* Use a blank line at most
25+
126
### engrampa 1.26.0
227

328
* Translations update

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ(2.61)
44

5-
AC_INIT([engrampa], [1.26.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
5+
AC_INIT([engrampa], [1.27.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org])
66
AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news])
77
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
88

0 commit comments

Comments
 (0)