File: TODO

package info (click to toggle)
canlock 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,840 kB
  • sloc: ansic: 5,100; sh: 4,587; yacc: 643; lex: 228; makefile: 134
file content (19 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Things to consider for future releases
======================================

Default hash algorithm
----------------------
cl_get_lock() and cl_get_key() use the default hash algorithm SHA256 if the
value of the parameter "hash" is invalid.
This behaviour should either be documented or the next major release should
return an error.

Include path provided by pkg-config
-----------------------------------
Provide only "$PREFIX/include" for next major version.
Remove "$PREFIX/include/libcanlock-3". This was fixed in version 3.3.1 but not
removed for compatibility to existing code.


EOF