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