summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-02-23 15:24:01 +0100
committerBastien Nocera <hadess@hadess.net>2016-02-23 15:24:01 +0100
commitf4e094740c36c629b5284ac270a0b08d8c75cb85 (patch)
tree9593cc9f0de61aea753938d8ac65ecb23490827b
parentad6c09059ee31bf1c306755c5f0156f9088f37b9 (diff)
downloadshared-mime-info-f4e094740c36c629b5284ac270a0b08d8c75cb85.tar.gz
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
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])