Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarwick committed May 31, 2019
1 parent d80591a commit b2083e9
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for libfq

0.4.1 2019-02-??
0.4.1 2019-05-31
- fix some potential resource leaks
- general code tidy up

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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.0
libfq_la_LDFLAGS = -release 0.4.1


2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(ibase)
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.0
libfq_la_LDFLAGS = -release 0.4.1
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.0.
# Generated by GNU Autoconf 2.69 for libfq 0.4.1.
#
# Report bugs to <barwick@gmail.com>.
#
Expand Down Expand Up @@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='libfq'
PACKAGE_TARNAME='libfq'
PACKAGE_VERSION='0.4.0'
PACKAGE_STRING='libfq 0.4.0'
PACKAGE_VERSION='0.4.1'
PACKAGE_STRING='libfq 0.4.1'
PACKAGE_BUGREPORT='barwick@gmail.com'
PACKAGE_URL=''

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

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

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


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -12107,7 +12107,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.0, which was
This file was extended by libfq $as_me 0.4.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -12173,7 +12173,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.0
libfq config.status 0.4.1
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.0], [barwick@gmail.com])
AC_INIT([libfq], [0.4.1], [barwick@gmail.com])

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.0"
#define LIBFQ_VERSION_NUMBER 400
#define LIBFQ_VERSION_STRING "0.4.1"
#define LIBFQ_VERSION_NUMBER 401
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.0
Version: 0.4.1
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
* Fri May 31 2019 Ian Barwick (barwick@gmail.com)
- libfq 0.4.1
* Fri Nov 9 2018 Ian Barwick (barwick@gmail.com)
- libfq 0.4.0
* Fri Sep 28 2018 Ian Barwick (barwick@gmail.com)
Expand Down

0 comments on commit b2083e9

Please sign in to comment.