blob: 5554597fe6ff81ff6370c7a983ca7d30f6326b5e [file] [log] [blame]
Harald Welte6478cda2019-07-23 20:37:00 +02001osmo-remsim (0.2.1) unstable; urgency=medium
2
3 * rspro_client_fsm/remsim_client: Fix double-free
4 * usermanual: disable non-existant architecture chapter
5 * doc/manuals: Use correct path (osmo-remsim-doc)
6 * debian: build manuals as osmo-remsim-doc package
7
8 -- Harald Welte <laforge@gnumonks.org> Tue, 23 Jul 2019 20:37:00 +0200
9
Harald Welte2f238cf2019-07-21 21:12:25 +020010osmo-remsim (0.2.0) unstable; urgency=medium
11
12 [ Harald Welte ]
13 * bankd: move bank_id / num_slots from g_bankd to remsim_srv_conn
14 * bankd: Use configured bank_id/nr_slots in ConnectBankReq
15 * cosmetic: remove some FIXME that actually are already fixed
16 * Makefile.am: Fix dependency of server on libosmo-rspro.la
17 * Add libosmo-rspro.pc.in for pkg-config integration
18 * rename executables to include osmo- name prefix
19 * Add Debian packaging information
20 * debian/control: add missing libcsv dependency
21 * configure.ac: Add --disable-remsim-server
22 * configure.ac: Add --disable-remsim-bankd
23 * update .gitignore
24 * README.md: add 'osmo-' prefix to remsim-{server,bankd,client}
25 * doc: REST API url is /banks, not /bankds
26 * bankd: Don't read CSV file until _after_ handling options
27 * doc: Describe how to obtains PC/SC reader string names
28 * remsim_server: Enable talloc tracking of msgb allocations
29 * remsim_client: Enable talloc tracking of msgb allocations
30 * rspro_server.c: Fix memory leak in processing inbound RSPRO
31 * remsim_client: Fix memory leak receiving RSPRO messages
32 * rspro_client_fsm: Fix memory leak processing RSPRO
33 * track libulfius and jansson memory allocations with talloc
34 * server: rest_api: Fix memory leak in slotmap post
35
36 [ Joachim Steiger ]
37 * osmo-remsim-bankd: Fix typo in help for --num-slots
38 * osmo-remsim-server: add systemd service script
39 * osmo-remsim-bankd: add systemd service script and etc/default config
40 * osmo-remsim-client: add systemd service script template and etc/default configs
41 * add examples to the command line options for remsim-bankd and remsim-client
42 * add examples to remsim-server (json output)
43
44 [ Oliver Smith ]
45 * contrib/jenkins.sh: run "make maintainer-clean"
46
47 [ Martin Hauke ]
48 * Fix common misspellings and typos
49
50 -- Harald Welte <laforge@gnumonks.org> Sun, 21 Jul 2019 21:12:24 +0200
51
Harald Welte08d88dd2019-04-03 09:09:49 +020052osmo-remsim (0.1.0) unstable; urgency=medium
53
54 [ Harald Welte ]
55 * initial release.
56
57 -- Harald Welte <laforge@gnumonks.org> Wed, 03 Apr 2019 08:59:40 +0200