Skip to content

Commit

Permalink
Getting ready for 1.23 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Sep 30, 2017
1 parent 3edff1f commit 3049616
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-09-30 Martin Dvorak <[email protected]>

* Released v1.23 - WLS (Bash on Ubuntu on Windows 10) support

2017-01-21 Martin Dvorak <[email protected]>

* Released v1.22 - Zsh history mgmt improvements (delete).
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

AC_PREREQ([2.69])

AC_INIT(hh, 1.22, [email protected])
AC_INIT(hh, 1.23, [email protected])
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])

# Checks for src dir existence.
Expand Down
2 changes: 1 addition & 1 deletion dist/debian-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion dist/github-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dist/ubuntu-add-new-distro-base.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# boostrap new OR refresh distribution base for pbuilder
export DISTRO=yakkety
export DISTRO=zesty

sudo pbuilder --create $DISTRO
rm -vf ~/pbuilder/${DISTRO}-base.tgz
Expand Down
6 changes: 3 additions & 3 deletions dist/ubuntu-make-all-distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ 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
for DISTRO in trusty xenial yakkety
# precise quantal saucy precise utopic vivid wily yakkety / trusty xenial
for DISTRO in zesty
do

./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"
Expand Down
10 changes: 5 additions & 5 deletions pad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
pad.xml PAD file for HSTR
Copyright (C) 2015 Martin Dvorak <[email protected]>
Copyright (C) 2015-2017 Martin Dvorak <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -51,10 +51,10 @@
</Company_Info>
<Program_Info>
<Program_Name>HSTR</Program_Name>
<Program_Version>1.22</Program_Version>
<Program_Release_Month>05</Program_Release_Month>
<Program_Release_Day>09</Program_Release_Day>
<Program_Release_Year>2015</Program_Release_Year>
<Program_Version>1.23</Program_Version>
<Program_Release_Month>09</Program_Release_Month>
<Program_Release_Day>30</Program_Release_Day>
<Program_Release_Year>2017</Program_Release_Year>
<Program_Cost_Dollars />
<Program_Cost_Other_Code>USD</Program_Cost_Other_Code>
<Program_Cost_Other />
Expand Down
2 changes: 1 addition & 1 deletion src/hstr.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,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";

Expand Down

0 comments on commit 3049616

Please sign in to comment.