From 0a505fa636366a74d275de36cba1bc1000f857da Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 25 Mar 2019 23:08:24 +0100 Subject: [PATCH] Prepare Terminology release 1.4.0 --- ChangeLog | 19 +++++++++++++++++++ NEWS | 27 ++++++++++++++++++++++++++- man/terminology-helpers.1 | 2 +- man/terminology.1 | 2 +- meson.build | 2 +- 5 files changed, 48 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a795d2de..71ac671e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2019-03-31 + * Release v1.4.0 + * Add Continuous Integration on every push to the git repository + * Add a test framework on escape code parsing and interpreting + * Add more than 120 test files + * Add support, along with tests, for the following escape codes: DSR-DIR, + DSR-KBD, DSR-MSR, DSR-DECCKSR, DSR-OS, DSR-PP, DSR-UDK, DECSCLM, DECBI, + DECFI, DECSACE, DECRARA, DECCRARA, DECIC, DECDC, DECCRA, DECST8C, DA3, + DECSWBV + * Add finer configuration on whether to activate links + * Set environment variable WINDOWID + * Selections only disappear if the underlaying content changes + * When pasting a buffer, skip control characters as a security measure + * Fixes, along with tests, on handling the following escape codes: VPR, + DECERA, DECFRA, DSR-CPR, DCH, DECALN, DECAWM, IL, DL + * Fixes, along with tests, on mouse reporting + * Fixes on issues spotted by Coverity + + 2018-12-18 * Release v1.3.2 * Clicking on links works again diff --git a/NEWS b/NEWS index 175f8089..51a647e9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,32 @@ ================= -Terminology 1.3.2 +Terminology 1.4.0 ================= +Changes since 1.3.2: +-------------------- + +Additions: + * Add Continuous Integration on every push to the git repository + * Add a test framework on escape code parsing and interpreting + * Add more than 120 test files + * Add support, along with tests, for the following escape codes: DSR-DIR, + DSR-KBD, DSR-MSR, DSR-DECCKSR, DSR-OS, DSR-PP, DSR-UDK, DECSCLM, DECBI, + DECFI, DECSACE, DECRARA, DECCRARA, DECIC, DECDC, DECCRA, DECST8C, DA3, + DECSWBV + * Add finer configuration on whether to activate links + * Set environment variable WINDOWID + +Improvements: + * Selections only disappear if the underlaying content changes + * When pasting a buffer, skip control characters as a security measure + +Fixes: + * Fixes, along with tests, on handling the following escape codes: VPR, + DECERA, DECFRA, DSR-CPR, DCH, DECALN, DECAWM, IL, DL + * Fixes, along with tests, on mouse reporting + * Fixes on issues spotted by Coverity + + Changes since 1.3.1: -------------------- diff --git a/man/terminology-helpers.1 b/man/terminology-helpers.1 index fb8187c8..a26ceaf2 100644 --- a/man/terminology-helpers.1 +++ b/man/terminology-helpers.1 @@ -1,5 +1,5 @@ .\" Manpage for terminology helpers -.TH TERMINOLOGY-HELPERS 1 "May 5 2018" +.TH TERMINOLOGY-HELPERS 1 "Mar 31 2019" .SH NAME terminiology-helpers \- programs that enhance .B terminology(1) diff --git a/man/terminology.1 b/man/terminology.1 index e5483ba5..6bf3777a 100644 --- a/man/terminology.1 +++ b/man/terminology.1 @@ -1,5 +1,5 @@ .\" Manpage for Terminology -.TH TERMINOLOGY 1 "18 Dec 2018" "1.3.2" "Terminology man page" +.TH TERMINOLOGY 1 "31 Mar 2019" "1.4.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 0604dead..98ea3aa0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('terminology', 'c', - version: '1.3.99', + version: '1.4.0', default_options: ['c_std=gnu99'], license: 'BSD')