diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-09-16 13:03:23 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-09-16 13:59:36 +0200 |
commit | 97712e8c085f251c032a0273b81d9244cab50c28 (patch) | |
tree | 71177e7d485e539ed3fc40af5b7d0265d9be897b | |
parent | 64b6af31c6f06a45e40b762f0e2f7cde02a246a8 (diff) | |
download | screen-97712e8c085f251c032a0273b81d9244cab50c28.tar.gz |
Document remaining issues of 60-644788-screen-4.1.0-4.0.3-interoperability.patch
-rw-r--r-- | debian/NEWS | 16 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 18 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..c7fc86b --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,16 @@ +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 + diff --git a/debian/changelog b/debian/changelog index 0d61f6f..3809ae5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ screen (4.1.0~20120320gitdb59704-7) UNRELEASED; urgency=low * Extend 60-644788-screen-4.1.0-4.0.3-interoperability.patch: + Add support for detaching (Closes: #684342) + + Document remaining issues in debian/NEWS - -- Axel Beckert <abe@debian.org> Sun, 26 Aug 2012 14:13:28 +0200 + -- Axel Beckert <abe@debian.org> Sun, 16 Sep 2012 12:45:15 +0200 screen (4.1.0~20120320gitdb59704-6) unstable; urgency=low |