Skip to content

Commit

Permalink
ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Nov 23, 2022
1 parent 2dd9749 commit c1f469d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
6 changes: 3 additions & 3 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
#define PACKAGE_PREFIX_DIR "NONE"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "bibledit 5.0.991"
#define PACKAGE_STRING "bibledit 5.0.992"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bibledit"
Expand All @@ -101,15 +101,15 @@
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "5.0.991"
#define PACKAGE_VERSION "5.0.992"

/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "5.0.991"
#define VERSION "5.0.992"

/* Define whether to compile on Windows */
/* #undef WIN32 */
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.71 for bibledit 5.0.991.
# Generated by GNU Autoconf 2.71 for bibledit 5.0.992.
#
# Report bugs to <http://bibledit.org>.
#
Expand Down Expand Up @@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bibledit'
PACKAGE_TARNAME='bibledit'
PACKAGE_VERSION='5.0.991'
PACKAGE_STRING='bibledit 5.0.991'
PACKAGE_VERSION='5.0.992'
PACKAGE_STRING='bibledit 5.0.992'
PACKAGE_BUGREPORT='http://bibledit.org'
PACKAGE_URL=''

Expand Down Expand Up @@ -1373,7 +1373,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 bibledit 5.0.991 to adapt to many kinds of systems.
\`configure' configures bibledit 5.0.992 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1443,7 +1443,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of bibledit 5.0.991:";;
short | recursive ) echo "Configuration of bibledit 5.0.992:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1570,7 +1570,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
bibledit configure 5.0.991
bibledit configure 5.0.992
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1765,7 +1765,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 bibledit $as_me 5.0.991, which was
It was created by bibledit $as_me 5.0.992, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3250,7 +3250,7 @@ fi

# Define the identity of the package.
PACKAGE='bibledit'
VERSION='5.0.991'
VERSION='5.0.992'


printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -8207,7 +8207,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 bibledit $as_me 5.0.991, which was
This file was extended by bibledit $as_me 5.0.992, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -8275,7 +8275,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
bibledit config.status 5.0.991
bibledit config.status 5.0.992
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([bibledit],[5.0.991],[http://bibledit.org])
AC_INIT([bibledit],[5.0.992],[http://bibledit.org])
AM_INIT_AUTOMAKE([tar-ustar subdir-objects])
AC_CANONICAL_BUILD
ac_default_prefix=/usr
Expand Down
1 change: 1 addition & 0 deletions help/changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<h1>ChangeLog</h1>

<p>5.0.992: Embedded libtidy fixes crash in the system-provided libtidy.</p>
<p>5.0.991: Temporal work-around for crash in the libtidy HTML/XML syntax checker and reformatter: No longer displays the Easy English Bible well.</p>
<p>5.0.990: Space below the focused verse in the verse editor now has no visible height anymore.</p>
<p>5.0.989: Fix memory leaks while getting some types of resources.</p>
Expand Down

0 comments on commit c1f469d

Please sign in to comment.