Prepare to release

This commit is contained in:
evpobr 2022-03-27 15:31:49 +05:00
parent ce57da8fd4
commit 89e7c02464
6 changed files with 10 additions and 5 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.1.0] - 2022-03-27
### Added
* MPEG Encode/Decode Support.
@ -126,4 +128,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Uninitialized variable in `psf_binheader_readf`(), thanks @shao-hua-li,
credit to OSS-Fuzz ([issue 25364](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25364)).
[Unreleased]: https://github.com/libsndfile/libsndfile/compare/1.0.31...HEAD
[Unreleased]: https://github.com/libsndfile/libsndfile/compare/1.1.0...HEAD
[1.1.0]: https://github.com/libsndfile/libsndfile/compare/1.0.31...1.1.0

2
README
View File

@ -1,4 +1,4 @@
This is libsndfile, 1.0.29
This is libsndfile, 1.1.0
libsndfile is a library of C routines for reading and writing
files containing sampled audio data.

View File

@ -4,7 +4,7 @@
| Version | Supported |
| ------- | ------------------ |
| 1.0.x | :white_check_mark: |
| 1.1.x | :white_check_mark: |
## Reporting a Vulnerability

View File

@ -1,6 +1,6 @@
---
author: "The libsndfile team"
version: "1.0.31"
version: "1.1.0"
markdown: kramdown
plugins:

View File

@ -142,6 +142,8 @@ Here is the release history for libsndfile:
problems, delete old generated sndfile.h from $(top_builddir)/src.
* Version 1.0.31 (January 24 2021) Bugfix release. Fix multiple memory leaks
reported by OSS-Fuzz. More SSE2-optimized functions for x86 and amd64.
* Version 1.1.0 (March 27 2022) Minor release, backward compatible with previous
releases. Added long-awaited MP3 support. Numerous improvements and bugfixes.
## Similar or Related Projects

View File

@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "libsndfile",
"description": "A library for reading and writing audio files",
"version-semver": "1.1.0-beta.2",
"version-semver": "1.1.0",
"default-features": [
"external-libs",
"mpeg"