diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-09-11 13:47:53 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-09-11 13:47:53 +0200 |
commit | 148effac5c9f6514577934a27f23cb87fd5b386b (patch) | |
tree | 05a5d5de88958b49213e39d69a00112e94ac9ed8 | |
parent | a219120c8208cb8f8d35bb10ce7b488fb8246b65 (diff) |
1.13Release-1-13
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 26 insertions, 1 deletions
@@ -1,3 +1,28 @@ +shared-mime-info 1.13 (2019-11-09) +* Add code of conduct document +* Use itstool and gettext to generate translations +* Add content-tree type for OSTree USB repositories +* Add match for MPEG-4 v1 videos +* Adjust a lot of user readable mime-type descriptions +* Fix WOFF/WOFF2 mime-types +* Prefer text/html to XHTML for *.html files +* Better magic for text/html files +* Fix SVG magic for files embedded in HTML +* Add *.sgd as a glob for Mega Drive ROMs + +Specification: +- Mention that sub-class-of can be aliases + +Tools: +- Enable Large File Support in update-mime-database + +Test suite: +- Make test suite failures fatal +- Add test for duplicate mime-types +- Fix WarpScript test +- Generate the specification in the CI, to avoid it becoming + syntactically invalid + shared-mime-info 1.12 (2019-17-01) * Fix build from tarball diff --git a/configure.ac b/configure.ac index 9e56a95..b388a30 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([shared-mime-info],[1.12],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) +AC_INIT([shared-mime-info],[1.13],[https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) |