From 5c19a24dc9d5dd2925d24036bf126927c5da67cb Mon Sep 17 00:00:00 2001 From: Alexander Naumov Date: Wed, 7 Dec 2016 20:27:55 +0100 Subject: Release v4.5.0 Signed-off-by: Alexander Naumov --- src/ChangeLog | 11 +++++++++-- src/doc/screen.1 | 2 +- src/doc/screen.texinfo | 14 ++++++++------ src/patchlevel.h | 4 ++-- 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index c0e6e86..df6073d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ -Version 4.5.0 (): - * Allow specifying logfile's name via command line parameter +Version 4.5.0 (10/12/2016): + * Allow specifying logfile's name via command line parameter '-L' + * Fixes: + - broken handling of "bind u digraph U+" (bug #48691) + - crash with long $TERM (bug #48983) + - crash when bumping blank window + - build for AIX (bug #49149) + - %x improperly separating arguments + - install with custom DESTDIR (bug #48370) Version 4.4.0 (19/06/2016): * Support up to 24 function keys diff --git a/src/doc/screen.1 b/src/doc/screen.1 index 825654c..23b4d7b 100644 --- a/src/doc/screen.1 +++ b/src/doc/screen.1 @@ -1,5 +1,5 @@ .\" vi:set wm=5 -.TH SCREEN 1 "Sep 2016" +.TH SCREEN 1 "Dec 2016" .if n .ds Q \&" .if n .ds U \&" .if t .ds Q `` diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo index c7a32d1..2ff39b0 100644 --- a/src/doc/screen.texinfo +++ b/src/doc/screen.texinfo @@ -7,7 +7,7 @@ @finalout @setchapternewpage odd @c %**end of header -@set version 4.4.0 +@set version 4.5.0 @direntry * Screen: (screen). Full-screen window manager. @@ -52,7 +52,7 @@ by the Foundation. @title Screen @subtitle The virtual terminal manager @subtitle for Version @value{version} -@subtitle May 2015 +@subtitle Dec 2016 @page @vskip 0pt plus 1filll @@ -5781,9 +5781,11 @@ Program for locking the terminal. Authors @* ======= -Originally created by Oliver Laumann, this latest version was -produced by Juergen Weigert, Michael Schroeder, Micah Cowan and -Sadrul Habib Chowdhury. +Originally created by Oliver Laumann. For a long time maintained +and developed by Juergen Weigert, Michael Schroeder, Micah Cowan +and Sadrul Habib Chowdhury. This latest version was produced by +Amadeusz Slawinski +and Alexander Naumov . @noindent Contributors @* @@ -5936,7 +5938,7 @@ ftp from @samp{prep.ai.mit.edu}, @samp{nic.funet.fi} or any other @code{screen} is @samp{ftp.uni-erlangen.de (131.188.3.71)}, in the directory @file{pub/utilities/screen}. The subdirectory @samp{private} contains the latest beta testing release. -If you want to help, send a note to screen@@uni-erlangen.de. +If you want to help, send a note to screen-devel@@gnu.org. @node Installation, Concept Index, Bugs, Top @chapter Installation diff --git a/src/patchlevel.h b/src/patchlevel.h index b701f94..fa1fe8f 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -532,7 +532,7 @@ #define ORIGIN "GNU" #define REV 4 -#define VERS 4 +#define VERS 5 #define PATCHLEVEL 0 -#define DATE "19-Jun-16" +#define DATE "10-Dec-16" #define STATE "" -- cgit v1.2.1