pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libasn1c/+/34368?usp=email )
Change subject: Bump version: 0.9.35.7-a1a8 → 0.9.36 ......................................................................
Bump version: 0.9.35.7-a1a8 → 0.9.36
Change-Id: I34d172f7aa73c4e9b83ac553403b9ca248ee0aed --- M debian/changelog M src/Makefile.am 2 files changed, 27 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libasn1c refs/changes/68/34368/1
diff --git a/debian/changelog b/debian/changelog index 9790736..447d441 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +libasn1c (0.9.36) unstable; urgency=medium + + [ Oliver Smith ] + * debian/control: replace, conflict: osmo-libasn1c + * INTEGER: ignore invalid -Warray-bounds from GCC-10 + * debian: set compat level to 10 + * INTEGER: ignore warning for all GCC versions + + [ Vadim Yanitskiy ] + * src/Makefile.am: libraries shall not be in LDFLAGS but in LIBADD + + [ Pau Espin Pedrol ] + * .gitignore: Add configure~ + * Disable _ASN_STACK_OVERFLOW_CHECK if building with Asan enabled + + -- Pau Espin Pedrol pespin@sysmocom.de Tue, 12 Sep 2023 12:34:28 +0200 + libasn1c (0.9.35) unstable; urgency=medium
[ Neels Hofmeyr ] diff --git a/src/Makefile.am b/src/Makefile.am index 019ff98..5e9a0d7 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:1:0 +LIBVERSION=1:2:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include/asn1c AM_CFLAGS = -fPIC -Wall $(LIBTALLOC_CFLAGS)