Skip to content

Commit

Permalink
2.5.0 > 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Dec 11, 2022
1 parent 83b2eb4 commit c1cf2db
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
5 changes: 3 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
2022-12-?? Martin Dvorak <[email protected]>
2022-12-11 Martin Dvorak <[email protected]>

* Released v2.6.0 - fix release.
* Released v2.6.0 - fix release (several memory leak and overflow fixes,
MacPorts and Debian documentation, Snap script fix, GitHub Actions workflow).

2021-12-13 Martin Dvorak <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Contributor: Busindre <busilezas at busindre.com>

pkgname=hstr
pkgver=2.5
pkgver=2.6
pkgrel=1
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."
arch=('x86_64'
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The following HSTR versions are currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 2.6.0 | :white_check_mark: |
| 2.5.0 | :white_check_mark: |
| 2.4.0 | :white_check_mark: |
| <= 2.3.0 | :x: |
Expand Down
4 changes: 2 additions & 2 deletions build/debian/make-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ then
exit 1
fi

export ARG_BAZAAR_MSG="HSTR 2.5.0"
export ARG_VERSION="2.5.0"
export ARG_BAZAAR_MSG="HSTR 2.6.0"
export ARG_VERSION="2.6.0"

# Debian releases: https://www.debian.org/releases/
# 6/7/8/9/10: squeeze wheezy jessie stretch buster
Expand Down
2 changes: 1 addition & 1 deletion build/fedora/rpm-from-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# This script is available from http://www.mindforger.com/fedora/fedora-rpm-from-deb.sh
# to be easily available in VMs

export MFVERSION="2.5.0"
export MFVERSION="2.6.0"
export MFPRJNAME="hstr-${MFVERSION}"
export AMD64NAME="hstr_${MFVERSION}-1_amd64"
export I386NAME="hstr_${MFVERSION}-1_i386"
Expand Down
2 changes: 1 addition & 1 deletion build/tarball/tarball-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

export SCRIPT_HOME=`pwd`

export HSTR_VERSION="2.5.0"
export HSTR_VERSION="2.6.0"

export NOW=`date +%Y-%m-%d--%H-%M-%S`
export GH_RELEASE_DIR=~/p/hstr/release
Expand Down
5 changes: 3 additions & 2 deletions build/ubuntu/launchpad-make-all-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,13 @@ then
fi

export ARG_BAZAAR_MSG="Release 2.6"
export ARG_MAJOR_VERSION=2.5.
export ARG_MINOR_VERSION=0 # minor version is incremented for every Ubuntu version
export ARG_MAJOR_VERSION=2.6.
export ARG_MINOR_VERSION=1 # minor version is incremented for every Ubuntu version

# https://wiki.ubuntu.com/Releases
# obsolete: precise quantal saucy precise utopic vivid wily yakkety artful cosmic
# current : (trusty) xenial bionic (cosmic disco eoan) focal (groovy) (hirsute) (impish) jammy kinetic
# command : trusty xenial bionic focal jammy kinetic
for UBUNTU_VERSION in trusty xenial bionic focal jammy kinetic
do
echo "Releasing HSTR for Ubuntu version: ${UBUNTU_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

AC_PREREQ([2.69])

AC_INIT(hstr, 2.5.0, [email protected])
AC_INIT(hstr, 2.6.0, [email protected])
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])

# Check src dir existence.
Expand Down
4 changes: 2 additions & 2 deletions pad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
</Company_Info>
<Program_Info>
<Program_Name>HSTR</Program_Name>
<Program_Version>2.5.0</Program_Version>
<Program_Version>2.6.0</Program_Version>
<Program_Release_Month>12</Program_Release_Month>
<Program_Release_Day>13</Program_Release_Day>
<Program_Release_Day>10</Program_Release_Day>
<Program_Release_Year>2022</Program_Release_Year>
<Program_Cost_Dollars />
<Program_Cost_Other_Code>USD</Program_Cost_Other_Code>
Expand Down

0 comments on commit c1cf2db

Please sign in to comment.