[multimedia/kid3] /: Prepare for next release
Urs Fleisch
null at kde.org
Sun Jul 10 13:39:19 BST 2022
Git commit df840e49292c979eadb879fec7dcd3b5f5fc0f65 by Urs Fleisch.
Committed on 10/07/2022 at 09:03.
Pushed by ufleisch into branch 'master'.
Prepare for next release
M +1 -1 CMakeLists.txt
M +23 -0 ChangeLog
M +1 -1 Doxyfile
M +6 -0 deb/changelog
M +2 -2 doc/en/index.docbook
M +1 -1 packaging/craft/extragear/kid3/kid3.py
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/df840e49292c979eadb879fec7dcd3b5f5fc0f65
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f595185..6c9abda8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,7 +106,7 @@ endif()
# Version information
set(CPACK_PACKAGE_VERSION_MAJOR 3)
set(CPACK_PACKAGE_VERSION_MINOR 9)
-set(CPACK_PACKAGE_VERSION_PATCH 1)
+set(CPACK_PACKAGE_VERSION_PATCH 2)
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 "git20210123")
diff --git a/ChangeLog b/ChangeLog
index c15d518d..21148ea4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Sat Aug 6 07:14:23 CEST 2022 Urs Fleisch <ufleisch at users.sourceforge.net>
+
+ * Release 3.9.2
+
+ * New:
+ + Support DSDIFF (DFF) files.
+ + MP4: Support for audio book chapters, only with Mp4v2Metadata plugin.
+ + Norwegian Nynorsk translation.
+
+ * Improved:
+ + Allow playlist file name formats to be edited.
+ + URLs with search results from web browser can be entered in the import
+ dialogs (Amazon, Discogs, gnudb.org, MusicBrainz).
+ + New style for macOS icon.
+ + kid3-cli: Encoding detection for text file import and export.
+ + kid3-cli: Set rating as star count with 'set ratingstars'.
+ + Build with latest mp4v2 library.
+
+ * Fixed:
+ + Wrong frames are changed if track number is changed when importing.
+ + MP4: Editing of free form atoms with four letter names.
+ + Amazon import.
+
Sat Jan 15 09:01:43 CET 2022 Urs Fleisch <ufleisch at users.sourceforge.net>
* Release 3.9.1
diff --git a/Doxyfile b/Doxyfile
index 94c44525..8b0f4926 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.1
+PROJECT_NUMBER = 3.9.2
# 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 c2ee264a..32e5ee01 100644
--- a/deb/changelog
+++ b/deb/changelog
@@ -1,3 +1,9 @@
+kid3 (3.9.2-0) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Urs Fleisch <ufleisch at users.sourceforge.net> Sat, 06 Aug 2022 07:14:23 +0200
+
kid3 (3.9.1-0) unstable; urgency=low
* New upstream release.
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 459c8569..4e3b22dd 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -29,8 +29,8 @@
</copyright>
<legalnotice id="fdl-notice">&FDLNotice;</legalnotice>
-<date>2022-01-15</date>
-<releaseinfo>3.9.1</releaseinfo>
+<date>2022-08-06</date>
+<releaseinfo>3.9.2</releaseinfo>
<abstract>
<para>
diff --git a/packaging/craft/extragear/kid3/kid3.py b/packaging/craft/extragear/kid3/kid3.py
index d2ecae32..9097f12c 100755
--- a/packaging/craft/extragear/kid3/kid3.py
+++ b/packaging/craft/extragear/kid3/kid3.py
@@ -7,7 +7,7 @@ class subinfo(info.infoclass):
def setTargets(self):
self.svnTargets['master'] = 'https://invent.kde.org/multimedia/kid3.git'
- for ver in ['3.8.4', '3.8.5', '3.8.6', '3.8.7', '3.9.0', '3.9.1']:
+ for ver in ['3.8.4', '3.8.5', '3.8.6', '3.8.7', '3.9.0', '3.9.1', '3.9.2']:
self.targets[ver] = f'https://download.kde.org/stable/kid3/{ver}/kid3-{ver}.tar.xz'
self.targetInstSrc[ver] = 'kid3-' + ver
self.targetDigestUrls[ver] = f'https://download.kde.org/stable/kid3/{ver}/kid3-{ver}.tar.xz.sha256'
diff --git a/packaging/flatpak/org.kde.kid3-stable.json b/packaging/flatpak/org.kde.kid3-stable.json
index b9eaf3b1..0c4ab45d 100644
--- a/packaging/flatpak/org.kde.kid3-stable.json
+++ b/packaging/flatpak/org.kde.kid3-stable.json
@@ -117,7 +117,7 @@
"sources": [
{
"type": "archive",
- "url": "https://download.kde.org/stable/kid3/3.9.1/kid3-3.9.1.tar.xz"
+ "url": "https://download.kde.org/stable/kid3/3.9.2/kid3-3.9.2.tar.xz"
}
]
}
diff --git a/src/app/org.kde.kid3.appdata.xml b/src/app/org.kde.kid3.appdata.xml
index 5e2aceff..9a766e4f 100644
--- a/src/app/org.kde.kid3.appdata.xml
+++ b/src/app/org.kde.kid3.appdata.xml
@@ -273,6 +273,7 @@
<update_contact>ufleisch_at_users.sourceforge.net</update_contact>
<translation type="gettext">kid3</translation>
<releases>
+ <release version="3.9.2" date="2022-08-06"/>
<release version="3.9.1" date="2022-01-15"/>
<release version="3.9.0" date="2021-12-18"/>
<release version="3.8.7" date="2021-06-20"/>
diff --git a/translations/extract-merge.sh b/translations/extract-merge.sh
index 1d669026..79dec977 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.1" # project version
+PROJECTVERSION="3.9.2" # project version
BUGADDR="https://bugs.kde.org" # MSGID-Bugs
WDIR=`pwd` # working dir
More information about the kde-doc-english
mailing list