diff --git a/Changelog b/Changelog index f8f96db3..815abdf3 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ -2022-12-?? Martin Dvorak +2022-12-11 Martin Dvorak - * 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 diff --git a/PKGBUILD b/PKGBUILD index f3863eb7..29cd7786 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Busindre 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' diff --git a/SECURITY.md b/SECURITY.md index 93b35a71..ecb0c885 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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: | diff --git a/build/debian/make-deb.sh b/build/debian/make-deb.sh index f567c2f3..4ff3b0ed 100755 --- a/build/debian/make-deb.sh +++ b/build/debian/make-deb.sh @@ -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 diff --git a/build/fedora/rpm-from-deb.sh b/build/fedora/rpm-from-deb.sh index 2542235d..dedb77b8 100755 --- a/build/fedora/rpm-from-deb.sh +++ b/build/fedora/rpm-from-deb.sh @@ -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" diff --git a/build/tarball/tarball-build.sh b/build/tarball/tarball-build.sh index fbdceb34..518be56b 100755 --- a/build/tarball/tarball-build.sh +++ b/build/tarball/tarball-build.sh @@ -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 diff --git a/build/ubuntu/launchpad-make-all-releases.sh b/build/ubuntu/launchpad-make-all-releases.sh index 3a5b6d2d..e83fa201 100755 --- a/build/ubuntu/launchpad-make-all-releases.sh +++ b/build/ubuntu/launchpad-make-all-releases.sh @@ -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}" diff --git a/configure.ac b/configure.ac index cbaf83eb..e7d2ea69 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.69]) -AC_INIT(hstr, 2.5.0, martin.dvorak@mindforger.com) +AC_INIT(hstr, 2.6.0, martin.dvorak@mindforger.com) AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) # Check src dir existence. diff --git a/pad.xml b/pad.xml index 0f4f7e3c..7ba3fac4 100644 --- a/pad.xml +++ b/pad.xml @@ -51,9 +51,9 @@ HSTR - 2.5.0 + 2.6.0 12 - 13 + 10 2022 USD