Skip to content

Commit

Permalink
release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Apr 21, 2021
1 parent a6849dd commit 2f89098
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to libre will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v2.0.1] - 2021-04-22

### Fixed

- tmr: fix FreeBSD and OpenBSD [#97]
- mk: fix clang analyze CFLAGS

### Changed

- tls: different return values for tls_get_ca_chain_field() [#94]


## [v2.0.0] - 2021-04-10

### Added
Expand Down Expand Up @@ -169,6 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Richard Aas
- Sebastian Reimers

[#97]: https://github.com/baresip/re/pull/97
[#94]: https://github.com/baresip/re/pull/94
[#81]: https://github.com/baresip/re/pull/81
[#48]: https://github.com/baresip/re/pull/48
[#92]: https://github.com/baresip/re/pull/92
Expand Down Expand Up @@ -226,7 +242,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2]: https://github.com/baresip/re/pull/2
[#1]: https://github.com/baresip/re/pull/1

[Unreleased]: https://github.com/baresip/re/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/baresip/re/compare/v2.0.1...HEAD
[v2.0.1]: https://github.com/baresip/re/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/baresip/re/compare/v1.1.0...v2.0.0
[v1.1.0]: https://github.com/baresip/re/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/baresip/re/compare/v0.6.1...v1.0.0
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
# Main version number
VER_MAJOR := 2
VER_MINOR := 0
VER_PATCH := 0
VER_PATCH := 1

# Libtool similar ABI versioning
# https://github.com/baresip/re/wiki/ABI-Versioning
ABI_CUR := 1
ABI_REV := 0
ABI_REV := 1
ABI_AGE := 0

ABI_MAJOR := $(shell expr $(ABI_CUR) - $(ABI_AGE))
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libre (2.0.0) unstable; urgency=medium

* version 2.0.1

-- Sebastian Reimers <[email protected]> Thu, 22 Apr 2021 09:00:00 +0200

libre (2.0.0) unstable; urgency=medium

* version 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion rpm/re.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name re
%define ver 2.0.0
%define ver 2.0.1
%define rel 1

Summary: Generic library for real-time communications with async IO support
Expand Down

0 comments on commit 2f89098

Please sign in to comment.