Skip to content

Commit

Permalink
Bumped version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed Nov 15, 2022
1 parent cbde079 commit b6ee544
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v3.1.1 (2022-11-15)
- Fix ID3v2 version parsing bug

v3.1 (2022-11-4)
- Added support for Musepack format
- Added support for HE-AAC, xHE-AAC formats
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 3.13)
project(rsgain
VERSION 3.1
VERSION 3.1.1
DESCRIPTION "ReplayGain 2.0 loudness normalizer"
HOMEPAGE_URL "https://github.com/complexlogic/rsgain"
LANGUAGES CXX
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian

ARG VERSION=3.1 \
ARG VERSION=3.1.1 \
ARCH=amd64

RUN apt-get update && \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ pkg install rsgain
An amd64 .deb package is provided on the [release page](https://github.com/complexlogic/rsgain/releases/latest). It is installable on Debian Bullseye and later, Ubuntu 21.04 and later. It can be installed with the following commands:

```bash
wget https://github.com/complexlogic/rsgain/releases/download/v3.1/rsgain_3.1_amd64.deb
sudo apt install ./rsgain_3.1_amd64.deb
wget https://github.com/complexlogic/rsgain/releases/download/v3.1.1/rsgain_3.1.1_amd64.deb
sudo apt install ./rsgain_3.1.1_amd64.deb
```

This package contains a statically linked taglib version 1.12, which is needed to avoid a very critical bug that corrupted Ogg files in 1.11, which is the current version in the Debian/Ubuntu repos. It is strongly recommended for Debian/Ubuntu users to install this package instead of build from source.
Expand All @@ -76,7 +76,7 @@ There is also a PKGBUILD script based on the latest release source tarball locat
A package is available on the [release page](https://github.com/complexlogic/rsgain/releases/latest) that is compatible with Fedora 36 and later:

```bash
sudo dnf install https://github.com/complexlogic/rsgain/releases/download/v3.1/rsgain-3.1-1.x86_64.rpm
sudo dnf install https://github.com/complexlogic/rsgain/releases/download/v3.1.1/rsgain-3.1.1-1.x86_64.rpm
```

#### Others
Expand Down
2 changes: 1 addition & 1 deletion config/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=rsgain
pkgver=3.1
pkgver=3.1.1
pkgrel=1
epoch=
pkgdesc="ReplayGain 2.0 loudness normalizer"
Expand Down

0 comments on commit b6ee544

Please sign in to comment.