diff --git a/Changelog b/Changelog index 0adf1fe2..a8f1c48f 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2018-05-06 Martin Dvorak + + * Released v1.25 - Community contributed fixes and improvements. Keyword search is default. + 2018-01-03 Martin Dvorak * Released v1.24 - Reproducible build and stabilization. diff --git a/PKGBUILD b/PKGBUILD index d5d1a1b6..128e8179 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Filip SzymaƄski pkgname=hstr -pkgver=1.24 +pkgver=1.25 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=('any') diff --git a/configure.ac b/configure.ac index 4a83ac19..2141b751 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ([2.69]) -AC_INIT(hh, 1.24, martin.dvorak@mindforger.com) +AC_INIT(hh, 1.25, martin.dvorak@mindforger.com) AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) # Checks for src dir existence. diff --git a/dist/debian-env.sh b/dist/debian-env.sh index 0dc4ea46..2a5ff004 100755 --- a/dist/debian-env.sh +++ b/dist/debian-env.sh @@ -2,7 +2,7 @@ # Debian release: https://wiki.debian.org/IntroDebianPackaging -export HHVERSION="1.24.0" +export HHVERSION="1.25.0" #export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload export HHFULLVERSION=${HHVERSION}-1 # mantainer upload export HH=hstr_${HHVERSION} diff --git a/dist/github-env.sh b/dist/github-env.sh index 87f919f5..59f1b196 100755 --- a/dist/github-env.sh +++ b/dist/github-env.sh @@ -4,6 +4,6 @@ export NOW=`date +%Y-%m-%d--%H-%M-%S` export GH_RELEASE_DIR=~/p/hstr/release export GH_DISTRO_DIR=${GH_RELEASE_DIR}/release-${NOW} -export HHVERSION="1.24" +export HHVERSION="1.25" # eof diff --git a/dist/ubuntu-add-new-distro-base.sh b/dist/ubuntu-add-new-distro-base.sh index de60df01..bc4a7e97 100755 --- a/dist/ubuntu-add-new-distro-base.sh +++ b/dist/ubuntu-add-new-distro-base.sh @@ -1,7 +1,7 @@ #!/bin/bash # boostrap new OR refresh distribution base for pbuilder -export DISTRO=beaver +export DISTRO=bionic sudo pbuilder --create $DISTRO rm -vf ~/pbuilder/${DISTRO}-base.tgz diff --git a/dist/ubuntu-make-all-distros.sh b/dist/ubuntu-make-all-distros.sh index f586cb6f..e674022d 100755 --- a/dist/ubuntu-make-all-distros.sh +++ b/dist/ubuntu-make-all-distros.sh @@ -16,11 +16,11 @@ then fi export HHBZRMSG="Top and bottom prompt." -export VERSION=1.24. -export MINOR=8 +export VERSION=1.25. +export MINOR=1 # precise quantal saucy precise utopic vivid wily yakkety zesty / trusty xenial artful bionic -for DISTRO in bionic +for DISTRO in trusty xenial artful bionic do ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}" diff --git a/pad.xml b/pad.xml index 03a053a4..869dab55 100644 --- a/pad.xml +++ b/pad.xml @@ -51,7 +51,7 @@ HSTR - 1.24 + 1.25 09 30 2018 diff --git a/src/hstr.c b/src/hstr.c index 1676cb13..9c81a80a 100644 --- a/src/hstr.c +++ b/src/hstr.c @@ -247,7 +247,7 @@ static const char *HELP_STRING= "\n"; static const char *VERSION_STRING= - "hh version \"1.24\" (2018-02-18T11:00:00)" + "hh version \"1.25\" (2018-05-06T19:30:00)" "\n"; // TODO help screen - curses window (tig)