File Changelog changed (mode: 100644) (index e29a085..419e97c) |
|
1 |
|
2017-xx-xx Martin Dvorak <martin.dvorak@mindforger.com> |
|
2 |
|
|
|
3 |
|
* Released v1.23 - Autotools and memory leaks. |
|
4 |
|
* This release removes problematic PKG_CHECK_MODULES |
|
5 |
|
Autoools macro for ncurses detection. It also brings |
|
6 |
|
number of memory leak fixes. |
|
7 |
|
|
1 |
8 |
2017-01-21 Martin Dvorak <martin.dvorak@mindforger.com> |
2017-01-21 Martin Dvorak <martin.dvorak@mindforger.com> |
2 |
9 |
|
|
3 |
10 |
* Released v1.22 - Zsh history mgmt improvements (delete). |
* Released v1.22 - Zsh history mgmt improvements (delete). |
File configure.ac changed (mode: 100644) (index 2317a3e..1dd88c7) |
17 |
17 |
|
|
18 |
18 |
AC_PREREQ([2.69]) |
AC_PREREQ([2.69]) |
19 |
19 |
|
|
20 |
|
AC_INIT(hh, 1.22, martin.dvorak@mindforger.com) |
|
|
20 |
|
AC_INIT(hh, 1.23, martin.dvorak@mindforger.com) |
21 |
21 |
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) |
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) |
22 |
22 |
|
|
23 |
23 |
# Checks for src dir existence. |
# Checks for src dir existence. |
File dist/debian-env.sh changed (mode: 100755) (index 0fb6ddb..ae1cfb1) |
2 |
2 |
|
|
3 |
3 |
# Debian release: https://wiki.debian.org/IntroDebianPackaging |
# Debian release: https://wiki.debian.org/IntroDebianPackaging |
4 |
4 |
|
|
5 |
|
export HHVERSION="1.22.0" |
|
|
5 |
|
export HHVERSION="1.23.0" |
6 |
6 |
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload |
#export HHFULLVERSION=${HHVERSION}-1.0 # NMU upload |
7 |
7 |
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload |
export HHFULLVERSION=${HHVERSION}-1 # mantainer upload |
8 |
8 |
export HH=hstr_${HHVERSION} |
export HH=hstr_${HHVERSION} |
File pad.xml changed (mode: 100644) (index 4df42df..5190c8e) |
2 |
2 |
<!--
|
<!--
|
3 |
3 |
pad.xml PAD file for HSTR
|
pad.xml PAD file for HSTR
|
4 |
4 |
|
|
5 |
|
Copyright (C) 2015 Martin Dvorak <martin.dvorak@mindforger.com>
|
|
|
5 |
|
Copyright (C) 2014-2017 Martin Dvorak <martin.dvorak@mindforger.com>
|
6 |
6 |
|
|
7 |
7 |
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
8 |
8 |
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
|
51 |
51 |
</Company_Info>
|
</Company_Info>
|
52 |
52 |
<Program_Info>
|
<Program_Info>
|
53 |
53 |
<Program_Name>HSTR</Program_Name>
|
<Program_Name>HSTR</Program_Name>
|
54 |
|
<Program_Version>1.22</Program_Version>
|
|
|
54 |
|
<Program_Version>1.23</Program_Version>
|
55 |
55 |
<Program_Release_Month>05</Program_Release_Month>
|
<Program_Release_Month>05</Program_Release_Month>
|
56 |
56 |
<Program_Release_Day>09</Program_Release_Day>
|
<Program_Release_Day>09</Program_Release_Day>
|
57 |
57 |
<Program_Release_Year>2015</Program_Release_Year>
|
<Program_Release_Year>2015</Program_Release_Year>
|