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