Skip to content

Commit 43fb783

Browse files
committed
v0.2
1 parent ffd6bb1 commit 43fb783

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Anton Batenev <[email protected]>
22

33
pkgname=elfexec
4-
pkgver=0.1
4+
pkgver=0.2
55
pkgrel=1
66
pkgdesc='Utility to execute ELF binary directly from stdin pipe'
77
arch=('i686' 'x86_64')

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
elfexec (0.2) unstable; urgency=low
2+
3+
* Small refactoring and documentaion.
4+
5+
-- Anton Batenev <[email protected]> Fri, 22 Feb 2019 11:22:12 +0300
6+
17
elfexec (0.1) unstable; urgency=low
28

39
* Initial.

elfexec.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: elfexec
2-
Version: 0.1
2+
Version: 0.2
33
Release: 1
44
Summary: Utility to execute ELF binary directly from stdin pipe
55
Group: Productivity/File utilities
@@ -45,5 +45,5 @@ rm -rf %{buildroot}
4545

4646

4747
%changelog
48-
* Fri Jan 4 2019 Anton Batenev <[email protected]> 0.1-1
48+
* Fri Feb 22 2019 Anton Batenev <[email protected]> 0.2-1
4949
- Initial RPM release

0 commit comments

Comments
 (0)