From d9477a5b994edc5ce71f5ebd22b2ada977f61f8f Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Mon, 15 Jan 2018 08:45:41 +0100 Subject: [PATCH] DBZ-542 Set protobuf required version to at least 1.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a93db70..f1b0c24 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A PostgreSQL logical decoder output plugin to deliver data as [Protocol Buffers] This code depends on the following libraries and requires them for compilation: * [PostgreSQL](http://www.postgresql.org) 9.6+ -* [Protobuf-c](https://github.com/protobuf-c/protobuf-c) 1.1+ - used for data serialization +* [Protobuf-c](https://github.com/protobuf-c/protobuf-c) 1.2+ - used for data serialization * [PostGIS](http://www.postgis.net/) 2.1+ - used for Postgres geometric types support ## Building @@ -117,4 +117,4 @@ The following table shows how current PostgreSQL type OIDs are mapped to which d ## Support File bug reports and feature requests using [Debezium's JIRA](https://issues.jboss.org/browse/DBZ) and the -[postgresql-connector](https://issues.jboss.org/browse/DBZ/component/12323543) component \ No newline at end of file +[postgresql-connector](https://issues.jboss.org/browse/DBZ/component/12323543) component