diff options
author | Bastien Nocera <hadess@hadess.net> | 2018-06-28 12:02:23 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2018-06-28 12:02:23 +0200 |
commit | 111d3397ceb17df166ec316d86a68cf56e927f00 (patch) | |
tree | e6043c4acbfe9b23aeff5c5784f12e410cde88b6 | |
parent | a599c802c03f048eceecb453814ac5b64fbade5a (diff) |
1.10Release-1-10
-rw-r--r-- | NEWS | 31 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,34 @@ +shared-mime-info 1.10 (2018-28-06) +* Add mime-type for MJPEG raw streams +* Add MPEG-4 Ringtone mime-type +* Add mime-type for HEIF images +* Add application/vnd.sqlite3, application/x-sqlite2 IANA types +* Add application/pkcs8-encrypted +* Add audio/usac +* Add application/vnd.youtube.yt +* Add mime-types for raw floppy disk images +* Add aliases for SAP and HFE floppy images mime-types +* Use new application/vnd.comicbook-rar IANA type +* Remove magic from STL binary +* Add *.adts and *.ass globs from IANA to audio/aac +* Use new IANA type for application/xliff+xml +* Use new IANA type for model/stl +* Add text/x-perl alias to application/x-perl +* Bump priority for our DjVu mime-types +* Differentiate Neo Geo Pocket Color ROMs from non-Color ones +* Remove *.bin from application/octet-stream +* Add an application/xps alias for application/oxps +* Change Qt Linguist file type to text/vnd.qt.linguist +* Fix the QML magic + +Tools: +- Don't warn with unknown top level type names +- Look in obsolete KDE sub-dirs for clean up opportunities +- Add some debug when parsing XML package files + +Spec: +- ASCII check should be done with 128 leading bytes, not 32 bytes + shared-mime-info 1.9 (2017-18-09) * Add x-systemd-unit and x-dbus-service MIME types * Fix magic for application/x-java-keystore on little endian diff --git a/configure.ac b/configure.ac index f2822d0..9afeff3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([shared-mime-info],[1.9],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) +AC_INIT([shared-mime-info],[1.10],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) |