Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smeso committed Jul 6, 2019
1 parent c0de09a commit fa09446
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Salvatore Mesoraca <s.mesoraca16@gmail.com>
pkgname=saractl
pkgver=0.2
pkgver=0.3
pkgrel=1
pkgdesc="Userspace counterpart of the S.A.R.A. LSM"
arch=('any')
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
saractl (0.3-1) unstable; urgency=low

* version bump

-- Salvatore Mesoraca <s.mesoraca16@gmail.com> Sun, 30 June 2019 17:16:42 +0200

saractl (0.2-1) unstable; urgency=low

* version bump
Expand Down
2 changes: 1 addition & 1 deletion man/sara-xattr.8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SARA-XATTR" "8" "May 27, 2018" "0.2" "S.A.R.A."
.TH "SARA-XATTR" "8" "May 27, 2018" "0.3" "S.A.R.A."
.SH NAME
sara-xattr \- S.A.R.A. LSM's extended attributes.
.
Expand Down
2 changes: 1 addition & 1 deletion man/sara.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SARA" "7" "May 27, 2018" "0.2" "S.A.R.A."
.TH "SARA" "7" "May 27, 2018" "0.3" "S.A.R.A."
.SH NAME
sara \- S.A.R.A. LSM.
.
Expand Down
2 changes: 1 addition & 1 deletion man/saractl.8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SARACTL" "8" "May 27, 2018" "0.2" "S.A.R.A."
.TH "SARACTL" "8" "May 27, 2018" "0.3" "S.A.R.A."
.SH NAME
saractl \- S.A.R.A.'s userspace utilities.
.
Expand Down
2 changes: 1 addition & 1 deletion man/wxprot.conf.5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "WXPROT.CONF" "5" "May 27, 2018" "0.2" "S.A.R.A."
.TH "WXPROT.CONF" "5" "May 27, 2018" "0.3" "S.A.R.A."
.SH NAME
wxprot.conf \- S.A.R.A.'s WX Protections configurations.
.
Expand Down
2 changes: 1 addition & 1 deletion sara/CLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
except ImportError:
XATTR_AVAILABLE = False

VERSION = '0.2'
VERSION = '0.3'


class CLI(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
long_description = f.read()

setup(name='saractl',
version='0.2',
version='0.3',
description='S.A.R.A.\'s userspace utilities.',
author='Salvatore Mesoraca',
author_email='s.mesoraca16@gmail.com',
Expand Down

0 comments on commit fa09446

Please sign in to comment.