Skip to content

Commit 38f0809

Browse files
committed
Bump version to 1.0.3
1 parent 45e41f0 commit 38f0809

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

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 text-classifier 1.0.2.
3+
# Generated by GNU Autoconf 2.69 for text-classifier 1.0.3.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
587587
# Identity of this package.
588588
PACKAGE_NAME='text-classifier'
589589
PACKAGE_TARNAME='text-classifier'
590-
PACKAGE_VERSION='1.0.2'
591-
PACKAGE_STRING='text-classifier 1.0.2'
590+
PACKAGE_VERSION='1.0.3'
591+
PACKAGE_STRING='text-classifier 1.0.3'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

@@ -1349,7 +1349,7 @@ if test "$ac_init_help" = "long"; then
13491349
# Omit some internal or obsolete options to make the list less imposing.
13501350
# This message is too long to be a string in the A/UX 3.1 sh.
13511351
cat <<_ACEOF
1352-
\`configure' configures text-classifier 1.0.2 to adapt to many kinds of systems.
1352+
\`configure' configures text-classifier 1.0.3 to adapt to many kinds of systems.
13531353

13541354
Usage: $0 [OPTION]... [VAR=VALUE]...
13551355

@@ -1420,7 +1420,7 @@ fi
14201420

14211421
if test -n "$ac_init_help"; then
14221422
case $ac_init_help in
1423-
short | recursive ) echo "Configuration of text-classifier 1.0.2:";;
1423+
short | recursive ) echo "Configuration of text-classifier 1.0.3:";;
14241424
esac
14251425
cat <<\_ACEOF
14261426

@@ -1548,7 +1548,7 @@ fi
15481548
test -n "$ac_init_help" && exit $ac_status
15491549
if $ac_init_version; then
15501550
cat <<\_ACEOF
1551-
text-classifier configure 1.0.2
1551+
text-classifier configure 1.0.3
15521552
generated by GNU Autoconf 2.69
15531553

15541554
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2121,7 +2121,7 @@ cat >config.log <<_ACEOF
21212121
This file contains any messages produced by compilers while
21222122
running configure, to aid debugging if configure makes a mistake.
21232123

2124-
It was created by text-classifier $as_me 1.0.2, which was
2124+
It was created by text-classifier $as_me 1.0.3, which was
21252125
generated by GNU Autoconf 2.69. Invocation command line was
21262126

21272127
$ $0 $@
@@ -2984,7 +2984,7 @@ fi
29842984

29852985
# Define the identity of the package.
29862986
PACKAGE='text-classifier'
2987-
VERSION='1.0.2'
2987+
VERSION='1.0.3'
29882988

29892989

29902990
cat >>confdefs.h <<_ACEOF
@@ -17403,7 +17403,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1740317403
# report actual input values of CONFIG_FILES etc. instead of their
1740417404
# values after options handling.
1740517405
ac_log="
17406-
This file was extended by text-classifier $as_me 1.0.2, which was
17406+
This file was extended by text-classifier $as_me 1.0.3, which was
1740717407
generated by GNU Autoconf 2.69. Invocation command line was
1740817408

1740917409
CONFIG_FILES = $CONFIG_FILES
@@ -17469,7 +17469,7 @@ _ACEOF
1746917469
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1747017470
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1747117471
ac_cs_version="\\
17472-
text-classifier config.status 1.0.2
17472+
text-classifier config.status 1.0.3
1747317473
configured by $0, generated by GNU Autoconf 2.69,
1747417474
with options \\"\$ac_cs_config\\"
1747517475

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([text-classifier],[1.0.2])
1+
AC_INIT([text-classifier],[1.0.3])
22
AM_INIT_AUTOMAKE([foreign nostdinc subdir-objects])
33

44
AC_CONFIG_MACRO_DIR([m4])

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
text-classifier (1.0.3-1) unstable; urgency=medium
2+
3+
* Drop -march=native compiler flag.
4+
* Fix another buffer overrun bug.
5+
6+
-- Morten Hustveit <[email protected]> Sat, 07 May 2016 17:46:42 -0400
7+
18
text-classifier (1.0.2-1) unstable; urgency=medium
29

310
* Fix buffer overrun bug discovered with -fstack-protector-strong.

0 commit comments

Comments
 (0)