Skip to content

Commit c82b107

Browse files
besser82solardiz
authored andcommitted
libtcb: Add versioning to exported symbols.
This change is implemented for adding some interfaces to libtcb to give it a more consumer friendly API and thus makes porting existing applications to be TCB aware easier. Signed-off-by: Björn Esser <[email protected]>
1 parent e460f85 commit c82b107

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
2021-12-18 Björn Esser <besser82 at fedoraproject.org>
22

3+
libtcb: Add versioning to exported symbols.
4+
This change is implemented for adding some interfaces to libtcb to
5+
give it a more consumer friendly API and thus makes porting existing
6+
applications to be TCB aware easier.
7+
* libs/libtcb.map: Declare version for exported symbols.
8+
39
* pam_tcb/Makefile: Move PAM_SO_SUFFIX to Make.defs.
410
* Make.defs: Likewise.
511

libs/libtcb.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# $Owl$
22

3-
{
3+
TCB_0.9.8 {
44
global:
55
lckpwdf_tcb;
66
ulckpwdf_tcb;

0 commit comments

Comments
 (0)