diff --git a/configure.ac b/configure.ac index 869e1a32..2a081e46 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # Use and distribution licensed under the BSD license. See # the COPYING file in this directory for full text. -AC_INIT([libdrizzle-redux6],[6.1.4],[https://github.com/sociomantic-tsunami/libdrizzle-redux/issues],[libdrizzle-redux6],[https://github.com/sociomantic-tsunami/libdrizzle-redux]) +AC_INIT([libdrizzle-redux6],[6.1.5],[https://github.com/sociomantic-tsunami/libdrizzle-redux/issues],[libdrizzle-redux6],[https://github.com/sociomantic-tsunami/libdrizzle-redux]) AC_CONFIG_AUX_DIR([build/build-aux]) @@ -56,7 +56,7 @@ AC_CONFIG_SRCDIR([src/drizzle.cc]) # (ยง) The explanation is taken from this blogpost: # http://blog.asleson.org/index.php/2014/07/08/libtool-library-versioning-version-info-currentrevisionage/ # -LIBDRIZZLE_LIBRARY_VERSION=13:12:0 +LIBDRIZZLE_LIBRARY_VERSION=13:13:0 # | | | # +------+ | +---+ # | | | diff --git a/pkg/rpm/spec.in b/pkg/rpm/spec.in index 5822538c..7e0cc26e 100644 --- a/pkg/rpm/spec.in +++ b/pkg/rpm/spec.in @@ -93,6 +93,12 @@ mkdir -p $RPM_BUILD_ROOT/ %{_includedir}/%{name}/libdrizzle-redux/visibility.h %changelog +* Sat Dec 01 2018 Andreas Bok Andersen - 6.1.5 +- Minor fixes in README +- Update docker images to sociomantictsunami +- Replace copyright notices to dunnhumby Germany GmbH +- Fix broken links to sociomantic-tsunami + * Sun Jun 24 2018 Andreas Bok Andersen - 6.1.4 - [TRAVIS] Fix MySQL installation for OSX build - [TRAVIS] Remove build dir for osx build on travis