Skip to content

Commit

Permalink
0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarwick committed Oct 17, 2020
1 parent 81a382d commit 36b5170
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 18 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for libfq

0.4.2 2020-??-??
0.4.2 2020-10-17
- Add configure option "--with-fbclient"
- Fix FQexplainStatement() output

0.4.1 2019-05-31
Expand Down
1 change: 0 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ OS X:

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


Linking libfq
-------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h

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


2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ AM_LDFLAGS = -lfbclient -L$(fbclient)
include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
lib_LTLIBRARIES = libfq.la
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
libfq_la_LDFLAGS = -release 0.4.1 -lfbclient -L$(fbclient)
libfq_la_LDFLAGS = -release 0.4.2 -lfbclient -L$(fbclient)
all: all-recursive

.SUFFIXES:
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 libfq 0.4.1.
# Generated by GNU Autoconf 2.69 for libfq 0.4.2.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libfq'
PACKAGE_TARNAME='libfq'
PACKAGE_VERSION='0.4.1'
PACKAGE_STRING='libfq 0.4.1'
PACKAGE_VERSION='0.4.2'
PACKAGE_STRING='libfq 0.4.2'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1317,7 +1317,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 libfq 0.4.1 to adapt to many kinds of systems.
\`configure' configures libfq 0.4.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1387,7 +1387,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of libfq 0.4.1:";;
short | recursive ) echo "Configuration of libfq 0.4.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1497,7 +1497,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
libfq configure 0.4.1
libfq configure 0.4.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1866,7 +1866,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 libfq $as_me 0.4.1, which was
It was created by libfq $as_me 0.4.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2754,7 +2754,7 @@ fi

# Define the identity of the package.
PACKAGE='libfq'
VERSION='0.4.1'
VERSION='0.4.2'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -12123,7 +12123,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 libfq $as_me 0.4.1, which was
This file was extended by libfq $as_me 0.4.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -12189,7 +12189,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="\\
libfq config.status 0.4.1
libfq config.status 0.4.2
configured by $0, generated by GNU Autoconf 2.69,
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,7 +1,7 @@
# libfq - configure.ac


AC_INIT([libfq], [0.4.1], [[email protected]])
AC_INIT([libfq], [0.4.2], [[email protected]])

AM_MAINTAINER_MODE([disable])

Expand Down
4 changes: 2 additions & 2 deletions include/libfq-version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define LIBFQ_VERSION_STRING "0.4.1"
#define LIBFQ_VERSION_NUMBER 401
#define LIBFQ_VERSION_STRING "0.4.2"
#define LIBFQ_VERSION_NUMBER 402
4 changes: 3 additions & 1 deletion packaging/redhat/libfq.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: A wrapper library for the Firebird C API
Name: libfq
Version: 0.4.1
Version: 0.4.2
Release: 1
Source: libfq-%{version}.tar.gz
URL: https://github.com/ibarwick/libfq
Expand Down Expand Up @@ -36,6 +36,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/include/libfq.h

%changelog
* Sat Oct 17 2020 Ian Barwick ([email protected])
- libfq 0.4.2
* Fri May 31 2019 Ian Barwick ([email protected])
- libfq 0.4.1
* Fri Nov 9 2018 Ian Barwick ([email protected])
Expand Down

0 comments on commit 36b5170

Please sign in to comment.