Skip to content

Commit b2083e9

Browse files
committed
Release 0.4.1
1 parent d80591a commit b2083e9

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

CHANGELOG

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

3-
0.4.1 2019-02-??
3+
0.4.1 2019-05-31
44
- fix some potential resource leaks
55
- general code tidy up
66

Makefile.am

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

1313
lib_LTLIBRARIES = libfq.la
1414
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
15-
libfq_la_LDFLAGS = -release 0.4.0
15+
libfq_la_LDFLAGS = -release 0.4.1
1616

1717

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(ibase)
386386
include_HEADERS = include/libfq-expbuffer.h include/libfq.h include/libfq-int.h
387387
lib_LTLIBRARIES = libfq.la
388388
libfq_la_SOURCES = src/libfq.c src/fqexpbuffer.c src/fqmultibyte.c
389-
libfq_la_LDFLAGS = -release 0.4.0
389+
libfq_la_LDFLAGS = -release 0.4.1
390390
all: all-recursive
391391

392392
.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.0.
3+
# Generated by GNU Autoconf 2.69 for libfq 0.4.1.
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.0'
594-
PACKAGE_STRING='libfq 0.4.0'
593+
PACKAGE_VERSION='0.4.1'
594+
PACKAGE_STRING='libfq 0.4.1'
595595
PACKAGE_BUGREPORT='barwick@gmail.com'
596596
PACKAGE_URL=''
597597

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

13861386
if test -n "$ac_init_help"; then
13871387
case $ac_init_help in
1388-
short | recursive ) echo "Configuration of libfq 0.4.0:";;
1388+
short | recursive ) echo "Configuration of libfq 0.4.1:";;
13891389
esac
13901390
cat <<\_ACEOF
13911391
@@ -1494,7 +1494,7 @@ fi
14941494
test -n "$ac_init_help" && exit $ac_status
14951495
if $ac_init_version; then
14961496
cat <<\_ACEOF
1497-
libfq configure 0.4.0
1497+
libfq configure 0.4.1
14981498
generated by GNU Autoconf 2.69
14991499
15001500
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1863,7 +1863,7 @@ cat >config.log <<_ACEOF
18631863
This file contains any messages produced by compilers while
18641864
running configure, to aid debugging if configure makes a mistake.
18651865
1866-
It was created by libfq $as_me 0.4.0, which was
1866+
It was created by libfq $as_me 0.4.1, which was
18671867
generated by GNU Autoconf 2.69. Invocation command line was
18681868
18691869
$ $0 $@
@@ -2751,7 +2751,7 @@ fi
27512751

27522752
# Define the identity of the package.
27532753
PACKAGE='libfq'
2754-
VERSION='0.4.0'
2754+
VERSION='0.4.1'
27552755

27562756

27572757
cat >>confdefs.h <<_ACEOF
@@ -12107,7 +12107,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1210712107
# report actual input values of CONFIG_FILES etc. instead of their
1210812108
# values after options handling.
1210912109
ac_log="
12110-
This file was extended by libfq $as_me 0.4.0, which was
12110+
This file was extended by libfq $as_me 0.4.1, which was
1211112111
generated by GNU Autoconf 2.69. Invocation command line was
1211212112
1211312113
CONFIG_FILES = $CONFIG_FILES
@@ -12173,7 +12173,7 @@ _ACEOF
1217312173
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1217412174
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1217512175
ac_cs_version="\\
12176-
libfq config.status 0.4.0
12176+
libfq config.status 0.4.1
1217712177
configured by $0, generated by GNU Autoconf 2.69,
1217812178
with options \\"\$ac_cs_config\\"
1217912179

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.0], [barwick@gmail.com])
4+
AC_INIT([libfq], [0.4.1], [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.0"
2-
#define LIBFQ_VERSION_NUMBER 400
1+
#define LIBFQ_VERSION_STRING "0.4.1"
2+
#define LIBFQ_VERSION_NUMBER 401

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.0
3+
Version: 0.4.1
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+
* Fri May 31 2019 Ian Barwick (barwick@gmail.com)
40+
- libfq 0.4.1
3941
* Fri Nov 9 2018 Ian Barwick (barwick@gmail.com)
4042
- libfq 0.4.0
4143
* Fri Sep 28 2018 Ian Barwick (barwick@gmail.com)

0 commit comments

Comments
 (0)