summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2017-03-13 13:38:14 +0000
committerMartin Wimpress <[email protected]>2017-03-13 13:38:14 +0000
commit48ddcc7aa514c6a25d66fcddea8063187840b0ad (patch)
tree9ef7d7ffbd78cc6ed00f94003bdf8aed1f712f18
parent0e2f063671833ab77bb2f4c28945c1a5105cfeab (diff)
downloadengrampa-48ddcc7aa514c6a25d66fcddea8063187840b0ad.tar.bz2
engrampa-48ddcc7aa514c6a25d66fcddea8063187840b0ad.tar.xz
Bump version to 1.18.0v1.18.0
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8aa0faa..f681da8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+### engrampa 1.18.0
+
+ * check the rar/unrar version to work the new date style with all versions
+ * Fix: rar file listing now shows correct date with recent binary
+ * Fix: open the 7z first split volume after compress
+ * Fix typo in NEWS: engrampa instead engramp
+ * Fix: compress rar split into volumes
+ * Fix: compress 7z split into volumes
+ * build: remove option that disables deprecated stuff
+ * zip: added ear and war to the supported types list
+ * Update engrampa NEWS to use consistent, project wide, markdown-like
+ formatting.
+ * Translations update
+
### engrampa 1.17.0
* Build: require Caja >= ### engrampa 1.17.1 to build against GTK+3 version
diff --git a/configure.ac b/configure.ac
index c557b71..87dc81f 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.17.0], [http://www.mate-desktop.org/])
+AC_INIT([engrampa], [1.18.0], [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])])