Skip to content

Commit

Permalink
Bump version to 1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Wojtek Porczyk <woju@invisiblethingslab.com>
  • Loading branch information
woju committed Apr 24, 2024
1 parent f1258cc commit 10e9353
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
gramine (1.6.2post~UNRELEASED) UNRELEASED; urgency=medium


-- Wojtek Porczyk <woju@invisiblethingslab.com> Tue, 12 Mar 2024 09:34:38 +0100
gramine (1.7) bookworm bullseye jammy focal; urgency=medium

* version 1.7
* added support for secure eventfd
* added support for operations on encrypted files (aka protected files):
* unlink() on corrupted files
* truncate() to arbitrary length
* added gramine-manifest-check tool and built-in manifest schema check in
gramine-sgx-sign
* updated curl to 8.7.1

-- Wojtek Porczyk <woju@invisiblethingslab.com> Wed, 24 Apr 2024 09:27:25 +0200

gramine (1.6.2) bookworm bullseye jammy focal; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion gramine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%endif

Name: gramine
Version: 1.6.2post~UNRELEASED
Version: 1.7
Release: 1%{?dist}
Group: Development Tools
Summary: A lightweight usermode guest OS designed to run a single Linux application
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
project(
'gramine',
'c', 'cpp',
version: '1.6.2post~UNRELEASED',
version: '1.7',
license: 'LGPLv3+',

meson_version: '>=0.56',
Expand Down
2 changes: 1 addition & 1 deletion packaging/alpine/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Amie Raine <amie@invisiblethingslab.com>
# Maintainer: Amie Raine <amie@invisiblethingslab.com>
pkgname=gramine
_real_pkgver=1.6.2post~UNRELEASED
_real_pkgver=1.7
pkgver=$(printf %s "$_real_pkgver" | sed \
-e "s:post~UNRELEASED:_git$(printf %d 0x"$(git rev-parse HEAD 2>/dev/null | cut -c1-8)"):" \
-e 's:~:_:' \
Expand Down

0 comments on commit 10e9353

Please sign in to comment.