Skip to content

Commit a8e6705

Browse files
committed
Version 1.1.6
1 parent bf605ea commit a8e6705

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

NEWS

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
New in 1.1.6, Release Candidate 1:
2-
3-
* Support for SAS files created with SAS Visual Forecaster #232
4-
* Report format widths for date/time SAS formats #233
5-
* Document the meaning of a -1 return value from `readstat_get_row_count` #234
6-
* Fix SAS file creation / modification times on Windows #238 #240
7-
8-
New in 1.1.6, Release Candidate 0:
1+
New in 1.1.6:
92

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

2017
New in 1.1.5:
2118

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Update this with each release. Be sure to change VS17/PropertySheet.props too
2-
AC_INIT([ReadStat], [1.1.6-rc1], [https://github.com/WizardMac/ReadStat/issues], [readstat], [https://github.com/WizardMac/ReadStat])
2+
AC_INIT([ReadStat], [1.1.6], [https://github.com/WizardMac/ReadStat/issues], [readstat], [https://github.com/WizardMac/ReadStat])
33
AM_INIT_AUTOMAKE([foreign subdir-objects])
44
AM_SILENT_RULES([yes])
55

0 commit comments

Comments
 (0)