Skip to content

Commit 108747c

Browse files
author
raveit65
committed
release 1.26.1
1 parent f783f07 commit 108747c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### engrampa 1.26.1
2+
3+
* Translations update
4+
* fr-process: fix memory leak
5+
* Fix archive file save as function
6+
* file-data: fix memory leak
7+
* fr-window: fix memory leak
8+
* dlg-package-installer: fix memory leak
9+
110
### engrampa 1.26.0
211

312
* 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.26.1], [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)