summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])])