Skip to content

Commit

Permalink
Update version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
afayaz-feral committed Jan 22, 2020
1 parent 9d34caa commit d58c59c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.5

### Changes

* Introduce a new pidfd based set of D-Bus APIs (#173)
* Dynamically change governor on integrated GPUs for improved performance (#179)
* Various other fixes and improvements.

### Contributors

* Alex Smith @aejsmith
* Christian Kellner @gicmo
* Jason Ekstrand @jekstrand

## 1.4

### Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999
```

### Build and Install GameMode
Then clone, build and install a release version of GameMode at 1.4:
Then clone, build and install a release version of GameMode at 1.5:

```bash
git clone https://github.com/FeralInteractive/gamemode.git
cd gamemode
git checkout 1.4 # omit to build the master branch
git checkout 1.5 # omit to build the master branch
./bootstrap.sh
```

Expand Down
2 changes: 1 addition & 1 deletion data/gamemoded.8.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for gamemoded.
.\" Contact [email protected] to correct errors or typos.
.TH gamemoded 8 "21 July 2019" "1.5-dev" "gamemoded man page"
.TH gamemoded 8 "22 Jan 2020" "1.5" "gamemoded man page"
.SH NAME
gamemoded \- optimises system performance on demand
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion example/archlinux/gamemode-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Ysblokje <ysblokje at gmail dot com>
pkgname=('gamemode-git')
pkgver='1.5-dev'
pkgver='1.5'
pkgrel=1
pkgdesc="GameMode is a daemon/lib combo for Linux that allows games to request a set of optimisations be temporarily applied to the host OS."
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'gamemode',
'c',
default_options : ['c_std=c11', 'warning_level=3'],
version: '1.5-dev',
version: '1.5',
license: 'BSD',
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git submodule init
git submodule update

# Bump in tandem with meson.build, run script once new tag is up.
VERSION="1.5-dev"
VERSION="1.5"

NAME="gamemode"
./scripts/git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
Expand Down

0 comments on commit d58c59c

Please sign in to comment.