diff options
author | raveit65 <[email protected]> | 2017-05-17 22:24:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-17 22:24:26 +0200 |
commit | df07c8ae0899263f53a55fe1bcca88ce08936164 (patch) | |
tree | 345c12e653b6501a0b25e3699d8a161e472e5c52 | |
parent | 5fe9876bfc70f8ca88f4ba282c3d782cd4c36794 (diff) | |
download | engrampa-1.16.1.tar.bz2 engrampa-1.16.1.tar.xz |
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +1.16.1 +------ + + Fix: Browsing history not correct + Fix: open the 7z first split volume after compress + Fix: compress rar split into volumes + Fix: compress 7z split into volumes + Fix: Wrong behavior of Skip button in Replace file dialog + amiga "lha" files supported + 1.16.0 ------ diff --git a/configure.ac b/configure.ac index d56727c..bc4b583 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.16.0], [http://www.mate-desktop.org/]) +AC_INIT([engrampa], [1.16.1], [http://www.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])]) |