Releases: vlm/asn1c
Releases · vlm/asn1c
v0.9.28
0.9.28: 2017-03-26
- PER decoding: avoid memory leak on error. By github.com/simo5
- Constness patch #46 by Wim L [email protected] (41bbf1c..78d604f).
Build issues: - Fixed generated file permissions introduced by earlier pull (issue/32).
- Win32/MinGW patch #31 by Frank Morgner (frankmorgner).
- Autoreconf fix patch by Dave Cridland (github.com/dwd)
- Fix autoreconf-2.69 failure by github.com/brchiu
- Fix C99 warnings. Fix by Adrien Destugues (github.com/pulkomandy).
- C89 compliance fix by Jaroslav Imrich (github.com/jariq).
- C standard compliance fixes by Markus Elfring (github.com/elfring).
v0.9.27
v0.9.26
0.9.26: 2014-Sep-11
- Updated asn1c-usage.pdf.
- Made -fskeletons-copy a default option; removed cmdline option.
- Made -fnative-types a default option; removed cmdline option. Added -fwide-types for backwards compatibility.
- Add -fline-refs to avoid being unfriendly to version control systems.
- Default constraint checking fix. Thanks to Bartosz Marcinkiewicz [email protected]
- Get rid of non-standard pointer arithmetics on void* pointer.
- PER-encoding of integers wider than 32 bits.