Getting ready for new release: 1.22 > 1.23

This commit is contained in:
Martin Dvorak 2017-04-12 09:29:17 +02:00
parent 03d5990300
commit ec4d5268ba
8 changed files with 15 additions and 8 deletions

View file

@ -1,3 +1,10 @@
2017-xx-xx Martin Dvorak <martin.dvorak@mindforger.com>
* 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 <martin.dvorak@mindforger.com>
* Released v1.22 - Zsh history mgmt improvements (delete).

View file

@ -3,7 +3,7 @@
# Contributor: Filip Szymański <fszymanski at, fedoraproject.org>
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')

View file

@ -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.

2
dist/debian-env.sh vendored
View file

@ -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}

2
dist/github-env.sh vendored
View file

@ -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

View file

@ -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

View file

@ -2,7 +2,7 @@
<!--
pad.xml PAD file for HSTR
Copyright (C) 2015 Martin Dvorak <martin.dvorak@mindforger.com>
Copyright (C) 2014-2017 Martin Dvorak <martin.dvorak@mindforger.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -51,7 +51,7 @@
</Company_Info>
<Program_Info>
<Program_Name>HSTR</Program_Name>
<Program_Version>1.22</Program_Version>
<Program_Version>1.23</Program_Version>
<Program_Release_Month>05</Program_Release_Month>
<Program_Release_Day>09</Program_Release_Day>
<Program_Release_Year>2015</Program_Release_Year>

View file

@ -210,7 +210,7 @@ static const char *HELP_STRING=
"\n";
static const char *VERSION_STRING=
"hh version \"1.22\""
"hh version \"1.23\""
"\n build \""__DATE__" " __TIME__"\""
"\n";