Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
6484af47
Commit
6484af47
authored
Nov 04, 2020
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
increment version number to 0.22.3
parent
92a218b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
NEWS
NEWS
+4
-1
conf.py
doc/conf.py
+1
-1
meson.build
meson.build
+1
-1
No files found.
NEWS
View file @
6484af47
ver 0.22.3 (not yet released)
* playlist
- add option "as_directory", making CUE file expansion optional
ver 0.22.2 (2020/10/28)
ver 0.22.2 (2020/10/28)
* database
* database
- simple: purge songs and virtual directories for unavailable plugins
- simple: purge songs and virtual directories for unavailable plugins
...
@@ -6,7 +10,6 @@ ver 0.22.2 (2020/10/28)
...
@@ -6,7 +10,6 @@ ver 0.22.2 (2020/10/28)
- qobuz/tidal: fix protocol errors due to newlines in error messages
- qobuz/tidal: fix protocol errors due to newlines in error messages
- smbclient: disable by default due to libsmbclient crash bug
- smbclient: disable by default due to libsmbclient crash bug
* playlist
* playlist
- add option "as_directory", making CUE file expansion optional
- soundcloud: fix protocol errors due to newlines in error messages
- soundcloud: fix protocol errors due to newlines in error messages
* state_file: save on shutdown
* state_file: save on shutdown
...
...
doc/conf.py
View file @
6484af47
...
@@ -38,7 +38,7 @@ author = 'Max Kellermann'
...
@@ -38,7 +38,7 @@ author = 'Max Kellermann'
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'0.22.
2
'
version
=
'0.22.
3
'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
version
release
=
version
...
...
meson.build
View file @
6484af47
project(
project(
'mpd',
'mpd',
['c', 'cpp'],
['c', 'cpp'],
version: '0.22.
2
',
version: '0.22.
3
',
meson_version: '>= 0.49.0',
meson_version: '>= 0.49.0',
default_options: [
default_options: [
'c_std=c11',
'c_std=c11',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment