Skip to content

Releases: vlm/asn1c

v0.9.28

26 Mar 10:32
@vlm vlm
Compare
Choose a tag to compare

0.9.28: 2017-03-26

  • PER decoding: avoid memory leak on error. By github.com/simo5
  • Constness patch #46 by Wim L wiml@omnigroup.com (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

13 Feb 10:40
@vlm vlm
Compare
Choose a tag to compare

0.9.27: 2014-Sep-17

  • Build structure fixes for portability.
  • Disable long debug of ASN.1 operations during make check stage.
  • Introduce --enable-ASN_DEBUG configure flag to emit long debug output.

v0.9.26

13 Feb 10:41
@vlm vlm
Compare
Choose a tag to compare

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 bma@megawatt.com.pl
  • Get rid of non-standard pointer arithmetics on void* pointer.
  • PER-encoding of integers wider than 32 bits.