From 1be1018ddb9dea72135c1664c51b00aab6246967 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Sat, 29 Aug 2020 09:13:49 -0400 Subject: [PATCH] Version 1.1.4, Release Candidate 0 --- NEWS | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 520fb60c..b2eed78d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +New in 1.1.4: + + * SAS7BDAT reader: Add support for binary-compressed files #21 + * XPT v8 writer: Improve compatibility with SAS #207 (thanks to @reikoch) + * XPT reader: Fix reading of long variable names #208 (thanks to @reikoch) + * SAS readers: Support for more character encodings + * SAV reader: Clients sometimes received truncated UTF-8 strings + * SPSS writers: Improve compatibility with PSPP with DATETIME fields #211 + * All formats: Improved support for setting / getting the `display_width` #210 + New in 1.1.3: * Fix warnings when compiling with GCC 10 #202 diff --git a/configure.ac b/configure.ac index 200b8eb5..e9e3e2c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ # Update this with each release -AC_INIT([ReadStat], [1.1.3], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat]) +AC_INIT([ReadStat], [1.1.4-rc0], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes]) # Don't forget to update these too READSTAT_MAJOR_VERSION=1 READSTAT_MINOR_VERSION=1 -READSTAT_MICRO_VERSION=3 +READSTAT_MICRO_VERSION=4 # libtool stuff, see https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info READSTAT_VERSION=$READSTAT_MAJOR_VERSION.$READSTAT_MINOR_VERSION.$READSTAT_MICRO_VERSION