mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-02-11 09:52:00 +02:00
@@ -1,15 +1,22 @@
|
||||
Version 4.6.2 (23/10/2017):
|
||||
* Fixes:
|
||||
- revert changes to cursor position restore behavour (bug #51832)
|
||||
- set freed pointer to NULL (bug #52133)
|
||||
- documentation fixes
|
||||
- fix windowlist crashes (bug #43054 & #51500)
|
||||
|
||||
Version 4.6.1 (10/07/2017):
|
||||
* Fixes:
|
||||
- problems with starting session in some cases
|
||||
- parallel make install
|
||||
- segfault when querying info on nonUTF locale
|
||||
- segfault when querying info on nonUTF locale (bug #51402)
|
||||
|
||||
Version 4.6.0 (28/06/2017):
|
||||
* Update Unicode wide tables to 9.0
|
||||
* Update Unicode wide tables to 9.0 (bug #50044)
|
||||
* Support more serial speeds
|
||||
* Improved namespaces support
|
||||
* Migrate from fifos to sockets
|
||||
* Start viewing scrollback at first line of output
|
||||
* Start viewing scrollback at first line of output (bug #49377)
|
||||
|
||||
Version 4.5.1 (25/02/2017):
|
||||
* Fixes:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.\" vi:set wm=5
|
||||
.TH SCREEN 1 "Jul 2017"
|
||||
.TH SCREEN 1 "Oct 2017"
|
||||
.if n .ds Q \&"
|
||||
.if n .ds U \&"
|
||||
.if t .ds Q ``
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
@finalout
|
||||
@setchapternewpage odd
|
||||
@c %**end of header
|
||||
@set version 4.6.1
|
||||
@set version 4.6.2
|
||||
|
||||
@direntry
|
||||
* Screen: (screen). Full-screen window manager.
|
||||
|
||||
@@ -533,6 +533,6 @@
|
||||
#define ORIGIN "GNU"
|
||||
#define REV 4
|
||||
#define VERS 6
|
||||
#define PATCHLEVEL 1
|
||||
#define DATE "10-Jul-17"
|
||||
#define PATCHLEVEL 2
|
||||
#define DATE "23-Oct-17"
|
||||
#define STATE ""
|
||||
|
||||
Reference in New Issue
Block a user