diff options
author | David Faure <faure@kde.org> | 2023-11-12 09:52:13 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2023-11-12 09:52:33 +0100 |
commit | 9a6d6b8e963935f145f3a1ef446552de6996dada (patch) | |
tree | 2feece7759ddce8b108912ecff0a42a3be61dfd2 /NEWS | |
parent | 98232f2a11fdfa7ebaea9df5a6d9525722043c1e (diff) |
version number and changelog for the 2.4 release2.4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +shared-mime-info 2.4 (2023-11-12) + +* Restore mimetype name for *.bz2 and *.tar.bz2 +* Improve detection of application/mac-binhex40 +* Add application/x-msdownload and subtypes +* Add Windows app store types +* Give Windows Installer packages the package icon +* Lower priority for text/x-mpsub's magic, so it doesn't match pcb-drillFile.drl +* Add application/x-powershell +* Add application/wasm +* Change comment of text/x-mpsub +* Change comment of text/x-mpl2 +* Add text/x-component +* Give higher priority to the more specific image/apng magic +* Recognize *.jfif as image/jpeg +* Add application/its+xml +* Add text/x-vb +* Add text/x-basic +* Add new group "chemical" in update-mime-database +* Add mimetype for Protein Data Bank (pdb) files +* Remove too generic magic from application/x-pak +* Add application/json5 +* Add text/vbscript.encode +* Add text/jscript.encode +* Add text/jscript as synonym of text/javascript +* Fix backwards relationship between text/javascript and application/ecmascript +* Add application/vnd.cups-ppd +* Add application/x-ms-shortcut +* Give application/x-mswinurl the link icon + +Build: +* Fix missing sentinel warning with clang +* Fix false positive fdatasync detection on darwin +* Fix string literal concatenation + shared-mime-info 2.3 (2023-10-07) * Make update-mime-database compatible with MSVC (by porting it to C++) |