Skip to content

Commit

Permalink
Version 1.1.4, Release Candidate 0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Aug 29, 2020
1 parent 6122c01 commit 1be1018
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Update this with each release
AC_INIT([ReadStat], [1.1.3], [[email protected]], [readstat], [https://github.com/WizardMac/ReadStat])
AC_INIT([ReadStat], [1.1.4-rc0], [[email protected]], [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
Expand Down

0 comments on commit 1be1018

Please sign in to comment.