Skip to content

Commit 0d1a4b7

Browse files
committed
Bump version to 1.9
Signed-off-by: Wojtek Porczyk <[email protected]>
1 parent ddfa070 commit 0d1a4b7

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

debian/changelog

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
gramine (1.8post~UNRELEASED) UNRELEASED; urgency=medium
2-
3-
*
4-
5-
-- Wojtek Porczyk <[email protected]> Mon, 21 Oct 2024 15:32:15 +0200
1+
gramine (1.9) bookworm bullseye noble jammy; urgency=medium
2+
3+
* version 1.9
4+
* added O_APPEND emulation for single process
5+
* added file recovery support for encrypted files
6+
* dropped support for OOT driver and EPID attestation
7+
(dropped gramine-ratls-epid package and dependency in main package)
8+
* updated mbedtls (3.6.0 -> 3.6.3)
9+
* dropped deprecated syntax for libos.entrypoint
10+
* bumped python3-cryptography to >= 3.1 (dropping backend=)
11+
* and misc bugs and fixes
12+
13+
-- Wojtek Porczyk <[email protected]> Wed, 18 Jun 2025 16:34:47 +0200
614

715
gramine (1.8) bookworm bullseye noble noble jammy focal; urgency=medium
816

gramine.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global has_supported_sphinx 0%{?rhel} >= 9
55

66
Name: gramine
7-
Version: 1.8post~UNRELEASED
7+
Version: 1.9
88
Release: 1%{?dist}
99
Group: Development Tools
1010
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.8post~UNRELEASED',
8+
version: '1.9',
99
license: 'LGPLv3+',
1010

1111
meson_version: '>=0.58',

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: Wojtek Porczyk <[email protected]>
33
pkgname=gramine
4-
_real_pkgver=1.8post~UNRELEASED
4+
_real_pkgver=1.9
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)