billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=1adc9116f16a9ce140d00ca5f94437401af96391

commit 1adc9116f16a9ce140d00ca5f94437401af96391
Author: Boris Faure <[email protected]>
Date:   Thu Nov 11 19:52:35 2021 +0100

    Terminology 1.11.0
---
 ChangeLog                 |  7 +++++++
 NEWS                      | 15 ++++++++++++++-
 README.md                 |  2 +-
 man/terminology-helpers.1 |  2 +-
 man/terminology.1         |  2 +-
 meson.build               |  2 +-
 tests/tests.results       |  2 +-
 7 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a479ce3..1f42e6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
+2021-11-11
+        * Release v1.11.0
+        * Support for focus reporting escape codes
+        * Translation updates for Finnish and Ukrainian
+        * Fix handling of escape code OSC 11
+
 2021-10-03
+        * Release v1.10.0
         * Colorshemes: add Black scheme
         * New translations: Sinhala, Hebrew
         * Translation updates for Chinese (Simplified), Croatian, Danish,
diff --git a/NEWS b/NEWS
index e859379..cc0484b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,21 @@
 ==================
-Terminology 1.10.0
+Terminology 1.11.0
 ==================
 
 
+Changes since 1.10.0:
+--------------------
+
+Additions:
+    * Support for focus reporting escape codes
+
+Improvements:
+    * Translation updates for Finnish and Ukrainian
+
+Fixes:
+    * Fix handling of escape code OSC 11
+
+
 Changes since 1.9.0:
 --------------------
 
diff --git a/README.md b/README.md
index d45466c..535f18e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Terminology 1.10.0
+Terminology 1.11.0
 ==================
 
 This is an EFL terminal emulator with some extra bells and whistles.
diff --git a/man/terminology-helpers.1 b/man/terminology-helpers.1
index eb4d3c4..033c767 100644
--- a/man/terminology-helpers.1
+++ b/man/terminology-helpers.1
@@ -1,5 +1,5 @@
 .\" Manpage for terminology helpers
-.TH TERMINOLOGY-HELPERS 1 "Oct 03, 2021"
+.TH TERMINOLOGY-HELPERS 1 "Nov 11, 2021"
 .SH NAME
 terminiology-helpers \- programs that enhance
 .B terminology(1)
diff --git a/man/terminology.1 b/man/terminology.1
index 663e0fa..c685728 100644
--- a/man/terminology.1
+++ b/man/terminology.1
@@ -1,5 +1,5 @@
 .\" Manpage for Terminology
-.TH TERMINOLOGY 1 "Oct 03, 2021" "1.10.0" "Terminology man page"
+.TH TERMINOLOGY 1 "Nov 11, 2021" "1.11.0" "Terminology man page"
 .SH NAME
 Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation 
Libraries).
 .SH SYNOPSIS
diff --git a/meson.build b/meson.build
index 81b5d77..c05ade0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('terminology', 'c',
-        version: '1.10.99',
+        version: '1.11.0',
         default_options: ['buildtype=plain', 'c_std=gnu99'],
         license: 'BSD')
 
diff --git a/tests/tests.results b/tests/tests.results
index 328c9f5..79a3a86 100644
--- a/tests/tests.results
+++ b/tests/tests.results
@@ -1,4 +1,4 @@
-esc_term_name_version.sh b027d478df4b9a82bd7819750fd52050
+esc_term_name_version.sh f3974006782bc38bb3b8755e1255cbd9
 decfra-no-restrict-cursor.sh 10e91417532188a4b1e81408273591ac
 decfra-restrict-cursor.sh 5b84d38a1d924cf36c0ed1ab2c302f37
 decera-no-restrict-cursor.sh cc60dadaa0c888af93f2235119d18db7

-- 


Reply via email to