Skip to content

Releases: SUSE/libpulp

0.2.2

02 May 13:41
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
Bump version to 0.2.2

Signed-off-by: Giuliano Belinassi <[email protected]>

Submit to SP4 beta

23 Feb 13:51
Compare
Choose a tag to compare
Submit to SP4 beta Pre-release
Pre-release
Find address of reference to symbol by its name

Before this patch, the user could only specify
```
 #target_symbol:target_symbol_ref:addr1:addr2
```
however, those address can change when you modify the livepatch
sourcecode. Therefore, we now support:
```
 #target_symbol:target_symbol_ref
```
and now `addr1` and `addr2` will be collected analysing the target
library and livepatch container automatically on packer time.

Signed-off-by: Giuliano Belinassi <[email protected]>