From 42ce8b5be943ad3bd903a590914c760e439ecf4c Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 5 Dec 2016 18:00:52 +0100 Subject: [PATCH] 1.8 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 21d2773..ef6fe3e 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 de8c718..72b6772 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]) -- GitLab