Skip to content

Commit 1b78dc4

Browse files
committed
Release 0.5.0
1 parent 95834c4 commit 1b78dc4

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8.5)
33
project(drpm C)
44

55
set(DRPM_MAJOR_VERSION 0)
6-
set(DRPM_MINOR_VERSION 4)
7-
set(DRPM_PATCH_VERSION 1)
6+
set(DRPM_MINOR_VERSION 5)
7+
set(DRPM_PATCH_VERSION 0)
88
set(DRPM_VERSION ${DRPM_MAJOR_VERSION}.${DRPM_MINOR_VERSION}.${DRPM_PATCH_VERSION})
99

1010
include(GNUInstallDirs)

drpm.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%endif
77

88
Name: drpm
9-
Version: 0.4.1
9+
Version: 0.5.0
1010
Release: 1%{?dist}
1111
Summary: A library for making, reading and applying deltarpm packages
1212
# the entire source code is LGPLv2+, except src/drpm_diff.c and src/drpm_search.c which are BSD
@@ -86,6 +86,12 @@ popd
8686
%{_libdir}/pkgconfig/%{name}.pc
8787

8888
%changelog
89+
* Tue Jun 02 2020 Neal Gompa <ngompa13@gmail.com> 0.5.0-1
90+
- Enable zstd support for RHEL 8
91+
- Fix license file entry in files list in spec
92+
- Fix a memory leak on invalid input
93+
- Hide the internal library symbols
94+
8995
* Wed Sep 11 2019 Neal Gompa <ngompa13@gmail.com> 0.4.1-1
9096
- Relicense to LGPLv2+
9197

0 commit comments

Comments
 (0)