aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 12:34:28 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 12:34:29 +0200
commit7965ac7a2edeac9ffc32106c18ca1868054adc8f (patch)
tree04408ecf951c5fa6948009a9d4a3b84e0a6b5b4b
parenta1a8861cdff18d1f90d02056d56192b1bda2fd92 (diff)
Bump version: 0.9.35.7-a1a8 → 0.9.360.9.36
-rw-r--r--debian/changelog17
-rw-r--r--src/Makefile.am2
2 files changed, 18 insertions, 1 deletions
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)