Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shared-mime-info
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
yocto-mirrors
shared-mime-info
Commits
9a6d6b8e
Commit
9a6d6b8e
authored
1 year ago
by
David Faure
Browse files
Options
Downloads
Patches
Plain Diff
version number and changelog for the 2.4 release
parent
98232f2a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+35
-0
35 additions, 0 deletions
NEWS
meson.build
+1
-1
1 addition, 1 deletion
meson.build
with
36 additions
and
1 deletion
NEWS
+
35
−
0
View file @
9a6d6b8e
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)
shared-mime-info 2.3 (2023-10-07)
* Make update-mime-database compatible with MSVC (by porting it to C++)
* Make update-mime-database compatible with MSVC (by porting it to C++)
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
9a6d6b8e
project
(
'shared-mime-info'
,
project
(
'shared-mime-info'
,
'c'
,
'cpp'
,
'c'
,
'cpp'
,
version
:
'2.
3
'
,
version
:
'2.
4
'
,
meson_version
:
'>=0.49.0'
,
meson_version
:
'>=0.49.0'
,
default_options
:
[
'cpp_std=c++17'
]
default_options
:
[
'cpp_std=c++17'
]
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment