summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
)