Bump version: 0.9.35.7-a1a8 → 0.9.36

Change-Id: I34d172f7aa73c4e9b83ac553403b9ca248ee0aed
This commit is contained in:
Pau Espin 2023-09-12 12:34:28 +02:00
parent a1a8861cdf
commit 7965ac7a2e
2 changed files with 18 additions and 1 deletions

17
debian/changelog vendored
View File

@ -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 ]

View File

@ -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)