Skip to content

Commit ec93610

Browse files
author
nixnodes
committed
2.6.6
1 parent 98abecc commit ec93610

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

ChangeLog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
* - ! Major performance boost for dirlog rebuild update mode
3434
* - % Cross compile for androideabi (./configure --host arm-linux-androideabi)
3535
* 2.6.5:
36-
* - ~ Stuff already in the dirlog was being added in update mode
36+
* - ~ Stuff already in the dirlog was being added in update mode
37+
* 2.6.6:
38+
* - ~ Critical fix: uninitialized ht settings causing double freeing
3739
*
3840
* v2.5:
3941
*

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for glutil 2.6.5.
3+
# Generated by GNU Autoconf 2.69 for glutil 2.6.6.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='glutil'
582582
PACKAGE_TARNAME='glutil'
583-
PACKAGE_VERSION='2.6.5'
584-
PACKAGE_STRING='glutil 2.6.5'
583+
PACKAGE_VERSION='2.6.6'
584+
PACKAGE_STRING='glutil 2.6.6'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL='http://glutil.nixnodes.net/'
587587

@@ -1295,7 +1295,7 @@ if test "$ac_init_help" = "long"; then
12951295
# Omit some internal or obsolete options to make the list less imposing.
12961296
# This message is too long to be a string in the A/UX 3.1 sh.
12971297
cat <<_ACEOF
1298-
\`configure' configures glutil 2.6.5 to adapt to many kinds of systems.
1298+
\`configure' configures glutil 2.6.6 to adapt to many kinds of systems.
12991299
13001300
Usage: $0 [OPTION]... [VAR=VALUE]...
13011301
@@ -1361,7 +1361,7 @@ fi
13611361

13621362
if test -n "$ac_init_help"; then
13631363
case $ac_init_help in
1364-
short | recursive ) echo "Configuration of glutil 2.6.5:";;
1364+
short | recursive ) echo "Configuration of glutil 2.6.6:";;
13651365
esac
13661366
cat <<\_ACEOF
13671367
@@ -1464,7 +1464,7 @@ fi
14641464
test -n "$ac_init_help" && exit $ac_status
14651465
if $ac_init_version; then
14661466
cat <<\_ACEOF
1467-
glutil configure 2.6.5
1467+
glutil configure 2.6.6
14681468
generated by GNU Autoconf 2.69
14691469
14701470
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2074,7 +2074,7 @@ cat >config.log <<_ACEOF
20742074
This file contains any messages produced by compilers while
20752075
running configure, to aid debugging if configure makes a mistake.
20762076
2077-
It was created by glutil $as_me 2.6.5, which was
2077+
It was created by glutil $as_me 2.6.6, which was
20782078
generated by GNU Autoconf 2.69. Invocation command line was
20792079
20802080
$ $0 $@
@@ -2939,7 +2939,7 @@ fi
29392939
29402940
# Define the identity of the package.
29412941
PACKAGE='glutil'
2942-
VERSION='2.6.5'
2942+
VERSION='2.6.6'
29432943
29442944
29452945
cat >>confdefs.h <<_ACEOF
@@ -7154,7 +7154,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
71547154
# report actual input values of CONFIG_FILES etc. instead of their
71557155
# values after options handling.
71567156
ac_log="
7157-
This file was extended by glutil $as_me 2.6.5, which was
7157+
This file was extended by glutil $as_me 2.6.6, which was
71587158
generated by GNU Autoconf 2.69. Invocation command line was
71597159
71607160
CONFIG_FILES = $CONFIG_FILES
@@ -7212,7 +7212,7 @@ _ACEOF
72127212
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
72137213
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
72147214
ac_cs_version="\\
7215-
glutil config.status 2.6.5
7215+
glutil config.status 2.6.6
72167216
configured by $0, generated by GNU Autoconf 2.69,
72177217
with options \\"\$ac_cs_config\\"
72187218

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_PREREQ(2.63)
22

33

4-
AC_INIT([glutil], [2.6.5], [[email protected]],,[http://glutil.nixnodes.net/])
4+
AC_INIT([glutil], [2.6.6], [[email protected]],,[http://glutil.nixnodes.net/])
55
AC_CONFIG_SRCDIR([src/main.c])
66

77
AM_INIT_AUTOMAKE([subdir-objects silent-rules])

0 commit comments

Comments
 (0)