GNU Screen v.5.0.1 is released

2025-05-12 Thread Alex Naumov
Hi everyone, I'm glad to announce the new release of GNU screen. Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. 5.0.1 is a security fix release. It includes only a few code fixes, types and security issues. It d

Re: Trouble with hardstatus under 5.0.0

2024-08-30 Thread Alex Naumov
On Fri, Aug 30, 2024 at 11:04 PM Christian Kujau wrote: > Just found a similar post on screen-devel[0] which appears to be more > active, which references https://savannah.gnu.org/bugs/?66003 -- which is > closed, but maybe we can re-open this one. > > Maybe except of re-open this closed bugrepor

GNU Screen v.5.0.0 is released

2024-08-28 Thread Alex Naumov
Hi everyone, I'm glad to announce the new release of GNU screen. Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. The 5.0.0 release includes the following changes to the previous release 4.9.1: * Rewritten authent

GNU Screen v.4.9.1

2023-08-17 Thread Alex Naumov
I'm announcing availability of GNU Screen v.4.9.1 Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. This release: * Support stop/parity bits on serial port * Add needed system headers in checks and return values fo

Re: GNU Screen v.4.9.0

2022-02-05 Thread Alex Naumov
Hi Érico, Thanks for your feedback ;-) To generate the configure file (as usual) you can execute the autogen.sh script. Cheers, Alex On Sat, Feb 5, 2022 at 5:37 PM Érico Nogueira wrote: > Hi! > > Thank you for your work in screen and for the 4.9.0 release. > Unfortunately, it seems the releas

GNU Screen v.4.9.0

2022-02-01 Thread Alex Naumov
I'm announcing availability of GNU Screen v.4.9.0 Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. New in this release: * Hardstatus option for used encoding (escape string '%e') * OpenBSD uses native openpty(

Re: resize command

2017-09-20 Thread Alex Naumov
Hi Jason, thank you for hint! I will add this to the manpage. p.s. Please, use savannah-bugtracker for such thing even for documentation :) On Wed, Sep 13, 2017 at 5:18 AM, Jason Mancini wrote: > It appears that "ctrl-a :resize -h ..." is not officially documented > anywhere, for dealing wi

Re: [screen-devel] GNU Screen v.4.6.1

2017-07-11 Thread Alex Naumov
Thank you, Amadeusz! On Mon, Jul 10, 2017 at 9:44 PM, Amadeusz Sławiński wrote: > Hello everyone, > > I'm announcing availability of GNU Screen v.4.6.1 > > Screen is a full-screen window manager that multiplexes a physical > terminal between several processes, typically interactive shells. > > Th

Re: screen-4.6.0 regression: within su: Cannot open your terminal '/dev/pts/14' - please check

2017-06-29 Thread Alex Naumov
Hi Andrew, thanks for report. I will check it now. Cheers, Alex On Thu, Jun 29, 2017 at 1:31 PM, Andrew Savchenko wrote: > Hi, > > I often use screen within su - username sessions, so that active > terminal (e.g. xterm) is owned by a user different from one using > su, e.g.: > > su - test > sc

GNU Screen v.4.5.1

2017-02-27 Thread Alex Naumov
Hello everyone, I'm glad to announce that the new version of GNU Screen (4.5.1) has been released this weekend! 4.5.1 is a bugfix/security release. We fixed few crashes and, of course, problem with privilege escalation. We also changed behavior of '-L' option: now you can set new logfile name usi

Re: Recent problems with 'screen'

2017-02-03 Thread Alex Naumov
Hi Eyal, yes, unfortunately 4.5.0 is a unstable release. Sorry for that. I will recommend to stay on 4.4.0. Broken API and some other problems are fixed already in git and we're going to release 4.5.1 in (about) 2 weeks. Cheers, Alex On Fri, Feb 3, 2017 at 4:47 AM, Eyal Lebedinsky wrote: > I

Re: [screen-devel] Trying to build screen

2017-01-30 Thread Alex Naumov
Hi Prashant, you can help to test our 4.5.1 beta by using git (development version): Download sources: > git clone git://git.savannah.gnu.org/screen.git > cd screen/src > git checkout screen-v4 Be sure you use screen-v4 branch: > git branch Build and install GNU screen: > ./autogen.sh > ./confi

GNU Screen v.4.5.0

2017-01-18 Thread Alex Naumov
Hello everyone, I’m proud to announce the release of GNU Screen v.4.5.0 As usual, we merged some community patches from our bug tracing system (small patches also were presented in IRC) and I would like to thank everyone who contribute to Screen and helps us to test development git-version! Chang