From f764434a39e8a8715d5871bb263189e5a7298280 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sat, 13 Jul 2019 18:29:43 +1000 Subject: [PATCH] Version 1.3.3 --- README | 2 +- build/config.mk | 2 +- configure.ac | 2 +- doc/Doxyfile.in | 2 +- doc/html/changelog.html | 90 +++++++++++++++++++++ doc/html/documentation_bugs.html | 2 +- src/libFLAC/format.c | 2 +- src/libFLAC/libFLAC_dynamic.vcproj | 4 +- src/libFLAC/libFLAC_dynamic.vcxproj | 8 +- src/libFLAC/libFLAC_static.vcproj | 4 +- src/libFLAC/libFLAC_static.vcxproj | 8 +- test/metaflac-test-files/case07-expect.meta | 2 +- 12 files changed, 109 insertions(+), 19 deletions(-) diff --git a/README b/README index 4f2fe52854..ed2de3b806 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ Documentation License (see COPYING.FDL). =============================================================================== -FLAC - 1.3.2 - Contents +FLAC - 1.3.3 - Contents =============================================================================== - Introduction diff --git a/build/config.mk b/build/config.mk index c46a156288..09abbbdd85 100644 --- a/build/config.mk +++ b/build/config.mk @@ -97,7 +97,7 @@ all default: $(DEFAULT_BUILD) # GNU makefile fragment for emulating stuff normally done by configure # -VERSION=\"1.3.2\" +VERSION=\"1.3.3\" CONFIG_CFLAGS=$(CUSTOM_CFLAGS) -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DHAVE_CXX_VARARRAYS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 diff --git a/configure.ac b/configure.ac index 76aaa6fbd5..0228a12499 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # instead of FLAC__ since autoconf triggers off 'AC_' in strings AC_PREREQ(2.60) -AC_INIT([flac], [1.3.2], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/]) +AC_INIT([flac], [1.3.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]) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index ba71f8f9e7..7469abf9ef 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -23,7 +23,7 @@ PROJECT_NAME = FLAC # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.3.2 +PROJECT_NUMBER = 1.3.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/doc/html/changelog.html b/doc/html/changelog.html index f796371f15..c424cfa99d 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -44,6 +44,96 @@
This is an informal changelog, a summary of changes in each release. (See also known bugs.) Particularly important for developers is the precise description of changes to the library interfaces. See also the porting guide for specific instructions on porting to newer versions of FLAC.
+ FLAC 1.3.3 (4-Augs-2019) + +
+ + + +
+ FLAC 1.3.2 (01-Jan-2017)
diff --git a/doc/html/documentation_bugs.html b/doc/html/documentation_bugs.html index 93f27315c8..5c2e9d3963 100644 --- a/doc/html/documentation_bugs.html +++ b/doc/html/documentation_bugs.html @@ -42,7 +42,7 @@
- The following are major known bugs in the current (1.3.2) release: + The following are major known bugs in the current (1.3.3) release: