Release FLAC 1.4.3
This commit is contained in:
parent
c7fc1768e8
commit
28e4f0528c
@ -2,7 +2,7 @@
|
||||
|
||||
This changelog is not exhaustive, review [the git commit log](https://github.com/xiph/flac/commits) for an exhaustive list of changes.
|
||||
|
||||
## git as of 2023-06-05
|
||||
## FLAC 1.4.3 (23-Jun-2023)
|
||||
|
||||
As there have been additions to the libFLAC interfaces, the libFLAC version number is incremented to 13. The libFLAC++ version number stays at 10.
|
||||
|
||||
|
@ -8,7 +8,7 @@ if(NOT (CMAKE_BUILD_TYPE OR CMAKE_CONFIGURATION_TYPES OR DEFINED ENV{CFLAGS} OR
|
||||
set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo")
|
||||
endif()
|
||||
|
||||
project(FLAC VERSION 1.4.2) # HOMEPAGE_URL "https://www.xiph.org/flac/")
|
||||
project(FLAC VERSION 1.4.3) # HOMEPAGE_URL "https://www.xiph.org/flac/")
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
|
||||
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT([flac],[1.4.2],[flac-dev@xiph.org],[flac],[https://www.xiph.org/flac/])
|
||||
AC_INIT([flac],[1.4.3],[flac-dev@xiph.org],[flac],[https://www.xiph.org/flac/])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_SRCDIR([src/flac/main.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
@ -32,7 +32,7 @@ PROJECT_NAME = FLAC
|
||||
# This could be handy for archiving the generated documentation or
|
||||
# if some version control system is used.
|
||||
|
||||
PROJECT_NUMBER = 1.4.2
|
||||
PROJECT_NUMBER = 1.4.3
|
||||
|
||||
# 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
% flac(1) Version 1.4.2 | Free Lossless Audio Codec conversion tool
|
||||
% flac(1) Version 1.4.3 | Free Lossless Audio Codec conversion tool
|
||||
|
||||
# NAME
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
% metaflac(1) Version 1.4.2 | Free Lossless Audio Codec metadata tool
|
||||
% metaflac(1) Version 1.4.3 | Free Lossless Audio Codec metadata tool
|
||||
|
||||
# NAME
|
||||
|
||||
|
@ -55,7 +55,7 @@ FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC git-" GIT_COMMIT_H
|
||||
#else
|
||||
/* PACKAGE_VERSION should come from configure */
|
||||
FLAC_API const char *FLAC__VERSION_STRING = PACKAGE_VERSION;
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " PACKAGE_VERSION " 20221022";
|
||||
FLAC_API const char *FLAC__VENDOR_STRING = "reference libFLAC " PACKAGE_VERSION " 20230623";
|
||||
#endif
|
||||
|
||||
FLAC_API const FLAC__byte FLAC__STREAM_SYNC_STRING[4] = { 'f','L','a','C' };
|
||||
|
@ -49,8 +49,9 @@ endif
|
||||
@echo "----------------"
|
||||
|
||||
EXTRA_DIST = \
|
||||
CMakeLists.txt \
|
||||
CMakeLists.txt \
|
||||
cuesheet.ok \
|
||||
generate_streams.sh \
|
||||
metaflac.flac.in \
|
||||
metaflac.flac.ok \
|
||||
picture.ok \
|
||||
|
@ -1,4 +1,4 @@
|
||||
reference libFLAC 1.4.2 20221022
|
||||
reference libFLAC 1.4.3 20230623
|
||||
ARTIST=The_artist_formerly_known_as_the_artist...
|
||||
ARTIST=Chuck_Woolery
|
||||
ARTIST=Vern
|
||||
|
Loading…
x
Reference in New Issue
Block a user