diff --git a/CHANGELOG.md b/CHANGELOG.md index 11dbc6b..b801cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [v0.3.1] - 2012-02-19 +### Changed +* Fix regression in create command --output option. + ## [v0.3.0] - 2012-02-19 ### Added * Faster hashing backend using Intel ISA-L Crypto multi-buffer hashing. diff --git a/CMakeLists.txt b/CMakeLists.txt index 85dbc47..0aac878 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_policy(SET CMP0077 NEW) project(torrenttools DESCRIPTION "A commandline tool for creating, inspecting and modifying BitTorrent metafiles." LANGUAGES CXX - VERSION 0.3.0 + VERSION 0.3.1 HOMEPAGE_URL https://www.github.com/fbdtemme/torrenttools) # Make Find modules in cmake dir available diff --git a/packages/rpm/torrenttools.spec b/packages/rpm/torrenttools.spec index ca41b67..cd82d24 100644 --- a/packages/rpm/torrenttools.spec +++ b/packages/rpm/torrenttools.spec @@ -1,5 +1,5 @@ %global forgeurl https://www.github.com/fbdtemme/torrenttools -%global tag 0.3.0 +%global tag 0.3.1 Version: %{tag} # Verbose processing. Remove -i -v before commit @@ -9,7 +9,7 @@ Name: torrenttools URL: %{forgeurl} Source: %{forgesource} License: MIT -Release: 2%{?dist} +Release: 1%{?dist} Summary: A commandline tool for creating, inspecting and modifying BitTorrent metafiles. BuildRequires: openssl-devel @@ -70,6 +70,9 @@ DESTDIR="%{buildroot}" %__cmake --install . --component torrenttools %{_bindir}/torrenttools %changelog +* Fri Feb 19 2021 Florian De Temmerman 0.3.1-1 +- Update to 0.3.1 + * Fri Feb 19 2021 Florian De Temmerman 0.3.0-2 - Fix missing autotools dependencies diff --git a/packages/rpm/torrenttools.spec.in b/packages/rpm/torrenttools.spec.in index 47b535a..c9b72bf 100644 --- a/packages/rpm/torrenttools.spec.in +++ b/packages/rpm/torrenttools.spec.in @@ -9,7 +9,7 @@ Name: @PACKAGE_NAME@ URL: %{forgeurl} Source: %{forgesource} License: @PACKAGE_LICENSE@ -Release: 2%{?dist} +Release: 1%{?dist} Summary: @PACKAGE_DESCRIPTION_SUMMARY@ BuildRequires: openssl-devel @@ -70,6 +70,9 @@ DESTDIR="%{buildroot}" %__cmake --install . --component torrenttools %{_bindir}/torrenttools %changelog +* Fri Feb 19 2021 Florian De Temmerman 0.3.1-1 +- Update to 0.3.1 + * Fri Feb 19 2021 Florian De Temmerman 0.3.0-2 - Fix missing autotools dependencies