Git commit 92501fb1acd7e97385b3ca68912efbdb7dbe14a4 by Urs Fleisch. Committed on 18/08/2024 at 06:16. Pushed by ufleisch into branch 'master'.
Prepare for next release M +1 -1 CMakeLists.txt M +13 -0 ChangeLog M +1 -1 Doxyfile M +6 -0 deb/changelog M +2 -2 doc/en/index.docbook M +1 -1 packaging/flatpak/org.kde.kid3-stable.json [INFRASTRUCTURE] M +1 -0 src/app/org.kde.kid3.appdata.xml M +1 -1 translations/extract-merge.sh https://invent.kde.org/multimedia/kid3/-/commit/92501fb1acd7e97385b3ca68912efbdb7dbe14a4 diff --git a/CMakeLists.txt b/CMakeLists.txt index bbe6304f1..d92e57283 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,7 @@ endif() # Version information set(CPACK_PACKAGE_VERSION_MAJOR 3) set(CPACK_PACKAGE_VERSION_MINOR 9) -set(CPACK_PACKAGE_VERSION_PATCH 5) +set(CPACK_PACKAGE_VERSION_PATCH 6) set(KID3_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") if(DEFINED ENV{KID3_USE_GIT_DATE_VERSION}) string(TIMESTAMP CPACK_PACKAGE_VERSION "git%Y%m%d") diff --git a/ChangeLog b/ChangeLog index 39538a494..5cb3b1faf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sat Sep 21 08:03:29 CEST 2024 Urs Fleisch <[email protected]> + + * Release 3.9.6 + + * Improved: + + macOS: Building, signing and notarizing packages. + + * Fixed: + + Embed lyrics action. + + KDE 6: Install directory for kid3ui.rc. + + Android: Saving picture tags. + + Haiku: Installation paths. + Sat Feb 24 18:15:31 CET 2024 Urs Fleisch <[email protected]> * Release 3.9.5 diff --git a/Doxyfile b/Doxyfile index 729bc65b7..e2cb12de2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = kid3 # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.9.5 +PROJECT_NUMBER = 3.9.6 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/deb/changelog b/deb/changelog index 4503d8e24..40ba41819 100644 --- a/deb/changelog +++ b/deb/changelog @@ -1,3 +1,9 @@ +kid3 (3.9.6-0) unstable; urgency=low + + * New upstream release. + + -- Urs Fleisch <[email protected]> Sat, 21 Sep 2024 08:03:29 +0200 + kid3 (3.9.5-0) unstable; urgency=low * New upstream release. diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 136e202c8..6ee232ad3 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -29,8 +29,8 @@ </copyright> <legalnotice id="fdl-notice">&FDLNotice;</legalnotice> -<date>2024-02-24</date> -<releaseinfo>3.9.5</releaseinfo> +<date>2024-09-21</date> +<releaseinfo>3.9.6</releaseinfo> <abstract> <para> diff --git a/packaging/flatpak/org.kde.kid3-stable.json b/packaging/flatpak/org.kde.kid3-stable.json index 240bd2a27..f5af7d2ee 100644 --- a/packaging/flatpak/org.kde.kid3-stable.json +++ b/packaging/flatpak/org.kde.kid3-stable.json @@ -157,7 +157,7 @@ "sources": [ { "type": "archive", - "url": "https://download.kde.org/stable/kid3/3.9.5/kid3-3.9.5.tar.xz", + "url": "https://download.kde.org/stable/kid3/3.9.6/kid3-3.9.6.tar.xz", "sha256": "a424fedde35c176e3b44334422aad43848418772da020751d00d0874e5ce8145", "x-checker-data": { "type": "anitya", diff --git a/src/app/org.kde.kid3.appdata.xml b/src/app/org.kde.kid3.appdata.xml index c43416e06..1fbcb49f5 100644 --- a/src/app/org.kde.kid3.appdata.xml +++ b/src/app/org.kde.kid3.appdata.xml @@ -291,6 +291,7 @@ <update_contact>ufleisch_at_users.sourceforge.net</update_contact> <translation type="gettext">kid3</translation> <releases> + <release version="3.9.6" date="2024-09-21"/> <release version="3.9.5" date="2024-02-24"> <description> <p>New</p> diff --git a/translations/extract-merge.sh b/translations/extract-merge.sh index a162d74fb..d7de98fc0 100755 --- a/translations/extract-merge.sh +++ b/translations/extract-merge.sh @@ -5,7 +5,7 @@ BASEDIR="../src" # root of translatable sources PROJECT="kid3" # project name -PROJECTVERSION="3.9.5" # project version +PROJECTVERSION="3.9.6" # project version BUGADDR="https://bugs.kde.org" # MSGID-Bugs WDIR=`pwd` # working dir
