Skip to content

Commit

Permalink
Version 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed Aug 18, 2021
1 parent e1eedff commit f8731f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down

0 comments on commit f8731f8

Please sign in to comment.