[multimedia/kid3] /: Prepare for next release

Urs Fleisch null at kde.org
Tue Jul 14 20:22:32 BST 2026


Git commit dfa82d6f035ddb649fd6ef25ceca8bb234e46b78 by Urs Fleisch.
Committed on 14/07/2026 at 19:18.
Pushed by ufleisch into branch 'master'.

Prepare for next release

M  +1    -1    CMakeLists.txt
M  +10   -0    ChangeLog
M  +1    -1    Doxyfile
M  +11   -2    deb/changelog
M  +2    -2    doc/en/index.docbook
M  +1    -1    packaging/flatpak/org.kde.kid3-stable.json
M  +11   -0    src/app/org.kde.kid3.appdata.xml
M  +1    -1    translations/extract-merge.sh

https://invent.kde.org/multimedia/kid3/-/commit/dfa82d6f035ddb649fd6ef25ceca8bb234e46b78

diff --git a/CMakeLists.txt b/CMakeLists.txt
index dcb06804..3fff0c59 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,7 +108,7 @@ endif()
 # Version information
 set(CPACK_PACKAGE_VERSION_MAJOR 3)
 set(CPACK_PACKAGE_VERSION_MINOR 10)
-set(CPACK_PACKAGE_VERSION_PATCH 0)
+set(CPACK_PACKAGE_VERSION_PATCH 1)
 set(KID3_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 set(CPACK_PACKAGE_VERSION ${KID3_VERSION})
 #set(CPACK_PACKAGE_VERSION "git20260504")
diff --git a/ChangeLog b/ChangeLog
index 2b91683c..8bc3a219 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue Jul 24 20:50:34 CEST 2026  Urs Fleisch  <ufleisch at users.sourceforge.net>
+
+	* Release 3.10.1
+
+	* Fixed:
+      + MP4: Fix adding atom creates atom with wrong uppercased name.
+      + Support timestamps larger than 24h for chapters and synchronized lyrics.
+      + Android: Build for F-Droid.
+      + Windows: Cross building on Linux.
+
 Sat Jun  6 14:28:35 CEST 2026  Urs Fleisch  <ufleisch at users.sourceforge.net>
 
 	* Release 3.10.0
diff --git a/Doxyfile b/Doxyfile
index e335fc66..f0026236 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.10.0
+PROJECT_NUMBER         = 3.10.1
 
 # 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 b776e20b..a5d46fcf 100644
--- a/deb/changelog
+++ b/deb/changelog
@@ -1,8 +1,17 @@
-kid3 (3.10.0-0) unstable; urgency=low
+kid3 (3.10.1-0) unstable; urgency=low
 
   * New upstream release.
 
- -- Urs Fleisch <ufleisch at users.sourceforge.net>  Sat, 06 Jun 2026 14:28:35 +0200
+ -- Urs Fleisch <ufleisch at users.sourceforge.net>  Tue, 24 Jul 2026 20:50:34 +0200
+
+kid3 (3.10.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump Standards-Version to 4.7.3 (Remove priority field).
+  * Remove Rules-Requires-Root control field.
+  * Update debian/watch to version 5.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 09 Jun 2026 16:42:04 +0200
 
 kid3 (3.9.7-1) unstable; urgency=medium
 
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 321541b9..198eb524 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -29,8 +29,8 @@
 </copyright>
 <legalnotice id="fdl-notice">&FDLNotice;</legalnotice>
 
-<date>2026-06-06</date>
-<releaseinfo>3.10.0</releaseinfo>
+<date>2026-07-24</date>
+<releaseinfo>3.10.1</releaseinfo>
 
 <abstract>
 <para>
diff --git a/packaging/flatpak/org.kde.kid3-stable.json b/packaging/flatpak/org.kde.kid3-stable.json
index 9e1e8376..6acc4a25 100644
--- a/packaging/flatpak/org.kde.kid3-stable.json
+++ b/packaging/flatpak/org.kde.kid3-stable.json
@@ -106,7 +106,7 @@
             "sources": [
                 {
                     "type": "archive",
-                    "url": "https://download.kde.org/stable/kid3/3.10.0/kid3-3.10.0.tar.xz",
+                    "url": "https://download.kde.org/stable/kid3/3.10.1/kid3-3.10.1.tar.xz",
                     "sha256": "cf27ffcc4369c9940da7bfc12fd10dfbda526b8187e5b62662abe8069fc26c27",
                     "x-checker-data": {
                         "type": "anitya",
diff --git a/src/app/org.kde.kid3.appdata.xml b/src/app/org.kde.kid3.appdata.xml
index d82fd97a..b2b7cde0 100644
--- a/src/app/org.kde.kid3.appdata.xml
+++ b/src/app/org.kde.kid3.appdata.xml
@@ -319,6 +319,17 @@
   <update_contact>ufleisch at users.sourceforge.net</update_contact>
   <translation type="qt">kid3/translations/kid3</translation>
   <releases>
+    <release version="3.10.1" date="2026-07-24">
+      <description>
+        <p>Fixed</p>
+        <ul>
+          <li>MP4: Fix adding atom creates atom with wrong uppercased name.</li>
+          <li>Support timestamps larger than 24h for chapters and synchronized lyrics.</li>
+          <li>Android: Build for F-Droid.</li>
+          <li>Windows: Cross building on Linux.</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.10.0" date="2026-06-06">
       <description>
         <p>New</p>
diff --git a/translations/extract-merge.sh b/translations/extract-merge.sh
index 9cb020e3..dcf60e02 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.10.0" # project version
+PROJECTVERSION="3.10.1" # project version
 BUGADDR="https://bugs.kde.org" # MSGID-Bugs
 WDIR=`pwd` # working dir
 


More information about the kde-doc-english mailing list