Skip to content

Commit

Permalink
Prepare release 0.5.1
Browse files Browse the repository at this point in the history
Bump version to 0.5.1.

Libtool versioning:
- libkdumpfile bumped by this commit
- libaddrxlat by commit 5de0673

Signed-off-by: Petr Tesarik <petr@tesarici.cz>
  • Loading branch information
ptesarik committed Jan 21, 2023
1 parent b9c55ce commit d206356
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
next
----
0.5.1
-----
* Bitmap of all RAM in the memory.pagemap attribute.
* Enhance the API with conversions between numeric and string PTE format:
addrxlat_pte_format(), addrxlat_pte_format_name().
* Improve compatibility (mawk, Python 3.12).

0.5.0
-----
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl Package release versioning
m4_define([pkg_major_version], [0])
m4_define([pkg_minor_version], [5])
m4_define([pkg_micro_version], [0])
m4_define([pkg_micro_version], [1])
m4_define([pkg_version],
[pkg_major_version.pkg_minor_version.pkg_micro_version])

Expand Down
2 changes: 1 addition & 1 deletion src/addrxlat/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ libaddrxlat_la_SOURCES = \
s390x.c \
x86_64.c

libaddrxlat_la_LDFLAGS = -version-info 4:0:1
libaddrxlat_la_LDFLAGS = -version-info 4:1:1

if HAVE_LD_VERSION_SCRIPT
libaddrxlat_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libaddrxlat.map
Expand Down

0 comments on commit d206356

Please sign in to comment.