From 3828f6bfdc94d3c875b9b3f2528f78e46784cfe1 Mon Sep 17 00:00:00 2001 From: Ronan Dunklau Date: Mon, 20 Oct 2014 09:34:48 +0200 Subject: [PATCH] Release 1.1.0 --- CHANGELOG | 10 ++++++++++ multicorn.control | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a1d69568f..3b59e6584 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +1.1.0: + - ldap_fdw: + - use the ldap3 module for python3 compatibility (Guillaume Ayoub) + - allow types other than varchar (Guillaume Ayoub) + - sqlalchemy_fdw: explictly pass "stream_results" options + - fix some bugs wrt array handling + - Build: + - add support for VPATH builds (Markus Wanner, Christoph Berg) + - rssfdw: + - more flexibility for rss feeds 1.0.4: - Add support for upcoming AFTER TRIGGERs on foreign tables. - Fix reference counting bug in messages diff --git a/multicorn.control b/multicorn.control index d94bb1595..05872537e 100755 --- a/multicorn.control +++ b/multicorn.control @@ -1,4 +1,4 @@ comment = 'Multicorn Python bindings for Postgres 9.2.* Foreign Data Wrapper' -default_version = '1.0.4' +default_version = '1.1.0' module_pathname = '$libdir/multicorn' relocatable = true