From 8e5d380f3fd7ef87347345e8b1dbef771df5fb38 Mon Sep 17 00:00:00 2001 From: jcorporation Date: Wed, 9 Oct 2024 21:53:47 +0200 Subject: [PATCH] Upd: set version to 18.1.1 --- CHANGELOG.md | 10 ++++++++++ CMakeLists.txt | 2 +- contrib/man/mympd-config.1 | 2 +- contrib/man/mympd-script.1 | 2 +- contrib/man/mympd.1 | 2 +- contrib/packaging/alpine/APKBUILD | 2 +- contrib/packaging/arch/PKGBUILD | 2 +- contrib/packaging/debian/changelog | 4 ++-- contrib/packaging/freebsd/multimedia/mympd/Makefile | 2 +- .../mympd/{mympd-18.1.0.ebuild => mympd-18.1.1.ebuild} | 0 contrib/packaging/openwrt/Makefile | 2 +- contrib/packaging/rpm/mympd.spec | 4 ++-- docs/_includes/version | 2 +- htdocs/js/version.js | 4 ++-- 14 files changed, 25 insertions(+), 15 deletions(-) rename contrib/packaging/gentoo/media-sound/mympd/{mympd-18.1.0.ebuild => mympd-18.1.1.ebuild} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index af1639b5f..724490bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ https://github.com/jcorporation/myMPD/ *** +## myMPD v18.1.1 (2024-10-09) + +This is a small bug fix release. + +### Changelog + +- Fix: Revert to mongoose 7.14 #1358 + +*** + ## myMPD v18.1.0 (2024-10-09) This is a small maintenance release. diff --git a/CMakeLists.txt b/CMakeLists.txt index 78dba1e45..eb7280e5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_policy(SET CMP0003 NEW) # myMPD is written in C # supported compilers: gcc, clang project(mympd - VERSION 18.1.0 + VERSION 18.1.1 LANGUAGES C ) diff --git a/contrib/man/mympd-config.1 b/contrib/man/mympd-config.1 index e1d5bf22a..2c2b6e1e3 100644 --- a/contrib/man/mympd-config.1 +++ b/contrib/man/mympd-config.1 @@ -1,6 +1,6 @@ .\" Manpage for mympd-config. .\" Contact to correct errors or typos. -.TH man 1 "09 Oct 2024" "18.1.0" "mympd-config man page" +.TH man 1 "09 Oct 2024" "18.1.1" "mympd-config man page" .SH NAME mympd-config \- mympd configuration tool diff --git a/contrib/man/mympd-script.1 b/contrib/man/mympd-script.1 index b30a82ac7..d8e6e6fd5 100644 --- a/contrib/man/mympd-script.1 +++ b/contrib/man/mympd-script.1 @@ -1,6 +1,6 @@ .\" Manpage for mympd-script. .\" Contact to correct errors or typos. -.TH man 1 "09 Oct 2024" "18.1.0" "mympd-script man page" +.TH man 1 "09 Oct 2024" "18.1.1" "mympd-script man page" .SH NAME mympd-script \- mympd command line tool to execute scripts diff --git a/contrib/man/mympd.1 b/contrib/man/mympd.1 index ad5ccba70..e027ddc26 100644 --- a/contrib/man/mympd.1 +++ b/contrib/man/mympd.1 @@ -1,6 +1,6 @@ .\" Manpage for mympd. .\" Contact to correct errors or typos. -.TH man 1 "09 Oct 2024" "18.1.0" "mympd man page" +.TH man 1 "09 Oct 2024" "18.1.1" "mympd man page" .SH NAME myMPD \- standalone and mobile friendly web mpd client diff --git a/contrib/packaging/alpine/APKBUILD b/contrib/packaging/alpine/APKBUILD index d055e85da..890441c58 100644 --- a/contrib/packaging/alpine/APKBUILD +++ b/contrib/packaging/alpine/APKBUILD @@ -6,7 +6,7 @@ # Maintainer: Juergen Mang # pkgname=mympd -pkgver=18.1.0 +pkgver=18.1.1 pkgrel=0 pkgdesc="myMPD is a standalone and mobile friendly web-based MPD client." url="https://jcorporation.github.io/myMPD/" diff --git a/contrib/packaging/arch/PKGBUILD b/contrib/packaging/arch/PKGBUILD index 16b420f94..ef0ae0718 100644 --- a/contrib/packaging/arch/PKGBUILD +++ b/contrib/packaging/arch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Juergen Mang pkgname=mympd -pkgver=18.1.0 +pkgver=18.1.1 pkgrel=1 pkgdesc="A standalone and mobile friendly web-based MPD client." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/packaging/debian/changelog b/contrib/packaging/debian/changelog index ef7abc349..82551c5e6 100644 --- a/contrib/packaging/debian/changelog +++ b/contrib/packaging/debian/changelog @@ -1,5 +1,5 @@ -mympd (18.1.0-1) unstable; urgency=medium +mympd (18.1.1-1) unstable; urgency=medium * Release from master - -- Juergen Mang Wed, 09 Oct 2024 19:10:08 +0200 + -- Juergen Mang Wed, 09 Oct 2024 21:10:59 +0200 diff --git a/contrib/packaging/freebsd/multimedia/mympd/Makefile b/contrib/packaging/freebsd/multimedia/mympd/Makefile index 47a7b7155..b80ec45f1 100644 --- a/contrib/packaging/freebsd/multimedia/mympd/Makefile +++ b/contrib/packaging/freebsd/multimedia/mympd/Makefile @@ -1,6 +1,6 @@ PORTNAME= myMPD DISTVERSIONPREFIX= v -DISTVERSION= 18.1.0 +DISTVERSION= 18.1.1 CATEGORIES= multimedia MAINTAINER= robert.david@posteo.net diff --git a/contrib/packaging/gentoo/media-sound/mympd/mympd-18.1.0.ebuild b/contrib/packaging/gentoo/media-sound/mympd/mympd-18.1.1.ebuild similarity index 100% rename from contrib/packaging/gentoo/media-sound/mympd/mympd-18.1.0.ebuild rename to contrib/packaging/gentoo/media-sound/mympd/mympd-18.1.1.ebuild diff --git a/contrib/packaging/openwrt/Makefile b/contrib/packaging/openwrt/Makefile index 23cac3d3a..eb6ab30bd 100644 --- a/contrib/packaging/openwrt/Makefile +++ b/contrib/packaging/openwrt/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME := mympd -PKG_VERSION := 18.1.0 +PKG_VERSION := 18.1.1 PKG_RELEASE := 1 PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/contrib/packaging/rpm/mympd.spec b/contrib/packaging/rpm/mympd.spec index 9bdde4c98..307402d81 100644 --- a/contrib/packaging/rpm/mympd.spec +++ b/contrib/packaging/rpm/mympd.spec @@ -4,7 +4,7 @@ # (c) 2018-2024 Juergen Mang Name: mympd -Version: 18.1.0 +Version: 18.1.1 Release: 0 License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Players @@ -65,5 +65,5 @@ fi %license LICENSE.md %changelog -* Wed Oct 09 2024 Juergen Mang 18.1.0-0 +* Wed Oct 09 2024 Juergen Mang 18.1.1-0 - Version from master diff --git a/docs/_includes/version b/docs/_includes/version index d576022ca..adeb6ee87 100644 --- a/docs/_includes/version +++ b/docs/_includes/version @@ -1 +1 @@ -18.1.0 \ No newline at end of file +18.1.1 \ No newline at end of file diff --git a/htdocs/js/version.js b/htdocs/js/version.js index 1a41c78db..ce11f7ac3 100644 --- a/htdocs/js/version.js +++ b/htdocs/js/version.js @@ -1,2 +1,2 @@ -const myMPDversion = '18.1.0'; -const myMPDbuild = '2924c26d83ea96b5713750209cbe8e16fbc0242c'; +const myMPDversion = '18.1.1'; +const myMPDbuild = 'b4b6000a0a7112a9b82f5b1c04df96cb9dafa5fa';