From cee5f325c6657129a1f4f60048e3df94d052fa3c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Mon, 4 Dec 2023 15:08:42 +0200
Subject: [PATCH 1/1] Android: Bumped version to 1.17 Beta 25; updated release
notes
CMakeLists.txt | 4 ++--
res/about/android-version.gmi | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a7176488..3e6056d3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,8 +30,8 @@ if (IOS)
endif ()
if (ANDROID)
set (PROJECT_VERSION 1.17)
endif ()
diff --git a/res/about/android-version.gmi b/res/about/android-version.gmi
index e0e87a0d..f48335f2 100644
--- a/res/about/android-version.gmi
+++ b/res/about/android-version.gmi
@@ -6,6 +6,13 @@
+## 1.17 (Beta 25)
+* Fixed a few small memory leaks.
+* Gopher: Detect audio media type from file extension with the s
item type (it's not always WAV).
+* Content that uses charset=utf-8
is checked for validity. If the encoding is invalid, the content is instead decoded as CP437 (if it has ANSI escapes; possibly it's ASCII art) or just Latin-1.
+* Modified rule for when 'text/plain' is assumed to actually be 'text/gemini' based on the file extension.
+* Updated dependencies to newer versions (OpenSSL, GNU FriBidi, libiconv, libunistring).
--
2.25.1
text/plain
This content has been proxied by September (ba2dc).