Skip to content

Commit

Permalink
Bump to release 0.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
p-gen committed Jun 5, 2021
1 parent 245dfb0 commit c54f8c6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 11 deletions.
23 changes: 23 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
- Version 0.9.18
* Fixes:
* A mismatch between signed and unsigned chars has been corrected.
* A fatal error in the direct access code has been corrected.
* A logic error that could cause a crash has been fixed.
* Improvements:
* The user manual has been updated.
* An early substitution option -ES similar to -S has been added.
* Special levels are now considered when displaying searched words.
* An option to change the behaviour of the multi-selection mode has
been added.
* 4 more special levels (-6, -7, -8 and -9) are now available.
* The missing blink attribute has been added.
* The possibility to overload initial limits has been added.
* A new search session now starts from scratch by default.
* The integer checking function is now more reliable.
* A better code for validating UTF-8 byte sequences is now used.
* Tests have been added.
* Misc:
* A missing licence reminder in the usage.c file has been added.
* An example in the README file has been added.
* Error messages are now more consistent.

- Version 0.9.17
* Fixes:
* The method to get the cursor location has been fixed and improved.
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for smenu 0.9.17.
# Generated by GNU Autoconf 2.69 for smenu 0.9.18.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='smenu'
PACKAGE_TARNAME='smenu'
PACKAGE_VERSION='0.9.17'
PACKAGE_STRING='smenu 0.9.17'
PACKAGE_VERSION='0.9.18'
PACKAGE_STRING='smenu 0.9.18'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1275,7 +1275,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures smenu 0.9.17 to adapt to many kinds of systems.
\`configure' configures smenu 0.9.18 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1345,7 +1345,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of smenu 0.9.17:";;
short | recursive ) echo "Configuration of smenu 0.9.18:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1436,7 +1436,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
smenu configure 0.9.17
smenu configure 0.9.18
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1859,7 +1859,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by smenu $as_me 0.9.17, which was
It was created by smenu $as_me 0.9.18, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2720,7 +2720,7 @@ fi
# Define the identity of the package.
PACKAGE='smenu'
VERSION='0.9.17'
VERSION='0.9.18'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -5714,7 +5714,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by smenu $as_me 0.9.17, which was
This file was extended by smenu $as_me 0.9.18, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5780,7 +5780,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
smenu config.status 0.9.17
smenu config.status 0.9.18
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.17
0.9.18

0 comments on commit c54f8c6

Please sign in to comment.