summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-12-05 18:00:52 +0100
committerBastien Nocera <hadess@hadess.net>2016-12-05 18:00:52 +0100
commit42ce8b5be943ad3bd903a590914c760e439ecf4c (patch)
tree33b9378b988967555e264ec3f0574b07860d403b
parent13cd68a176e9ff70a05cfb36fca3daebdea2e311 (diff)
downloadshared-mime-info-Release-1-8.tar.gz
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 21d2773c..ef6fe3e9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+shared-mime-info 1.8 (2016-12-05)
+* Add Flatpak-related mime-types
+* Add mime-type for a number of Thomson-related disk (and cassette) images
+* Add many audio and video mime-type aliases as used in VLC
+* Add mime-type for pdf.lz files
+* Write the correct length for literal and glob lists to the cache
+* Build fixes
+
shared-mime-info 1.7 (2016-09-05)
* Add mime-types for a number of video games systems ROMS
(Atari 7800, Atari 2600, Neo Geo Pocket, Sega CD/Mega-CD, Game Boy Color,
diff --git a/configure.ac b/configure.ac
index de8c718d..72b67726 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([shared-mime-info],[1.7],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
+AC_INIT([shared-mime-info],[1.8],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info])
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news])