Skip to content

Commit 1be1018

Browse files
committed
Version 1.1.4, Release Candidate 0
1 parent 6122c01 commit 1be1018

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
New in 1.1.4:
2+
3+
* SAS7BDAT reader: Add support for binary-compressed files #21
4+
* XPT v8 writer: Improve compatibility with SAS #207 (thanks to @reikoch)
5+
* XPT reader: Fix reading of long variable names #208 (thanks to @reikoch)
6+
* SAS readers: Support for more character encodings
7+
* SAV reader: Clients sometimes received truncated UTF-8 strings
8+
* SPSS writers: Improve compatibility with PSPP with DATETIME fields #211
9+
* All formats: Improved support for setting / getting the `display_width` #210
10+
111
New in 1.1.3:
212

313
* Fix warnings when compiling with GCC 10 #202

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Update this with each release
2-
AC_INIT([ReadStat], [1.1.3], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat])
2+
AC_INIT([ReadStat], [1.1.4-rc0], [emmiller@gmail.com], [readstat], [https://github.com/WizardMac/ReadStat])
33
AM_INIT_AUTOMAKE([foreign subdir-objects])
44
AM_SILENT_RULES([yes])
55

66
# Don't forget to update these too
77
READSTAT_MAJOR_VERSION=1
88
READSTAT_MINOR_VERSION=1
9-
READSTAT_MICRO_VERSION=3
9+
READSTAT_MICRO_VERSION=4
1010

1111
# libtool stuff, see https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
1212
READSTAT_VERSION=$READSTAT_MAJOR_VERSION.$READSTAT_MINOR_VERSION.$READSTAT_MICRO_VERSION

0 commit comments

Comments
 (0)