From f06bc1522ce96ad58898ca9d141329fce37bea16 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Wed, 25 Nov 2015 21:29:44 +0100 Subject: [PATCH] Getting ready 1.19 release. --- Changelog | 81 +++++++++++++++++---------------- PKGBUILD | 2 +- configure.ac | 2 +- dist/debian-env.sh | 2 +- dist/github-env.sh | 2 +- dist/ubuntu-make-all-distros.sh | 4 +- pad.xml | 2 +- src/hstr.c | 2 +- 8 files changed, 51 insertions(+), 46 deletions(-) diff --git a/Changelog b/Changelog index b2f2c879..c4581c14 100644 --- a/Changelog +++ b/Changelog @@ -1,68 +1,73 @@ +2015-11-25 Martin Dvorak + + * Released v1.19 - Stabilization release + * This minor release brings fixes of regexp mode. + 2015-11-23 Martin Dvorak - * Released v1.18 - Blacklists, Debian and Gentoo - * This minor release bring blacklist configurable from - a file (commands that are ignored). It also improves - Debian and Gentoo distribution builders. + * Released v1.18 - Blacklists, Debian and Gentoo + * This minor release bring blacklist configurable from + a file (commands that are ignored). It also improves + Debian and Gentoo distribution builders. 2015-05-09 Martin Dvorak - * Released v1.17 - History Management and Color Profiles - * This release brings improvements and stabilization - of the history management along with terminal - background agnostic color profiles. + * Released v1.17 - History Management and Color Profiles + * This release brings improvements and stabilization + of the history management along with terminal + background agnostic color profiles. 2015-01-08 Martin Dvorak - * Released v1.15 - First Item Autoselect and Vim Binding - * Minor release that brings first history item - autoselect on empty prompt selection, Vim style - history navigation binding and several bug fixes. + * Released v1.15 - First Item Autoselect and Vim Binding + * Minor release that brings first history item + autoselect on empty prompt selection, Vim style + history navigation binding and several bug fixes. 2014-10-29 Martin Dvorak - * Released v1.14 - Keyboard Search and Improved Highlighting - * New release brings keyboard based search i.e. matching - of history entries by occurrence of words in arbitrary - order. + * Released v1.14 - Keyboard Search and Improved Highlighting + * New release brings keyboard based search i.e. matching + of history entries by occurrence of words in arbitrary + order. * In addition highlighting of matching segments in history - entries has been improved. + entries has been improved. 2014-09-11 Martin Dvorak - * Released v1.13 - Transparent terminal and Internationalization - * New release brings support for transparent terminals. - * Internationalization problems were finally solved - use - of Czech, German, Chinese, ... special characters w/ - and w/o diacritics should be smooth. + * Released v1.13 - Transparent terminal and Internationalization + * New release brings support for transparent terminals. + * Internationalization problems were finally solved - use + of Czech, German, Chinese, ... special characters w/ + and w/o diacritics should be smooth. 2014-05-05 Martin Dvorak - * Released v1.12 - Regexp - * New release brings regexp based filtering of command - history. In addition it's possible to use HSTR in - non-interactive mode i.e. filtered output is written - to standard output. openSUSE became newly supported - distribution. + * Released v1.12 - Regexp + * New release brings regexp based filtering of command + history. In addition it's possible to use HSTR in + non-interactive mode i.e. filtered output is written + to standard output. openSUSE became newly supported + distribution. 2014-04-14 Martin Dvorak - * Released v1.10 - Favorites - * Major release that brings favorites - favorite - commands can be bookmarked for later use and managed - in a brand new view + * Released v1.10 - Favorites + * Major release that brings favorites - favorite + commands can be bookmarked for later use and managed + in a brand new view 2014-03-16 Martin Dvorak - * Released v1.3 - Radix Sort Stabilization - * A stabilization release that enables loading of huge - history files and makes internal radix sort - implementation more efficient. + * Released v1.3 - Radix Sort Stabilization + * A stabilization release that enables loading of huge + history files and makes internal radix sort + implementation more efficient. 2014-01-25 Martin Dvorak - * Released v1.0 - The First Stable Release + * Released v1.0 - The First Stable Release 2013-12-03 Martin Dvorak - * Released v0.2 - Initial Release + * Released v0.2 - Initial Release diff --git a/PKGBUILD b/PKGBUILD index 90518495..f6f7addf 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christian Wieden pkgname=hh -pkgver=1.18 +pkgver=1.19 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 4cbfe9bc..9c32dcae 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ([2.69]) -AC_INIT(hh, 1.18, martin.dvorak@mindforger.com) +AC_INIT(hh, 1.19, 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 9f951145..25e108b4 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.18.0" +export HHVERSION="1.19.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 bc311f68..8af8b050 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.18" +export HHVERSION="1.19" # eof diff --git a/dist/ubuntu-make-all-distros.sh b/dist/ubuntu-make-all-distros.sh index 464a89ad..6097d284 100755 --- a/dist/ubuntu-make-all-distros.sh +++ b/dist/ubuntu-make-all-distros.sh @@ -10,8 +10,8 @@ # - run this script from ~/p/hstr/launchpad export HHBZRMSG="History management and color themes fixes." -export VERSION=1.18. -export MINOR=2 +export VERSION=1.19. +export MINOR=1 # precise quantal saucy precise utopic / trusty vivid wily for DISTRO in trusty vivid wily diff --git a/pad.xml b/pad.xml index eff9249a..8f607771 100644 --- a/pad.xml +++ b/pad.xml @@ -51,7 +51,7 @@ HSTR - 1.18 + 1.19 05 09 2015 diff --git a/src/hstr.c b/src/hstr.c index dfe29fbd..90ee78e5 100644 --- a/src/hstr.c +++ b/src/hstr.c @@ -210,7 +210,7 @@ static const char *HELP_STRING= "\n"; static const char *VERSION_STRING= - "hh version \"1.18\"" + "hh version \"1.19\"" "\n build \""__DATE__" " __TIME__"\"" "\n";