From 8f6bf22bdb3a8c0d34d278f59384d7a03430a4e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Wed, 2 Mar 2022 14:45:42 +0200
Subject: [PATCH 1/1] Bumped version number to 1.11.1
Fixed opening bookmarks in new window and a TLS session reuse issue.
CMakeLists.txt | 2 +-
lib/the_Foundation | 2 +-
res/about/version.gmi | 4 ++++
src/ui/sidebarwidget.c | 3 ++-
4 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a316c2f..45314b3a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
cmake_minimum_required (VERSION 3.9)
project (Lagrange
DESCRIPTION "A Beautiful Gemini Client"
LANGUAGES C
)
diff --git a/lib/the_Foundation b/lib/the_Foundation
index f63904c5..440d4d48 160000
--- a/lib/the_Foundation
+++ b/lib/the_Foundation
@@ -1 +1 @@
-Subproject commit f63904c57cdefff6afff5a5f31c9d84163f78961
+Subproject commit 440d4d480f749f3f4fe861ebfb957ec3ced73aa4
diff --git a/res/about/version.gmi b/res/about/version.gmi
index 7c14e00c..45662fe9 100644
--- a/res/about/version.gmi
+++ b/res/about/version.gmi
@@ -6,6 +6,10 @@
+## 1.11.1
+* Fixed opening bookmarks in a new window.
+* Fixed use of a cached TLS session after deactivating a client certificate.
⚠️ Downgrading back to v1.10 causes all site-specific themes to be forgotten. Back up your sitespec.ini beforehand.
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index bec14106..e78d2e55 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -1477,8 +1477,9 @@ static iBool processEvent_SidebarWidget_(iSidebarWidget *d, const SDL_Event *ev)
else if (isCommand_Widget(w, ev, "bookmark.open")) {
const iSidebarItem *item = d->contextItem;
if (d->mode == bookmarks_SidebarMode && item) {
postCommandf_App("open newtab:%d url:%s",
postCommandf_App("open newtab:%d newwindow:%d url:%s",
argLabel_Command(cmd, "newtab"),
argLabel_Command(cmd, "newwindow"),
cstr_String(&item->url));
}
return iTrue;
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).