pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libasn1c/+/43357?usp=email )
Change subject: Bump version: 0.9.38.1-b3ed → 0.9.39 ...................................................................... Bump version: 0.9.38.1-b3ed → 0.9.39 Change-Id: I3462cd96f329b8720fd84b4464d58bf9c7b8313b --- M debian/changelog M src/Makefile.am 2 files changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libasn1c refs/changes/57/43357/1 diff --git a/debian/changelog b/debian/changelog index 10c5d2a..00c980c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libasn1c (0.9.39) unstable; urgency=medium + + [ n0k0 ] + * constr_CHOICE: fix always-true bounds check + + -- Pau Espin Pedrol <[email protected]> Fri, 21 Aug 2026 11:30:10 +0200 + libasn1c (0.9.38) unstable; urgency=medium * debian/control: Build-Depends: add pkg-config diff --git a/src/Makefile.am b/src/Makefile.am index 5e9a0d7..e522f61 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=1:2:0 +LIBVERSION=1:3:0 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include/asn1c AM_CFLAGS = -fPIC -Wall $(LIBTALLOC_CFLAGS) -- To view, visit https://gerrit.osmocom.org/c/libasn1c/+/43357?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: libasn1c Gerrit-Branch: master Gerrit-Change-Id: I3462cd96f329b8720fd84b4464d58bf9c7b8313b Gerrit-Change-Number: 43357 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]>
