From 3a66698d87b29e0bf8eb53ca29db7e0f02871abc Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 3 Jan 2020 12:37:35 +0100 Subject: =?UTF-8?q?Bump=20version:=201.1.0.26-276c-dirty=20=E2=86=92=201.2?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5778895237511c62903784e8bed6920ecf058a50 --- configure.ac | 8 ++++---- debian/changelog | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index d39edb2..334a7e8 100644 --- a/configure.ac +++ b/configure.ac @@ -34,10 +34,10 @@ PKG_PROG_PKG_CONFIG([0.20]) PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.2.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.2.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.2.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.2.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.3.0) PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.6.0) PKG_CHECK_MODULES(SQLITE3, sqlite3) diff --git a/debian/changelog b/debian/changelog index 0b89abe..1b02a20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +osmo-hlr (1.2.0) unstable; urgency=medium + + [ Ruben Undheim ] + * Fix test for return codes on mipsel and alpha archs + + [ Thorsten Alteholz ] + * fix spelling errors detected by lintian + + [ Pau Espin Pedrol ] + * tests: Fix db_test err file to expect error code name instead of value + + [ Oliver Smith ] + * tests/test_nodes.vty: check less libosmocore cmds + * tests/db_upgrade: disable for old sqlite versions + * gitignore: add tests/db_upgrade/*.dump + * gsup_client.h: fix license header: GPLv2+ + * tests/auc: change back to python3 + + [ Neels Hofmeyr ] + * fix double free in osmo_gsup_client_enc_send() + * db upgrade to v2: log version 2, not 1 + * fix upgrade to version 2: imei column default value + * add --db-check option + * hlr.sql: move comment + * add db_upgrade test + * hlr db schema 3: hlr_number -> msc_number + * db.c: code dup: add db_run_statements() for arrays of statements + * move headers to include/osmocom/hlr + * fix upgrade test in presence of ~/.sqliterc + * db upgrade: remove some code dup + * add osmo_gsup_msgb_alloc() + * Makefile convenience: add VTY_TEST var to run only one test + * remove gsup_test + * test_nodes.vty: tweak: add some '?' checks + * db v4: add column last_lu_seen_ps + + [ Harald Welte ] + * AUC: Add support for setting the AMF separation bit to '1' for EUTRAN + * hlr: exit(2) on unsupported positional arguments on command line + + -- Pau Espin Pedrol Fri, 03 Jan 2020 12:37:35 +0100 + osmo-hlr (1.1.0) unstable; urgency=medium [ Oliver Smith ] -- cgit v1.2.3