summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-05-06 16:00:55 +0200
committerBastien Nocera <hadess@hadess.net>2020-05-06 16:01:04 +0200
commitef58b2b2f7ad4070171c6e45e3b3764daa3ff2c1 (patch)
tree0dc88acd1c9d9cd5956f6e4b30042e40567c0646
parent3b1a9313396de96776393347dabd2458634073bf (diff)
2.02.0
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3d8431a..b0f8704 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+shared-mime-info 2.0 (2020-06-05)
+* Port build system to meson, and ship test suite with tarball
+* Install ITS file to allow gettext to translate mime-type descriptions
+* Add BPS and IPS patch formats
+* Lower weight for "use strict" and similar in the perl mimetype
+* Add new magic for Sega Mega Drive ROMs
+* Add Common Lisp mime-type
+* Rename text/x-tcl to text/tcl
+* Add text/vbscript
+* Add PySpread spreadsheet mime-types
+* Add Kotlin source mime-type
+* Add AVIF image mime-type
+* Split versions of the Audible audio mime types
+* Add *.spx glob for audio/x-speex+ogg
+* Add Apple System Profiler XML mime-type
+
shared-mime-info 1.15 (2019-30-10)
* Add Kindle 8 eBook format
* Fix some HTML files being detected as XML
diff --git a/meson.build b/meson.build
index 39138f2..bdffdb9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('shared-mime-info',
'c',
- version: '1.15',
+ version: '2.0',
meson_version: '>=0.49.0'
)