aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac10
-rw-r--r--debian/changelog57
2 files changed, 62 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 723c43f..a632a1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,11 +34,11 @@ PKG_PROG_PKG_CONFIG([0.20])
PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.9.5)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.3.2)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 0.11.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.5.0)
PKG_CHECK_MODULES(SQLITE3, sqlite3)
diff --git a/debian/changelog b/debian/changelog
index 7d8b208..dce4dd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,60 @@
+osmo-hlr (0.2.0) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * vty: skip installing cmds now always installed by default
+ * hlr_db_tool: fix error log strerror invocation
+ * cosmetic: add comment on ignored return value
+ * db-tool: add command 'create'
+ * db-tool: cosmetic: tweak printf output
+ * db-tool: error-exit on too many arguments
+ * add --enable-sanitize config option
+ * db_test: don't verify SQLite issued error messages, they might change
+ * cosmetic: rx_send_auth_info(): decide error cause with switch()
+ * return GMM_CAUSE_IMSI_UNKNOWN if there is no auth data
+ * db_get_auth_data / db_get_auc: clarify return values
+ * osmo-hlr: log details for unknown IMSI / no auth data / db error
+ * db_test: also test db_get_auc() return values
+ * fix test_subscriber_errors.ctrl after libosmocore change
+ * fix debug log: put 'deriving 2G from 3G' in proper place
+ * ctrl test: fix: adjust expectations after stricter ctrl parsing
+ * fix build: db_test: missing LIBOSMOABIS_CFLAGS and _LIBS
+ * configure: add --enable-werror
+ * jenkins.sh: use --enable-werror configure flag, not CFLAGS
+
+ [ Harald Welte ]
+ * hlr.c: Avoid overflow of lu_operation.subscr.imsi
+ * Fix expected test output after new 'logging print file 1' vty command
+ * osmo-hlr: Add talloc context introspection via VTY
+ * vty: Don't print error if removing auth data while none present
+ * Fix responses to PURGE MS
+
+ [ Alexander Couzens ]
+ * debian: include systemd service osmo-hlr.service
+ * doc: install example .cfg files to $(docdir)/examples/
+ * debian: install osmo-hlr.cfg to /etc/osmocom
+
+ [ Max ]
+ * Remove unused check
+ * Remove unused ipa.py
+ * Enable sanitize for CI tests
+
+ [ Pau Espin Pedrol ]
+ * luop.c: Transform FIXME from warning to pragma message
+ * contrib:jenkins.sh: Enable Werror
+ * use osmo_init_logging2
+ * Remove unused src/db_test.c
+
+ [ Alexander Huemer ]
+ * Add missing build products in .gitignore
+
+ [ Stefan Sperling ]
+ * more robust usage of osmo_timer API for osmo-hlr luop timer
+ * notify GSUP clients when HLR subscriber information changes
+ * rewrite subscriber_update_notify() without calls into luop
+ * don't forget to mark luop as a packet switched connection
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 16:27:13 +0200
+
osmo-hlr (0.1.0) unstable; urgency=medium
[ Neels Hofmeyr ]