From 480375f7745cf62ec5366fdd2fc9e2fdc68f2482 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Mon, 20 Aug 2018 19:34:58 +0200 Subject: [PATCH] Getting ready for 1.28 release. --- Changelog | 4 ++++ PKGBUILD | 2 +- build/debian/aptly-add-deb.sh | 6 +++--- build/debian/make-deb.sh | 4 ++-- build/fedora/rpm-from-deb.sh | 2 +- build/tarball/tarball-build.sh | 2 +- build/ubuntu/launchpad-make-all-releases.sh | 4 ++-- configure.ac | 2 +- src/hstr.c | 2 +- 9 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Changelog b/Changelog index 63c6332..0c2682e 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2018-08-21 Martin Dvorak + +* Released v1.28.0 - All memory leaks fixed, add Bash autocomplete. + 2018-08-13 Martin Dvorak * Released v1.27.0 - Long lines support, QtCreator IDE migration, all build scripts rewritten, diff --git a/PKGBUILD b/PKGBUILD index 3426d07..3d4a50c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Filip SzymaƄski pkgname=hstr -pkgver=1.27 +pkgver=1.28 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/build/debian/aptly-add-deb.sh b/build/debian/aptly-add-deb.sh index b2c16c1..aa8eb00 100755 --- a/build/debian/aptly-add-deb.sh +++ b/build/debian/aptly-add-deb.sh @@ -29,8 +29,8 @@ echo "See 'MindForger Release Guide#Debian and my PPA' notebook for detailed ste #aptly repo show mindforger-com-ppa # add .deb to repository -#aptly repo add mindforger-com-ppa hstr_1.27.0-1_amd64.deb -#aptly repo remove mindforger-com-ppa hstr_1.27.0-1_amd64 +#aptly repo add mindforger-com-ppa hstr_1.28.0-1_amd64.deb +#aptly repo remove mindforger-com-ppa hstr_1.28.0-1_amd64 # show repo content w/ packages #aptly repo show -with-packages mindforger-com-ppa @@ -42,7 +42,7 @@ echo "See 'MindForger Release Guide#Debian and my PPA' notebook for detailed ste #aptly snapshot drop mf-test-snapshot # create snapshot in the time of release - note release NAME -#aptly snapshot create hstr-1.27.0 from repo mindforger-com-ppa +#aptly snapshot create hstr-1.28.0 from repo mindforger-com-ppa # show published snapshots #aptly publish list diff --git a/build/debian/make-deb.sh b/build/debian/make-deb.sh index c292c29..1b2c6d5 100755 --- a/build/debian/make-deb.sh +++ b/build/debian/make-deb.sh @@ -148,8 +148,8 @@ then exit 1 fi -export ARG_BAZAAR_MSG="HSTR 1.27.0" -export ARG_VERSION="1.27.0" +export ARG_BAZAAR_MSG="HSTR 1.28.0" +export ARG_VERSION="1.28.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 10fc10e..f05f9c0 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="1.27.0" +export MFVERSION="1.28.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 5829676..a4e886b 100755 --- a/build/tarball/tarball-build.sh +++ b/build/tarball/tarball-build.sh @@ -20,7 +20,7 @@ export SCRIPT_HOME=`pwd` -export HH_VERSION="1.27.0" +export HH_VERSION="1.28.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 dd8844a..6cbd52c 100755 --- a/build/ubuntu/launchpad-make-all-releases.sh +++ b/build/ubuntu/launchpad-make-all-releases.sh @@ -162,8 +162,8 @@ then exit 1 fi -export ARG_BAZAAR_MSG="Release 1.27" -export ARG_MAJOR_VERSION=1.27. +export ARG_BAZAAR_MSG="Release 1.28" +export ARG_MAJOR_VERSION=1.28. export ARG_MINOR_VERSION=0 # minor version is incremented for every Ubuntu version # https://wiki.ubuntu.com/Releases diff --git a/configure.ac b/configure.ac index e9860fc..6265381 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.69]) -AC_INIT(hh, 1.27.0, martin.dvorak@mindforger.com) +AC_INIT(hh, 1.28.0, martin.dvorak@mindforger.com) AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) # Check src dir existence. diff --git a/src/hstr.c b/src/hstr.c index f3f4e98..1a496c9 100644 --- a/src/hstr.c +++ b/src/hstr.c @@ -132,7 +132,7 @@ // major.minor.revision static const char* VERSION_STRING= - "hh version \"1.27.0\" (2018-08-13T17:00:00)" + "hh version \"1.28.0\" (2018-08-21T13:00:00)" "\n"; static const char* HH_VIEW_LABELS[]={