Skip to content

Commit 10e9353

Browse files
committed
Bump version to 1.7
Signed-off-by: Wojtek Porczyk <[email protected]>
1 parent f1258cc commit 10e9353

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

debian/changelog

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
gramine (1.6.2post~UNRELEASED) UNRELEASED; urgency=medium
2-
3-
4-
-- Wojtek Porczyk <[email protected]> Tue, 12 Mar 2024 09:34:38 +0100
1+
gramine (1.7) bookworm bullseye jammy focal; urgency=medium
2+
3+
* version 1.7
4+
* added support for secure eventfd
5+
* added support for operations on encrypted files (aka protected files):
6+
* unlink() on corrupted files
7+
* truncate() to arbitrary length
8+
* added gramine-manifest-check tool and built-in manifest schema check in
9+
gramine-sgx-sign
10+
* updated curl to 8.7.1
11+
12+
-- Wojtek Porczyk <[email protected]> Wed, 24 Apr 2024 09:27:25 +0200
513

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

gramine.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%endif
99

1010
Name: gramine
11-
Version: 1.6.2post~UNRELEASED
11+
Version: 1.7
1212
Release: 1%{?dist}
1313
Group: Development Tools
1414
Summary: A lightweight usermode guest OS designed to run a single Linux application

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
project(
66
'gramine',
77
'c', 'cpp',
8-
version: '1.6.2post~UNRELEASED',
8+
version: '1.7',
99
license: 'LGPLv3+',
1010

1111
meson_version: '>=0.56',

packaging/alpine/APKBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributor: Amie Raine <[email protected]>
22
# Maintainer: Amie Raine <[email protected]>
33
pkgname=gramine
4-
_real_pkgver=1.6.2post~UNRELEASED
4+
_real_pkgver=1.7
55
pkgver=$(printf %s "$_real_pkgver" | sed \
66
-e "s:post~UNRELEASED:_git$(printf %d 0x"$(git rev-parse HEAD 2>/dev/null | cut -c1-8)"):" \
77
-e 's:~:_:' \

0 commit comments

Comments
 (0)