summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2022-03-27 12:19:00 +0200
committerDavid Faure <faure@kde.org>2022-03-27 12:19:00 +0200
commit13695c7225c2f525a435e72739c33ac32bbfbbb9 (patch)
treeef7942d2bd17e039d237e1a4662488d8a7d99078
parentb89474e8731689184ecc38f60ca1ab51bc6768b4 (diff)
downloadshared-mime-info-13695c7225c2f525a435e72739c33ac32bbfbbb9.tar.gz
2.2 release2.2
Fixes #176
-rw-r--r--NEWS80
-rw-r--r--meson.build2
2 files changed, 81 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a18c6b56..e501ed8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,83 @@
+shared-mime-info 2.2 (2022-03-27)
+* model/3mf: new
+* Match shared libraries with version suffix
+* model/obj: add mtllib and Blender comment based magic
+* model/mtl: add Blender comment magic, increase newmtl range
+* model/obj, model/mtl: new types
+* Add Electron Archive Format type application/x-asar
+* text/x-qml: Lower match priority to avoid conflicts with Python
+* Move '*.blend' to top of Blender glob list
+* Adding SPARQL media types
+* application/zip: Add `*.zipx` glob and test fixture
+* Added DSD mime type
+* Differentiate comic book archives
+* FITS: Add missing `application/fits` and legacy globs
+* Add Godot engine files
+* Add FlashForge "xgcode" mime-type
+* text/x-objc++src: new type
+* image/heif: test .hif extension too
+* image/hif: add *.hif glob
+* image/heif: add another test case
+* image/heif: add magics
+* Add a build-tools option to allow installing only the mime data
+* Add compressed SVG glob pattern `*.svg.gz`
+* Add Apple Wallet pass type application/vnd.apple.pkpass
+* migrate from custom itstool to builtin msgfmt for creating translated XML
+* Make the remaining plain text types subclasses of text/plain
+* audio/mobile-xmf: separate from audio/x-xmf
+* Adding ZIM file
+* Make text/x-mrml a subclass of application/xml
+* image/avif: move acronym and expansion to separate fields from comment
+* freedesktop_generate.sh: Don't hardcode ninja
+* Add text/x-mpl2
+* application/x-apple-systemprofiler+xml: require _SPCommandLineArguments in plist
+* image/jpeg: add test case with embedded property list XML
+* audio/vnd.dts.hd: include parent type magic in magic match
+* model/gltf+json: new type
+* model/gltf-binary: new type
+* application/x-object: add *.mod and a test case
+* application/x-mod: add some ProTracker magics and a test case
+* image/jxl: include test files in test list
+* tests: add trailing linefeed to mime-detection list
+* Make application/x-mswinurl a subclass of text/plain
+* Change description for *.desktop files to "desktop entry"
+* application/x-x509-ca-cert: add magics and test cases
+* application/pkix-cert: add BEGIN/END X509 CERTIFICATE magic
+* application/pkix-crl: add magic and test case
+* application/pkix-cert: add magic and test case
+* image/jxl: new type
+* Added .sc filename extension for Scala source code, as it is occasionally used
+* application/schema+json: new type
+* Add text/x-crystal
+* application/x-krita: remove stray period from comment
+* adding org-mode
+* Add Elixir source code mime type
+* Add two new offsets for .kra and .krz
+* text/x-python3: add *.pyi glob (Python stub files)
+* image/x-canon-cr3: new
+* image/x-xpixmap: make XPM3 magic more specific
+* image/x-xpixmap: add XPM2 magic
+* application/x-troff-man: add *.[1-9] glob
+* application/toml: new type
+* Lower priority of "BEGIN {" for perl, awk uses that too
+* Add Smacker video type video/vnd.radgamettools.smacker
+* Clarify database license
+* meson: make xmlto optional, build spec only if found
+* application/x-7z-compressed: add *.7z.001 glob
+* Add Bink video type video/vnd.radgamettools.bink
+* image/x-nikon-nrw: add test case
+* image/x-nikon-nrw: new type
+* application/x-vhdx-disk: improve acronym and its expansion
+* application/ovf: new
+* application/x-qed-disk: new
+* application/x-vdi-disk: new
+* application/x-vmdk-disk: new
+* application/x-vhd-disk, /x-vhdx-disk: new
+* application/vnd.apple.numbers, .pages: add older magics and test cases
+* Add text/x-dart
+* application/vnd.apple.numbers, /vnd.apple.pages: new types
+* xdgmime: configure as submodule
+
shared-mime-info 2.1 (2020-12-31)
* New maintainers: David Faure and Ville Skyttä
* Adapt to xdgmime behaviour change: in case of multiple glob matches, and the magic match is unrelated to all of them, ignore the magic and pick one of the glob matches. xdgmime was actually deviating from the spec on this. (#138)
diff --git a/meson.build b/meson.build
index 8c36f7b8..3c754240 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('shared-mime-info',
'c',
- version: '2.1',
+ version: '2.2',
meson_version: '>=0.49.0'
)