From f8731f89d581b9839cdbdd5dec256f78d3d788f1 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Wed, 18 Aug 2021 11:12:45 -0400 Subject: [PATCH] Version 1.1.7 --- NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6e71cf2..bceda66 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +New in 1.1.7: + + * SAV writer: Permit missing ranges for integer variables #251 + * SAV writer: Fix format-truncation warning #247 + * DTA reader/writer: Improved support for string refs on older platforms + * DTA reader: Fix incorrect ordering in StrL comparison functions #248 + * SAS7BDAT writer: Improved support for tagged missing values on big-endian platforms + * SAS readers: Allow header sizes up to 16MiB #249 + * Visual Studio: Fix paths to make them consistent between x86 and x64 archs #242 + New in 1.1.6: * Migrate to GitHub Actions diff --git a/configure.ac b/configure.ac index 92c428f..507856d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Update this with each release. Be sure to change VS17/PropertySheet.props too -AC_INIT([ReadStat], [1.1.7-rc1], [https://github.com/WizardMac/ReadStat/issues], [readstat], [https://github.com/WizardMac/ReadStat]) +AC_INIT([ReadStat], [1.1.7], [https://github.com/WizardMac/ReadStat/issues], [readstat], [https://github.com/WizardMac/ReadStat]) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_SILENT_RULES([yes])