Skip to content

Commit 104ba03

Browse files
committed
Version 1.1.9
1 parent 5ad8004 commit 104ba03

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
New in 1.1.9:
2+
3+
* SAV reader: Improved support for Asian code pages #263
4+
* SAV reader: Improved support for Very Long String records #287
5+
* SAS reader: Improved support for RLE decompression #245 #253
6+
* SAS reader: Support 16MiB page sizes #286
7+
* SAS catalog reader: Fix bugs reading big-endian files #293
8+
* SAS catalog reader: Allow formats with no labels #290
9+
* SAS catalog reader: Check for long names in 64-bit files #291
10+
* Improved compatibility with -Wstrict-prototypes #295
11+
* Replace sprintf with snprintf #292
12+
113
New in 1.1.8:
214

315
* XPT reader/writer: Improved support for format strings #257 #258

VS17/PropertySheet.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup />
66
<ItemDefinitionGroup>
77
<ClCompile>
8-
<PreprocessorDefinitions>READSTAT_VERSION="1.1.8";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
8+
<PreprocessorDefinitions>READSTAT_VERSION="1.1.9";_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99
</ClCompile>
1010
</ItemDefinitionGroup>
1111
<ItemGroup />

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.8],[https://github.com/WizardMac/ReadStat/issues],[readstat],[https://github.com/WizardMac/ReadStat])
2+
AC_INIT([ReadStat],[1.1.9],[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)