From 0d2c31b10210cbf94a7bd3b86f4e89e111e1add0 Mon Sep 17 00:00:00 2001 From: Urs Fleisch Date: Sun, 28 Jan 2024 07:17:05 +0100 Subject: [PATCH] Clarify 2.0 source compatibility, remove obsolete URL (#1214) --- CHANGELOG.md | 6 ++++-- README.md | 7 +++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d26303d..3a4e92d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ TagLib 2.0 (Jan 24, 2024) ========================= - * New major version, binary incompatible, but source-compatible with the - latest 1.x release if no deprecated features are used. + * New major version, binary incompatible, but mostly source-compatible + with the latest 1.x release if no deprecated features are used. + Simple applications should build without changes, more complex + applications (e.g. extending classes of TagLib) will have to be adapted. * Requires a C++17 compiler and uses features of C++17. * Major code cleanup, fixed warnings issued by compilers and static analyzers. * Made methods virtual which should have been virtual but could not be diff --git a/README.md b/README.md index eb7f968b..083c9fdf 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ https://taglib.org/ TagLib is a library for reading and editing the metadata of several -popular audio formats. Currently, it supports both ID3v1 and [ID3v2][] +popular audio formats. Currently, it supports both ID3v1 and ID3v2 for MP3 files, [Ogg Vorbis][] comments and ID3 tags -in [FLAC][], MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, -and ASF files. +in [FLAC][], MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, ASF, +DSF, DFF and AAC files. TagLib is distributed under the [GNU Lesser General Public License][] (LGPL) and [Mozilla Public License][] (MPL). Essentially that means that @@ -18,7 +18,6 @@ it may be used in proprietary applications, but if changes are made to TagLib they must be contributed back to the project. Please review the licenses if you are considering using TagLib in your project. - [ID3v2]: https://id3.org/ [Ogg Vorbis]: https://xiph.org/vorbis/ [FLAC]: https://xiph.org/flac/ [GNU Lesser General Public License]: https://www.gnu.org/licenses/lgpl.html