From f4e094740c36c629b5284ac270a0b08d8c75cb85 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 23 Feb 2016 15:24:01 +0100 Subject: 1.6 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c05fa337..882bd94a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +shared-mime-info 1.6 (2016-02-23) +* Add XAR archive mime-type +* Add GeoJSON mime-type +* Add GPX mime-type +* Add xdg-app mime-type +* Add *.xht glob and magic for XHTML files +* Bump priority of archive mime-types with long magics, + to avoid false positives when detecting files inside + the archive itself + shared-mime-info 1.5 (2015-09-15) * Fix compilation with glib < 2.26 * Update DTD diff --git a/configure.ac b/configure.ac index 45221a49..1203ec68 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([shared-mime-info],[1.5],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) +AC_INIT([shared-mime-info],[1.6],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) -- cgit v1.2.1