sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 76d6195181cec1b1b4d7b7316f8b20ef238df95f
parent d6bcac5aab6dad4a42e86a258ce15447adf0c791
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 21 Apr 2024 11:55:30 +1000

release 1.2

Diffstat:
M CONTRIBUTORS | 4 +++-
M History.txt | 12 ++++++++++++
M lib/sup/version.rb | 2 +-
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
@@ -1,8 +1,8 @@
 William Morgan <william at the twitter dot coms>
 Rich Lane <rlane at the club.cc.cmu dot edus>
 Gaute Hope <eg at the gaute.vetsj dot coms>
-Whyme Lyu <callme5long at the gmail dot coms>
 Dan Callaghan <djc at the djc.id dot aus>
+Whyme Lyu <callme5long at the gmail dot coms>
 Hamish Downer <dmishd at the gmail dot coms>
 Zeger-Jan van de Weg <mail at the zjvandeweg dot nls>
 Damien Leone <damien.leone at the fensalir dot frs>
@@ -87,6 +87,8 @@ Todd Eisenberger <teisenbe at the andrew.cmu dot edus>
 Johannes Larsen <mail at the johslarsen dot nets>
 Steven Schmeiser <steven at the schmeiser dot orgs>
 Steven Walter <swalter at the monarch.(none)>
+Patrice Duroux <patrice.duroux at the gmail dot coms>
+gclv <gh at the sg.ggoncalves dot mes>
 Utkarsh Gupta <utkarsh at the debian dot orgs>
 Michael Dwyer <mdwyer at the michaelmdwyer dot coms>
 Kyle Hunt <Kyle_Hunt at the ymail dot coms>
diff --git a/History.txt b/History.txt
@@ -1,3 +1,15 @@
+== 1.2 / 2024-04-21
+
+* #619: Sup is now compatible with and tested on Ruby 3.2 and Ruby 3.3.
+  (Dan Callaghan)
+* #603: Fixed deprecated usage of Enumerator.new, which caused a crash on
+  Ruby 3+. (Gui Goncalves)
+* OutOfSyncSourceErrors now show an error message in the thread view in place
+  of the out-of-sync message body, instead of crashing. (Dan Callaghan)
+* #613: When installing Sup as a gem, the dependency on xapian-ruby is now
+  skipped if the SUP_SKIP_XAPIAN_GEM_INSTALL environment variable is set.
+  Previously it was skipped unconditionally on OpenBSD only. (Dan Callaghan)
+
 == 1.1 / 2022-05-23
 
 * #588, #577: Sup is now compatible with and tested on Ruby 3.0 and Ruby 3.1.
diff --git a/lib/sup/version.rb b/lib/sup/version.rb
@@ -8,5 +8,5 @@ def git_suffix
 end
 
 module Redwood
-  VERSION = "1.1#{git_suffix}"
+  VERSION = "1.2"
 end