From ec4d5268baa86f8153ecf3a295f4c74020f9fc1d Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Wed, 12 Apr 2017 09:29:17 +0200 Subject: [PATCH] Getting ready for new release: 1.22 > 1.23 --- Changelog | 7 +++++++ PKGBUILD | 2 +- configure.ac | 2 +- dist/debian-env.sh | 2 +- dist/github-env.sh | 2 +- dist/ubuntu-make-all-distros.sh | 2 +- pad.xml | 4 ++-- src/hstr.c | 2 +- 8 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Changelog b/Changelog index e29a085..419e97c 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,10 @@ +2017-xx-xx Martin Dvorak + + * Released v1.23 - Autotools and memory leaks. + * This release removes problematic PKG_CHECK_MODULES + Autoools macro for ncurses detection. It also brings + number of memory leak fixes. + 2017-01-21 Martin Dvorak * Released v1.22 - Zsh history mgmt improvements (delete). diff --git a/PKGBUILD b/PKGBUILD index b64ce0e..fdd7f7c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Filip SzymaƄski pkgname=hstr -pkgver=1.22 +pkgver=1.23 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 2317a3e..1dd88c7 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ([2.69]) -AC_INIT(hh, 1.22, martin.dvorak@mindforger.com) +AC_INIT(hh, 1.23, 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 0fb6ddb..ae1cfb1 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.22.0" +export HHVERSION="1.23.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 030217a..f2b1d6d 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.22" +export HHVERSION="1.23" # eof diff --git a/dist/ubuntu-make-all-distros.sh b/dist/ubuntu-make-all-distros.sh index c9bf48e..29f13b4 100755 --- a/dist/ubuntu-make-all-distros.sh +++ b/dist/ubuntu-make-all-distros.sh @@ -16,7 +16,7 @@ then fi export HHBZRMSG="Top and bottom prompt." -export VERSION=1.22. +export VERSION=1.23. export MINOR=1 # precise quantal saucy precise utopic / trusty vivid wily xenial yakkety diff --git a/pad.xml b/pad.xml index 4df42df..5190c8e 100644 --- a/pad.xml +++ b/pad.xml @@ -2,7 +2,7 @@