fsogsmd: modem_cinterion_ps8: more complete command sequences
[cornucopiafso.git] / RELEASE-TODO
blobcdf4d860d7cf60ba945fe3e9718d775ea16e0ff2
1 version 0.13
2 =====================================================================
4 * fsogsmd:
5     * emergency calls
6     * homezone API
7         * needed anymore?
8     * voice mails API
9     * send generic/retricted SIM command
10     * lockdown feature
11         * it should be possible for a client to lock the whole modem for any access.
12           Until the lock is set no other client than the one aquired the lock should be
13           able to access the modem. If the lock is released other clients can access the
14           modem again. Usable for doing firmware upgrade where no other program should be
15           allowed to use the modem.
16     * cover more API areas with our integration tests
17     * mock variant of our modem class to do real unit tests for handlers and mediators
18     * merge morphis/device-status?
19     * merge morphis/multi-device?
20     * merge morphis/hfp?
21 * fsodeviced:
22     * store idle times somewhere so they are the same after a daemon restart
24 version 0.12
25 =====================================================================
27 * outstanding bugs scheduled for 0.12
28 * switch to vala 0.16.x [OK]
29 * fsogsmd:
30     * use /var/tmp instead of /tmp for SMS and PB storage [OK]
31     * call forwarding [OK]
32     * transfer/deflect calls [OK]
33     * converence calls [OK]
34     * join active and held calls [OK]
35     * register with specific network providers [OK]
37 version 0.11
38 =====================================================================
40 * outstanding bugs scheduled for 0.11 [OK]
41 * check default configuration (enable switches) [OK]
42 * pgp signing with git tags [OK]
43 * ABI bump for:
44     * libfsotransport 2.0.0 [OK]
45     * libgsm0710mux 1.0.0 [OK]
46 * update ChangeLog of all components [OK]
47 * announce deprecation of old frameworkd (no further releases and support)
49 version 0.10
50 =====================================================================
52 * check wether all unit tests are still running and valid
53     - libfsobasics: test_kobjectnotifier_add_match fails [OK]
54 * bump version of all components to 0.10 [OK]
55 * required vala version for this release is 0.14.2 [OK]
56 * write release announcement [OK]
57 * remove git revision from configure scripts [OK]
58 * update changelog from git log [OK]
59 * tests: we need to distinguish between integration and unit tests
60     - libfsosystem: move network and module tests to fsotest project [OK]