Skip to content

Commit 36b5170

Browse files
committed
0.4.2 release
1 parent 81a382d commit 36b5170

File tree

8 files changed

+20
-18
lines changed

8 files changed

+20
-18
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for libfq
22

3-
0.4.2 2020-??-??
3+
0.4.2 2020-10-17
4+
- Add configure option "--with-fbclient"
45
- Fix FQexplainStatement() output
56

67
0.4.1 2019-05-31

INSTALL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ OS X:
4141

4242
/Library/Frameworks/Firebird.framework/Versions/A/Headers/
4343

44-
4544
Linking libfq
4645
-------------
4746

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
1313

1414
lib_LTLIBRARIES = libfq.la
1515
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
16-
libfq_la_LDFLAGS = -release 0.4.1 -lfbclient -L$(fbclient)
16+
libfq_la_LDFLAGS = -release 0.4.2 -lfbclient -L$(fbclient)
1717

1818

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ AM_LDFLAGS = -lfbclient -L$(fbclient)
388388
include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
389389
lib_LTLIBRARIES = libfq.la
390390
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
391-
libfq_la_LDFLAGS = -release 0.4.1 -lfbclient -L$(fbclient)
391+
libfq_la_LDFLAGS = -release 0.4.2 -lfbclient -L$(fbclient)
392392
all: all-recursive
393393

394394
.SUFFIXES:

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 libfq 0.4.1.
3+
# Generated by GNU Autoconf 2.69 for libfq 0.4.2.
44
#
55
# Report bugs to <barwick@gmail.com>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='libfq'
592592
PACKAGE_TARNAME='libfq'
593-
PACKAGE_VERSION='0.4.1'
594-
PACKAGE_STRING='libfq 0.4.1'
593+
PACKAGE_VERSION='0.4.2'
594+
PACKAGE_STRING='libfq 0.4.2'
595595
PACKAGE_BUGREPORT='barwick@gmail.com'
596596
PACKAGE_URL=''
597597

@@ -1317,7 +1317,7 @@ if test "$ac_init_help" = "long"; then
13171317
# Omit some internal or obsolete options to make the list less imposing.
13181318
# This message is too long to be a string in the A/UX 3.1 sh.
13191319
cat <<_ACEOF
1320-
\`configure' configures libfq 0.4.1 to adapt to many kinds of systems.
1320+
\`configure' configures libfq 0.4.2 to adapt to many kinds of systems.
13211321
13221322
Usage: $0 [OPTION]... [VAR=VALUE]...
13231323
@@ -1387,7 +1387,7 @@ fi
13871387

13881388
if test -n "$ac_init_help"; then
13891389
case $ac_init_help in
1390-
short | recursive ) echo "Configuration of libfq 0.4.1:";;
1390+
short | recursive ) echo "Configuration of libfq 0.4.2:";;
13911391
esac
13921392
cat <<\_ACEOF
13931393
@@ -1497,7 +1497,7 @@ fi
14971497
test -n "$ac_init_help" && exit $ac_status
14981498
if $ac_init_version; then
14991499
cat <<\_ACEOF
1500-
libfq configure 0.4.1
1500+
libfq configure 0.4.2
15011501
generated by GNU Autoconf 2.69
15021502
15031503
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1866,7 +1866,7 @@ cat >config.log <<_ACEOF
18661866
This file contains any messages produced by compilers while
18671867
running configure, to aid debugging if configure makes a mistake.
18681868
1869-
It was created by libfq $as_me 0.4.1, which was
1869+
It was created by libfq $as_me 0.4.2, which was
18701870
generated by GNU Autoconf 2.69. Invocation command line was
18711871
18721872
$ $0 $@
@@ -2754,7 +2754,7 @@ fi
27542754

27552755
# Define the identity of the package.
27562756
PACKAGE='libfq'
2757-
VERSION='0.4.1'
2757+
VERSION='0.4.2'
27582758

27592759

27602760
cat >>confdefs.h <<_ACEOF
@@ -12123,7 +12123,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1212312123
# report actual input values of CONFIG_FILES etc. instead of their
1212412124
# values after options handling.
1212512125
ac_log="
12126-
This file was extended by libfq $as_me 0.4.1, which was
12126+
This file was extended by libfq $as_me 0.4.2, which was
1212712127
generated by GNU Autoconf 2.69. Invocation command line was
1212812128
1212912129
CONFIG_FILES = $CONFIG_FILES
@@ -12189,7 +12189,7 @@ _ACEOF
1218912189
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1219012190
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1219112191
ac_cs_version="\\
12192-
libfq config.status 0.4.1
12192+
libfq config.status 0.4.2
1219312193
configured by $0, generated by GNU Autoconf 2.69,
1219412194
with options \\"\$ac_cs_config\\"
1219512195

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# libfq - configure.ac
22

33

4-
AC_INIT([libfq], [0.4.1], [barwick@gmail.com])
4+
AC_INIT([libfq], [0.4.2], [barwick@gmail.com])
55

66
AM_MAINTAINER_MODE([disable])
77

include/libfq-version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define LIBFQ_VERSION_STRING "0.4.1"
2-
#define LIBFQ_VERSION_NUMBER 401
1+
#define LIBFQ_VERSION_STRING "0.4.2"
2+
#define LIBFQ_VERSION_NUMBER 402

packaging/redhat/libfq.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: A wrapper library for the Firebird C API
22
Name: libfq
3-
Version: 0.4.1
3+
Version: 0.4.2
44
Release: 1
55
Source: libfq-%{version}.tar.gz
66
URL: https://github.com/ibarwick/libfq
@@ -36,6 +36,8 @@ rm -rf $RPM_BUILD_ROOT
3636
/usr/include/libfq.h
3737

3838
%changelog
39+
* Sat Oct 17 2020 Ian Barwick (barwick@gmail.com)
40+
- libfq 0.4.2
3941
* Fri May 31 2019 Ian Barwick (barwick@gmail.com)
4042
- libfq 0.4.1
4143
* Fri Nov 9 2018 Ian Barwick (barwick@gmail.com)

0 commit comments

Comments
 (0)