summaryrefslogtreecommitdiffstats
path: root/res/linux/org.mixxx.Mixxx.metainfo.xml
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2021-10-06 00:23:31 +0200
committerUwe Klotz <uklotz@mixxx.org>2021-10-06 00:23:31 +0200
commit5abba7300e26e3a051bddaf2b2cb0c2a49fbd360 (patch)
tree0b469c8b9c2f2604cd4389001cd38e829ff46379 /res/linux/org.mixxx.Mixxx.metainfo.xml
parent9fc30d0226c6fe3928fd0504fe02a2160f9e6349 (diff)
parentf2ec8a281f30bdb0c21d8a1ff1082cc4cf66251a (diff)
Merge branch '2.3' of git@github.com:mixxxdj/mixxx.git
# Conflicts: # CHANGELOG.md # res/linux/org.mixxx.Mixxx.metainfo.xml
Diffstat (limited to 'res/linux/org.mixxx.Mixxx.metainfo.xml')
-rw-r--r--res/linux/org.mixxx.Mixxx.metainfo.xml56
1 files changed, 23 insertions, 33 deletions
diff --git a/res/linux/org.mixxx.Mixxx.metainfo.xml b/res/linux/org.mixxx.Mixxx.metainfo.xml
index 57b8530a25..96adadbdf6 100644
--- a/res/linux/org.mixxx.Mixxx.metainfo.xml
+++ b/res/linux/org.mixxx.Mixxx.metainfo.xml
@@ -395,13 +395,9 @@
</li>
<li>
Introduce new control objects
- <code>
- [Master],indicator_250millis
- </code>
+ [Master],indicator_250millis
and
- <code>
- [Master],indicator_500millis
- </code>
+ [Master],indicator_500millis
#4157
</li>
<li>
@@ -588,9 +584,7 @@
</li>
<li>
Logging: Add support for
- <code>
- QT_MESSAGE_PATTERN
- </code>
+ QT_MESSAGE_PATTERN
environment variable
#3204
#3518
@@ -698,6 +692,18 @@
</ul>
</description>
</release>
+ <release version="2.3.2" type="development">
+ <description>
+ <ul>
+ <li>
+ Improve robustness of file type detection by considering the actual MIME type of the content.
+ lp:1445885
+ #4356
+ #4357
+ </li>
+ </ul>
+</description>
+ </release>
<release version="2.3.1" type="stable" date="2021-09-29" timestamp="1632873600">
<description>
<ul>
@@ -860,13 +866,9 @@
<ul>
<li>
It is no longer necessary to manually copy the udev rule file in packaging scripts. Now pkg-config is used to determine the udevdir used to install the rules file in the CMake install step when CMAKE_INSTALL_PREFIX is
- <code>
- /
- </code>
+ /
or
- <code>
- /usr
- </code>
+ /usr
.
#4126
</li>
@@ -1153,9 +1155,7 @@
<ul>
<li>
Add support for searching for empty fields (for example
- <code>
- crate:""
- </code>
+ crate:""
)
lp:1788086
</li>
@@ -1394,26 +1394,18 @@
<ul>
<li>
Add CMake build system with
- <code>
- ccache
- </code>
+ ccache
and
- <code>
- sccache
- </code>
+ sccache
support for faster compilation times and remove SCons
#2280
#3618
</li>
<li>
Make Mixxx compile even though
- <code>
- QT_NO_OPENGL
- </code>
+ QT_NO_OPENGL
or
- <code>
- QT_OPENGL_ES_2
- </code>
+ QT_OPENGL_ES_2
is defined (fixes build on Raspberry Pi)
lp:1863440
#2504
@@ -1445,9 +1437,7 @@
</li>
<li>
Derive Mixxx version from
- <code>
- git describe
- </code>
+ git describe
#3824
#3841
#3848