summaryrefslogtreecommitdiffstats
path: root/debian/NEWS
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:28:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:28:28 +0000
commit43d3000d71cbd653411373ed87df80ca6c9f228f (patch)
tree2bb2d326ca8a951f339a7a674637255ff71c1289 /debian/NEWS
parentAdding upstream version 4.9.0. (diff)
downloadscreen-debian.tar.xz
screen-debian.zip
Adding debian version 4.9.0-4.debian/4.9.0-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/NEWS')
-rw-r--r--debian/NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..7bef72a
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,31 @@
+screen (4.1.0~20120320gitdb59704-10) unstable; urgency=medium
+
+ On systems running systemd, the management of /run/screen previously
+ handled by /etc/init.d/screen-cleanup now occurs via systemd-tmpfiles and
+ /usr/lib/tmpfiles.d/screen-cleanup.conf. The installed version of that
+ file works for systems with the default screen permissions; if you override
+ the permissions of /usr/bin/screen with dpkg-statoverride as documented in
+ /usr/share/doc/screen/README.Debian, you should create an overriding file
+ /etc/tmpfiles.d/screen-cleanup.conf setting the corresponding permissions.
+ See /usr/share/doc/screen/README.Debian for details.
+
+ If you have already overridden the permissions of /usr/bin/screen, an
+ /etc/tmpfiles.d/screen-cleanup.conf has been created for you.
+
+ -- Axel Beckert <abe@debian.org> Fri, 28 Feb 2014 12:23:42 +0100
+
+screen (4.1.0~20120320gitdb59704-7) unstable; urgency=low
+
+ In case you upgrade screen from 4.0.3 to 4.1.0 while running inside
+ screen and you have to reconnect to that screen session (or any other
+ screen session which has been started before the upgrade), there may be
+ a few screen features not working until you exit the 4.0.3-started
+ session and replace it with a 4.1.0-started session.
+
+ Known issues of 4.0.3 to 4.1.0 interoperability as of now:
+
+ * Terminal window resizing (WINCH signal) does not propagate to the
+ screen session. Detach and reattach again instead to get the size of
+ the terminals inside the screen session adjusted propely.
+
+ -- Axel Beckert <abe@debian.org> Sun, 16 Sep 2012 12:48:44 +0200