<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/15071">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Bump version: 1.1.0.107-afce-dirty → 1.2.0<br><br>Change-Id: I05dd1f2725e05f856f1d27c9201a0005de101b8f<br>---<br>M debian/changelog<br>M debian/control<br>R debian/libosmogsm13.install<br>M src/Makefile.am<br>M src/ctrl/Makefile.am<br>M src/gb/Makefile.am<br>M src/gsm/Makefile.am<br>M src/sim/Makefile.am<br>M src/vty/Makefile.am<br>9 files changed, 149 insertions(+), 10 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/71/15071/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian/changelog b/debian/changelog</span><br><span>index 5ed8fe6..0e28089 100644</span><br><span>--- a/debian/changelog</span><br><span>+++ b/debian/changelog</span><br><span>@@ -1,3 +1,141 @@</span><br><span style="color: hsl(120, 100%, 40%);">+libosmocore (1.2.0) unstable; urgency=medium</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Harald Welte ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add VTY and CTRL port numbers for OsmoCBC (Cell Broadcast Centre)</span><br><span style="color: hsl(120, 100%, 40%);">+  * deal with rate_ctr_group_alloc() returning NULL</span><br><span style="color: hsl(120, 100%, 40%);">+  * Fix osmo_quote_str_c() for strings larger than 32 bytes</span><br><span style="color: hsl(120, 100%, 40%);">+  * Print error message if application fails to call rate_ctr_init()</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u()</span><br><span style="color: hsl(120, 100%, 40%);">+  * Revert "Print error message if application fails to call rate_ctr_init()"</span><br><span style="color: hsl(120, 100%, 40%);">+  * osmo_sock_get_name_*: Ensure string is returned in error case</span><br><span style="color: hsl(120, 100%, 40%);">+  * Revert "Change GSM48_PDISC_* to enum type"</span><br><span style="color: hsl(120, 100%, 40%);">+  * pseudotalloc: turn talloc_steal() into #define</span><br><span style="color: hsl(120, 100%, 40%);">+  * TLV: Add one-shot TLV encoder</span><br><span style="color: hsl(120, 100%, 40%);">+  * lapdm_rslms_recvmsg: Fix memory leak in error path</span><br><span style="color: hsl(120, 100%, 40%);">+  * rsl: Add osmocom-specific extensions to RSL channel numbers for CBCH</span><br><span style="color: hsl(120, 100%, 40%);">+  * oap_client: Fix license: GPLv2+ instead of AGPLv3+</span><br><span style="color: hsl(120, 100%, 40%);">+  * tdef: Fix license: GPLv2+ instead of AGPLv3+</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+</span><br><span style="color: hsl(120, 100%, 40%);">+  * rest_octets: Use correct symbols names for range encoder</span><br><span style="color: hsl(120, 100%, 40%);">+  * rest_octets: Actually include gsm48_rest_octets.c in Makefile.am</span><br><span style="color: hsl(120, 100%, 40%);">+  * rest_octets: Fix export of osmo_gsm48_rest_octets</span><br><span style="color: hsl(120, 100%, 40%);">+  * rest_octets: Suffix encoder functiosn with _encode</span><br><span style="color: hsl(120, 100%, 40%);">+  * rest_octets: Add function to parse SI3 rest octets</span><br><span style="color: hsl(120, 100%, 40%);">+  * rest_octets: Implement actual SI6 rest octets encoding</span><br><span style="color: hsl(120, 100%, 40%);">+  * rest_octets: Remove SI2ter + SI2bis encoders that don't do anything</span><br><span style="color: hsl(120, 100%, 40%);">+  * lapdm: Don't truncate L3 payload at 200 bytes length</span><br><span style="color: hsl(120, 100%, 40%);">+  * make all library-internal static buffers thread-local</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm0808_utils: Add gsm0808_decode_cell_id_u()</span><br><span style="color: hsl(120, 100%, 40%);">+  * lapdm: Allow user to specify T200 values; Use correct N200 values</span><br><span style="color: hsl(120, 100%, 40%);">+  * lapd_core: Perform N200 retransmissions, not N200-1</span><br><span style="color: hsl(120, 100%, 40%);">+  * fsm: Allow millisecond granularity in osmo_fsm built-in timer</span><br><span style="color: hsl(120, 100%, 40%);">+  * fsm: Reduce amount of copy+pasted LOGPFSMSRC() statements</span><br><span style="color: hsl(120, 100%, 40%);">+  * fsm.c: Print error message for FSM with allstate_action but no events</span><br><span style="color: hsl(120, 100%, 40%);">+  * CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) support</span><br><span style="color: hsl(120, 100%, 40%);">+  * cbsp: Introduce osmo_cbsp_errstr</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add Cell Broadcast related definitions from 3GPP TS 23.041</span><br><span style="color: hsl(120, 100%, 40%);">+  * cbsp.c: Remove dead code</span><br><span style="color: hsl(120, 100%, 40%);">+  * tdef: remove bogus OSMO_ASSERT(unsigned long >= 0)</span><br><span style="color: hsl(120, 100%, 40%);">+  * osmo_get_rand_id(): Avoid dead code by proper #if/#else/#endif</span><br><span style="color: hsl(120, 100%, 40%);">+  * avoid gcc format error on embedded builds</span><br><span style="color: hsl(120, 100%, 40%);">+  * pseudotalloc: Simplistic wrapper of talloc_named()</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Keith ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add expect script: 'vty' for easy access to all vtys</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Kévin Redon ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * fix typo in FSM description</span><br><span style="color: hsl(120, 100%, 40%);">+  * fix isdigit taking unsigned as input</span><br><span style="color: hsl(120, 100%, 40%);">+  * minor: don't redefine macros</span><br><span style="color: hsl(120, 100%, 40%);">+  * (minor) fix typo in comments</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Omar Ramadan ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Add MO-FALLBACK-VALUE SGsAP IE</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Max ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * NS: log address:port on error</span><br><span style="color: hsl(120, 100%, 40%);">+  * Change GSM48_PDISC_* to enum type</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Pau Espin Pedrol ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm0808: Introduce Osmocom extensions to announce Osmux support</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty: command.c: Get rid of huge indentation block</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty: command.c: Fix is_cmd_ambiguous() returning always 0</span><br><span style="color: hsl(120, 100%, 40%);">+  * cosmetic: vty: command.c: Use upper case for enum match_type value names</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty: command.c: Get rid of huge indentation block</span><br><span style="color: hsl(120, 100%, 40%);">+  * logging: Check return error from time() call</span><br><span style="color: hsl(120, 100%, 40%);">+  * logging: Use reentrant ctime_r instead of ctime</span><br><span style="color: hsl(120, 100%, 40%);">+  * command.c: Improve return check condition in cmd_execut_command_real()</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty: command.c: Get rid of big indentation block</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty: tests: Verify incomplete optional parameters are passed to vty funcs</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty: command.c: Fix: multi-choice args are no longer passed incomplete to vty func</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty: command.c: Fix: single-choice optional args are no longer passed incomplete to vty func</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty: Remove trailing whitespace in output from show asciidoc</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm: lapd_core: Log timeout used upon start of T200</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty: Simplify char escaping in asciidoc output</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm0808_test: Fix wrong use of memcp</span><br><span style="color: hsl(120, 100%, 40%);">+  * utils: share static buffer in osmo_str_to{lower,upper}()</span><br><span style="color: hsl(120, 100%, 40%);">+  * Get rid of osmo_str_tolower() use inside libosmocore code</span><br><span style="color: hsl(120, 100%, 40%);">+  * tests: logging: Remove undefined param passed to logging_vty_add_cmds</span><br><span style="color: hsl(120, 100%, 40%);">+  * configure: Autodetect TLS bug on ARM with old gcc and apply workaround</span><br><span style="color: hsl(120, 100%, 40%);">+  * configure: Allow disabling workaround for TLS bug in old ARM gcc versions</span><br><span style="color: hsl(120, 100%, 40%);">+  * osmo-release.sh: Drop whitespace after = when parsing LIBVERSION</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Oliver Smith ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITS</span><br><span style="color: hsl(120, 100%, 40%);">+  * Cosmetic: GSUP: fix too long comment line</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm48_decode_bcd_number2: fix ENOSPC edge case</span><br><span style="color: hsl(120, 100%, 40%);">+  * gitignore: add doc/*.tag.prep</span><br><span style="color: hsl(120, 100%, 40%);">+  * Makefile.am: don't delete example.xml, vtydoc.xsd</span><br><span style="color: hsl(120, 100%, 40%);">+  * contrib/jenkins.sh: run "make maintainer-clean"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Sylvain Munaut ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * codec/ecu: Add a bit of precision about the actual frame format used</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Daniel Willmann ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Deprecate usage of osmo_counter_*</span><br><span style="color: hsl(120, 100%, 40%);">+  * stats_vty: Add verb to sentence for show asciidoc counters</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Vadim Yanitskiy ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * protocol/gsm_12_21.h: fix copy-pasted struct description</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm0408/gsm0408_test.c: introduce BCD number encoding / decoding test</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm48_decode_bcd_number2(): fix output truncation</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncation</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm48_decode_bcd_number2(): return -EINVAL if LV has too big length</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm48_encode_bcd_number(): clarify optional LHV header initialization</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty/command.c: cosmetic: add missing curly brackets</span><br><span style="color: hsl(120, 100%, 40%);">+  * socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty_transcript_test.vty: add choice auto-complete tests</span><br><span style="color: hsl(120, 100%, 40%);">+  * core/utils: drop meaningless const from return value of osmo_luhn()</span><br><span style="color: hsl(120, 100%, 40%);">+  * protocol/gsm_04_08.h: do not check if unsigned is positive</span><br><span style="color: hsl(120, 100%, 40%);">+  * Revert "fsm.c: Print error message for FSM with allstate_action but no events"</span><br><span style="color: hsl(120, 100%, 40%);">+  * Revert "utils.h: require a semi colon after OSMO_ASSERT"</span><br><span style="color: hsl(120, 100%, 40%);">+  * libosmogsm/l1sap.h: extend ph_rach_ind_param with lqual_cb</span><br><span style="color: hsl(120, 100%, 40%);">+  * osmo_gsm48_rest_octets_si3_decode(): fix copy-paste error in comment</span><br><span style="color: hsl(120, 100%, 40%);">+  * bitvec/bitval2mask(): cosmetic: get rid of temporary int variable</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm/gsm0480.c: parse_ss(): drop needless debug print</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm/gsm0480.c: use DLGLOBAL and LOGL_ERROR for logging</span><br><span style="color: hsl(120, 100%, 40%);">+  * gsm/gsm48.h: drop meaningless 'const' from gsm48_mi_to_string()</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty/telnet_interface.c: use DLGLOBAL logging sub-system</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty/telnet_interface.c: avoid unneeded initialization</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty/logging_vty.c: fix writing of 'print category-hex'</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty/telnet_interface.c: log connection accept() / close() events</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty/vty.c: fix vty_read(): prevent further heap-buffer overrun</span><br><span style="color: hsl(120, 100%, 40%);">+  * vty/vty.c: the command buffer can be accessed directly</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Alexander Couzens ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * utils: add gsmtap_logread.py a gsmtap log reader</span><br><span style="color: hsl(120, 100%, 40%);">+  * bitvec: correct comment in bitvec_alloc</span><br><span style="color: hsl(120, 100%, 40%);">+  * utils.h: require a semi colon after OSMO_ASSERT</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Eric Wild ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * add define for magic tmsi constant</span><br><span style="color: hsl(120, 100%, 40%);">+  * tell ubsan to ignore SUN_LEN</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Ruben Undheim ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Set HTML_TIMESTAMP to NO to make build reproducible</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+ -- Pau Espin Pedrol <pespin@sysmocom.de>  Tue, 06 Aug 2019 18:02:01 +0200</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> libosmocore (1.1.0) unstable; urgency=medium</span><br><span> </span><br><span>   [ Oliver Smith ]</span><br><span>diff --git a/debian/control b/debian/control</span><br><span>index 9accf61..07163da 100644</span><br><span>--- a/debian/control</span><br><span>+++ b/debian/control</span><br><span>@@ -29,7 +29,7 @@</span><br><span>          libosmocoding0 (= ${binary:Version}),</span><br><span>          libosmocore12 (= ${binary:Version}),</span><br><span>          libosmogb9 (= ${binary:Version}),</span><br><span style="color: hsl(0, 100%, 40%);">-         libosmogsm12 (= ${binary:Version}),</span><br><span style="color: hsl(120, 100%, 40%);">+         libosmogsm13 (= ${binary:Version}),</span><br><span>          libosmovty4 (= ${binary:Version}),</span><br><span>          libosmoctrl0 (= ${binary:Version}),</span><br><span>          libosmosim0 (= ${binary:Version}),</span><br><span>@@ -178,7 +178,7 @@</span><br><span>  .</span><br><span>  This package contains the documentation for the libosmogb library.</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-Package: libosmogsm12</span><br><span style="color: hsl(120, 100%, 40%);">+Package: libosmogsm13</span><br><span> Section: libs</span><br><span> Architecture: any</span><br><span> Multi-Arch: same</span><br><span>@@ -202,7 +202,7 @@</span><br><span> Architecture: all</span><br><span> Section: doc</span><br><span> Depends: ${misc:Depends},</span><br><span style="color: hsl(0, 100%, 40%);">-         libosmogsm12,</span><br><span style="color: hsl(120, 100%, 40%);">+         libosmogsm13,</span><br><span>          libjs-jquery</span><br><span> Description: Documentation for the Osmo GSM utility library</span><br><span>  This is part of the libosmocore "meta"-library. The libosmocore library</span><br><span>diff --git a/debian/libosmogsm12.install b/debian/libosmogsm13.install</span><br><span>similarity index 100%</span><br><span>rename from debian/libosmogsm12.install</span><br><span>rename to debian/libosmogsm13.install</span><br><span>diff --git a/src/Makefile.am b/src/Makefile.am</span><br><span>index e65e0c9..f937810 100644</span><br><span>--- a/src/Makefile.am</span><br><span>+++ b/src/Makefile.am</span><br><span>@@ -1,7 +1,7 @@</span><br><span> # This is _NOT_ the library release version, it's an API version.</span><br><span> # Please read chapter "Library interface versions" of the libtool documentation</span><br><span> # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html</span><br><span style="color: hsl(0, 100%, 40%);">-LIBVERSION=13:0:1</span><br><span style="color: hsl(120, 100%, 40%);">+LIBVERSION=14:0:2</span><br><span> </span><br><span> AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include</span><br><span> AM_CFLAGS = -Wall $(TALLOC_CFLAGS)</span><br><span>diff --git a/src/ctrl/Makefile.am b/src/ctrl/Makefile.am</span><br><span>index fe7c47d..ca64286 100644</span><br><span>--- a/src/ctrl/Makefile.am</span><br><span>+++ b/src/ctrl/Makefile.am</span><br><span>@@ -1,7 +1,7 @@</span><br><span> # This is _NOT_ the library release version, it's an API version.</span><br><span> # Please read chapter "Library interface versions" of the libtool documentation</span><br><span> # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html</span><br><span style="color: hsl(0, 100%, 40%);">-LIBVERSION=3:0:3</span><br><span style="color: hsl(120, 100%, 40%);">+LIBVERSION=4:0:4</span><br><span> </span><br><span> AM_CFLAGS = -Wall $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include $(TALLOC_CFLAGS)</span><br><span> </span><br><span>diff --git a/src/gb/Makefile.am b/src/gb/Makefile.am</span><br><span>index 9d66678..e14c11c 100644</span><br><span>--- a/src/gb/Makefile.am</span><br><span>+++ b/src/gb/Makefile.am</span><br><span>@@ -1,6 +1,7 @@</span><br><span> # This is _NOT_ the library release version, it's an API version.</span><br><span style="color: hsl(0, 100%, 40%);">-# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification</span><br><span style="color: hsl(0, 100%, 40%);">-LIBVERSION=9:0:0</span><br><span style="color: hsl(120, 100%, 40%);">+# Please read chapter "Library interface versions" of the libtool documentation</span><br><span style="color: hsl(120, 100%, 40%);">+# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html</span><br><span style="color: hsl(120, 100%, 40%);">+LIBVERSION=9:1:0</span><br><span> </span><br><span> AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include</span><br><span> AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN} -fno-strict-aliasing $(TALLOC_CFLAGS)</span><br><span>diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am</span><br><span>index 006e78c..0aa0de3 100644</span><br><span>--- a/src/gsm/Makefile.am</span><br><span>+++ b/src/gsm/Makefile.am</span><br><span>@@ -1,7 +1,7 @@</span><br><span> # This is _NOT_ the library release version, it's an API version.</span><br><span> # Please read chapter "Library interface versions" of the libtool documentation</span><br><span> # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html</span><br><span style="color: hsl(0, 100%, 40%);">-LIBVERSION=12:0:0</span><br><span style="color: hsl(120, 100%, 40%);">+LIBVERSION=13:0:0</span><br><span> </span><br><span> AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(TALLOC_CFLAGS)</span><br><span> AM_CFLAGS = -Wall ${GCC_FVISIBILITY_HIDDEN}</span><br><span>diff --git a/src/sim/Makefile.am b/src/sim/Makefile.am</span><br><span>index f495985..1a8e508 100644</span><br><span>--- a/src/sim/Makefile.am</span><br><span>+++ b/src/sim/Makefile.am</span><br><span>@@ -1,7 +1,7 @@</span><br><span> # This is _NOT_ the library release version, it's an API version.</span><br><span> # Please read chapter "Library interface versions" of the libtool documentation</span><br><span> # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html</span><br><span style="color: hsl(0, 100%, 40%);">-LIBVERSION=1:0:1</span><br><span style="color: hsl(120, 100%, 40%);">+LIBVERSION=1:1:1</span><br><span> </span><br><span> AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include</span><br><span> AM_CFLAGS = -fPIC -Wall $(PCSC_CFLAGS) $(TALLOC_CFLAGS)</span><br><span>diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am</span><br><span>index 258d193..abed92a 100644</span><br><span>--- a/src/vty/Makefile.am</span><br><span>+++ b/src/vty/Makefile.am</span><br><span>@@ -1,7 +1,7 @@</span><br><span> # This is _NOT_ the library release version, it's an API version.</span><br><span> # Please read chapter "Library interface versions" of the libtool documentation</span><br><span> # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html</span><br><span style="color: hsl(0, 100%, 40%);">-LIBVERSION=7:0:3</span><br><span style="color: hsl(120, 100%, 40%);">+LIBVERSION=8:0:4</span><br><span> </span><br><span> AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include</span><br><span> AM_CFLAGS = -Wall $(TALLOC_CFLAGS)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/15071">change 15071</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/15071"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I05dd1f2725e05f856f1d27c9201a0005de101b8f </div>
<div style="display:none"> Gerrit-Change-Number: 15071 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>