blob: 72c089cdfc709b53da7cd89384a47304ad739b6a [file] [log] [blame]
Oliver Smith55adb092021-09-06 17:22:35 +02001osmo-remsim (0.2.4) unstable; urgency=medium
2
3 * debian/control: remove dh-systemd build-depend
4
5 -- Oliver Smith <osmith@sysmocom.de> Mon, 06 Sep 2021 17:22:35 +0200
6
Pau Espin Pedrol5a07a922020-01-09 16:47:53 +01007osmo-remsim (0.2.3) unstable; urgency=medium
8
9 [ Harald Welte ]
10 * add missing debian/libosmo-rspro1.install
11
12 -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 09 Jan 2020 16:47:52 +0100
13
Harald Welteb2a00772019-12-03 20:38:18 +010014osmo-remsim (0.2.2) unstable; urgency=medium
15
16 [ Harald Welte ]
17 * rspro_client_fsm: Fix another memory leak
18 * remsim-apitool: Fix slotmap-create (integer needed, not string!)
19 * rspro_dec_msg: Simplify msgb ownership handling
20 * bankd_client_fsm: close IPA client connection before re-establishing it
21 * Check for osmo_fsm_register() error return value
22 * cosmetic: more comments; spelling fixes in comments
23 * bankd: send IPA CCM ID_ACK after receiving ID_ACK
24
25 [ Joachim Steiger ]
26 * add contrib/remsim-apitool.py to control the REST-interface of osmo-remsim-server
27
28 [ Kévin Redon ]
29 * remsim-apitool.py: pass IDs as integer
30 * client: fix help strings
31
32 -- Harald Welte <laforge@osmocom.org> Tue, 03 Dec 2019 20:38:18 +0100
33
Harald Welte6478cda2019-07-23 20:37:00 +020034osmo-remsim (0.2.1) unstable; urgency=medium
35
36 * rspro_client_fsm/remsim_client: Fix double-free
37 * usermanual: disable non-existant architecture chapter
38 * doc/manuals: Use correct path (osmo-remsim-doc)
39 * debian: build manuals as osmo-remsim-doc package
40
41 -- Harald Welte <laforge@gnumonks.org> Tue, 23 Jul 2019 20:37:00 +0200
42
Harald Welte2f238cf2019-07-21 21:12:25 +020043osmo-remsim (0.2.0) unstable; urgency=medium
44
45 [ Harald Welte ]
46 * bankd: move bank_id / num_slots from g_bankd to remsim_srv_conn
47 * bankd: Use configured bank_id/nr_slots in ConnectBankReq
48 * cosmetic: remove some FIXME that actually are already fixed
49 * Makefile.am: Fix dependency of server on libosmo-rspro.la
50 * Add libosmo-rspro.pc.in for pkg-config integration
51 * rename executables to include osmo- name prefix
52 * Add Debian packaging information
53 * debian/control: add missing libcsv dependency
54 * configure.ac: Add --disable-remsim-server
55 * configure.ac: Add --disable-remsim-bankd
56 * update .gitignore
57 * README.md: add 'osmo-' prefix to remsim-{server,bankd,client}
58 * doc: REST API url is /banks, not /bankds
59 * bankd: Don't read CSV file until _after_ handling options
60 * doc: Describe how to obtains PC/SC reader string names
61 * remsim_server: Enable talloc tracking of msgb allocations
62 * remsim_client: Enable talloc tracking of msgb allocations
63 * rspro_server.c: Fix memory leak in processing inbound RSPRO
64 * remsim_client: Fix memory leak receiving RSPRO messages
65 * rspro_client_fsm: Fix memory leak processing RSPRO
66 * track libulfius and jansson memory allocations with talloc
67 * server: rest_api: Fix memory leak in slotmap post
68
69 [ Joachim Steiger ]
70 * osmo-remsim-bankd: Fix typo in help for --num-slots
71 * osmo-remsim-server: add systemd service script
72 * osmo-remsim-bankd: add systemd service script and etc/default config
73 * osmo-remsim-client: add systemd service script template and etc/default configs
74 * add examples to the command line options for remsim-bankd and remsim-client
75 * add examples to remsim-server (json output)
76
77 [ Oliver Smith ]
78 * contrib/jenkins.sh: run "make maintainer-clean"
79
80 [ Martin Hauke ]
81 * Fix common misspellings and typos
82
83 -- Harald Welte <laforge@gnumonks.org> Sun, 21 Jul 2019 21:12:24 +0200
84
Harald Welte08d88dd2019-04-03 09:09:49 +020085osmo-remsim (0.1.0) unstable; urgency=medium
86
87 [ Harald Welte ]
88 * initial release.
89
90 -- Harald Welte <laforge@gnumonks.org> Wed, 03 Apr 2019 08:59:40 +0200