Skip to content

Commit

Permalink
Version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmiller committed May 4, 2021
1 parent bf605ea commit a8e6705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
New in 1.1.6, Release Candidate 1:

* Support for SAS files created with SAS Visual Forecaster #232
* Report format widths for date/time SAS formats #233
* Document the meaning of a -1 return value from `readstat_get_row_count` #234
* Fix SAS file creation / modification times on Windows #238 #240

New in 1.1.6, Release Candidate 0:
New in 1.1.6:

* Migrate to GitHub Actions
* Regenerate parsers with Ragel 7 and update build script
Expand All @@ -16,6 +9,10 @@ New in 1.1.6, Release Candidate 0:
* DTA reader: Fix encoding error when garbage values are present beyond the end of a string
* Command file readers: Fix integer overflow (oss-fuzz/15778)
* `extract_metadata`: Implement duration support #223 (thanks to @basgys)
* Support for SAS files created with SAS Visual Forecaster #232
* Report format widths for date/time SAS formats #233
* Document the meaning of a -1 return value from `readstat_get_row_count` #234
* Fix SAS file creation / modification times on Windows #238 #240

New in 1.1.5:

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.6-rc1], [https://github.com/WizardMac/ReadStat/issues], [readstat], [https://github.com/WizardMac/ReadStat])
AC_INIT([ReadStat], [1.1.6], [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 a8e6705

Please sign in to comment.