Skip to content

Commit 9152b59

Browse files
committed
Fixing Arch build by fixing bug in mvprintw which resolves #443
1 parent ad8dd39 commit 9152b59

File tree

11 files changed

+19
-14
lines changed

11 files changed

+19
-14
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-12-13 Martin Dvorak <[email protected]>
2+
3+
* Released v2.5.0 - minor fix release to fix Arch build.
4+
15
2021-12-03 Martin Dvorak <[email protected]>
26

37
* Released v2.4.0 - ability to insert custom command to terminal prompt,

INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Alternatively you can download and install `.deb` archive from [GitHub releases]
9898
section of the project:
9999

100100
```bash
101-
wget -O hstr.deb https://github.com/dvorka/hstr/releases/download/2.4/hstr_<major>.<minor>.<revision>-1_amd64.deb
101+
wget -O hstr.deb https://github.com/dvorka/hstr/releases/download/<major>.<minor>/hstr_<major>.<minor>.<revision>-1_amd64.deb
102102

103103
# dependencies:
104104
apt-get install libncursesw5 libtinfo5
@@ -191,7 +191,7 @@ pkg install hstr
191191
To install HSTR on Slackware, please check [pkgs.org](https://pkgs.org/search/?q=hstr). You can install HSTR as follows:
192192

193193
```bash
194-
upgradepkg --install-new hstr-2.4-x86_64-1cf.txz
194+
upgradepkg --install-new hstr-<major>.<minor>-x86_64-1cf.txz
195195
```
196196

197197
[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributor: Busindre <busilezas at busindre.com>
55

66
pkgname=hstr
7-
pkgver=2.3
7+
pkgver=2.5
88
pkgrel=1
99
pkgdesc="A command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r."
1010
arch=('any')

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The following HSTR versions are currently being supported with security updates.
66

77
| Version | Supported |
88
| ------- | ------------------ |
9+
| 2.5.0 | :white_check_mark: |
910
| 2.4.0 | :white_check_mark: |
1011
| <= 2.3.0 | :x: |
1112

build/debian/make-deb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ then
147147
exit 1
148148
fi
149149

150-
export ARG_BAZAAR_MSG="HSTR 2.4.0"
151-
export ARG_VERSION="2.4.0"
150+
export ARG_BAZAAR_MSG="HSTR 2.5.0"
151+
export ARG_VERSION="2.5.0"
152152

153153
# Debian releases: https://www.debian.org/releases/
154154
# 6/7/8/9/10: squeeze wheezy jessie stretch buster

build/fedora/rpm-from-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# This script is available from http://www.mindforger.com/fedora/fedora-rpm-from-deb.sh
2121
# to be easily available in VMs
2222

23-
export MFVERSION="2.4.0"
23+
export MFVERSION="2.5.0"
2424
export MFPRJNAME="hstr-${MFVERSION}"
2525
export AMD64NAME="hstr_${MFVERSION}-1_amd64"
2626
export I386NAME="hstr_${MFVERSION}-1_i386"

build/tarball/tarball-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
export SCRIPT_HOME=`pwd`
2222

23-
export HSTR_VERSION="2.4.0"
23+
export HSTR_VERSION="2.5.0"
2424

2525
export NOW=`date +%Y-%m-%d--%H-%M-%S`
2626
export GH_RELEASE_DIR=~/p/hstr/release

build/ubuntu/launchpad-make-all-releases.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ then
163163
exit 1
164164
fi
165165

166-
export ARG_BAZAAR_MSG="Release 2.4"
167-
export ARG_MAJOR_VERSION=2.4.
166+
export ARG_BAZAAR_MSG="Release 2.5"
167+
export ARG_MAJOR_VERSION=2.5.
168168
export ARG_MINOR_VERSION=7 # minor version is incremented for every Ubuntu version
169169

170170
# https://wiki.ubuntu.com/Releases

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
AC_PREREQ([2.69])
2222

23-
AC_INIT(hstr, 2.4.0, [email protected])
23+
AC_INIT(hstr, 2.5.0, [email protected])
2424
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
2525

2626
# Check src dir existence.

pad.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
</Company_Info>
5252
<Program_Info>
5353
<Program_Name>HSTR</Program_Name>
54-
<Program_Version>2.4.0</Program_Version>
54+
<Program_Version>2.5.0</Program_Version>
5555
<Program_Release_Month>12</Program_Release_Month>
56-
<Program_Release_Day>3</Program_Release_Day>
56+
<Program_Release_Day>13</Program_Release_Day>
5757
<Program_Release_Year>2021</Program_Release_Year>
5858
<Program_Cost_Dollars />
5959
<Program_Cost_Other_Code>USD</Program_Cost_Other_Code>

0 commit comments

Comments
 (0)