From 1b716d7f4d6548effb8473301acd72ed59cb358b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 1 Dec 2010 17:34:00 +0000 Subject: [PATCH] 0.90 --- NEWS | 19 +++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a4ad080..a2fd7b7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +shared-mime-info 0.90 (2010-12-1) +* Mime-type Changes: +- Make application/epub+zip sub-class-of application/zip +- Make sure RAM files are not all treated as text +- Make CMakefiles a sub-class of text/plain +- Add new mime-type for Panasonic RW2 images +- Add XSL magic +- Add root-XML for XSL +- Add *.gem as a glob for tar archives +- Add test case for text/directory files +- Add go source code +- Add pdf.xz mime-type +- Add text/x-ooc source code +- Add Cobol source code + +* Other: +- Don't error out on the x-scheme-handler/* mime-types +- Fix crasher when mime-magic is empty + shared-mime-info 0.80 (2010-09-30) * Mime-type Changes: - Add magic for F4V (Flash) video files diff --git a/configure.in b/configure.in index 393429c..63362a8 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([shared-mime-info],[0.80],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) +AC_INIT([shared-mime-info],[0.90],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 check-news]) @@ -38,7 +38,7 @@ if test "x$GCC" = "xyes"; then esac fi ] - + AC_ARG_ENABLE(update-mimedb, AC_HELP_STRING([--disable-update-mimedb], [disable the update-mime-database after install [default=no]]),, -- GitLab