Changelog for
screen-4.2.1-111.1.x86_64.rpm :
Fri May 2 14:00:00 2014 andreas.stiegerAATTgmx.de
- GNU screen 4.2.1:
* allow for terminal with long $TERM (up to 32 characters)
(already patched in this package previously)
* allow to use long logins
* documentation fixes
* runtime fixes
- packaging changes:
* use source URLs
* verify source signatures
* drop screen-man-loginshell.diff, equivalent change upstream
* drop term_too_long.diff, equivalent change upstream
* drop use_locale.diff, applied upstream
* drop msg_version_3.patch, obsolete after upstream changes
Thu Apr 17 14:00:00 2014 jwAATTsuse.com
- Update to 4.2.0 as released on screen-develAATTgnu.org yesterday.
Thank you Amadeusz!
* keep libtinfo.diff (from coolo 2011, why exactly?)
* keep global_screenrc.patch (renamed from screen-4.0.2.dif)
* keep screen-man-loginshell.diff (to be upstreamed)
* dropped screen-__P.diff (not needed)
* keep term_too_long.diff (savannah#30880, to be upstreamed)
* keep use_locale.diff (from lnt-sysadminAATTlists.lrz.de 2012, check?)
* keep screen-4.0.3-ipv6.patch (builtin telnet, to be upstreamed)
* keep screen_enhance_windows_list.patch (to be upstreamed)
* keep screen-poll-zombies.patch (to be upstreamed)
* keep xX_string_escape.patch (renamed from show_all_active.patch, to be upstreamed)
* keep sort_command.patch (from trenn 2011, to be upstreamed)
* added msg_version_3.patch (ouch, incompatible protocol, to be upstreamed)
- added %rundir with /var/run for 1310 and before; but /run afterwards.
aj advocates /run for Factory; for 1310 it was banned by
suse-filelist-forbidden-fhs23
Tue Apr 15 14:00:00 2014 ajAATTsuse.com
- Fix comment.
Tue Apr 15 14:00:00 2014 ajAATTsuse.com
- Use /run instead of /var/run.
Fri Sep 13 14:00:00 2013 mlsAATTsuse.de
- update to current 4.0.4 git to get support for non-bmp unicode
* remove no longer needed mappedcmd.diff
* remove no longer needed styroptcrash.diff
- fix potential buffer overrun in show_all_active.patch
- redo combine screen_enhance_windows_list_1_3.patch,
screen_enhance_windows_list_2_3.patch,
screen_fix_wW_string_escapes_to_nearly_old_behavior.patch
into screen_enhance_windows_list.patch.
Do not mess with the old %w behaviour, just add support for the
windows command argument. Fixes bnc#808565.
Sun Mar 24 13:00:00 2013 trennAATTsuse.de
- Patch screen_enhance_windows_list_1_3.patch changed wW string escapes
in an unintended way.
Fix this by ignoring longflg and behave the way wW string esacpes
behaved with adding addtional L escape. (So %w is now what %Lw was before
all these changes. This should be a minor, acceptable change as it was
undocumented and it buys quite some code cleanup with it.). Patch is:
screen_fix_wW_string_escapes_to_nearly_old_behavior.patch
Mon Feb 18 13:00:00 2013 trennAATTsuse.de
- Introduce Xx string escape showing the executed command of a window
patch: show_all_active.patch
Tue Feb 5 13:00:00 2013 trennAATTsuse.de
- Add zombie and enhance windows commands
screen-poll-zombies.patch: Dead windows will be restarted after
a specified timeout (if enabled)
screen_enhance_windows_list_1_3.patch:
Cleanup window flags processing. This leads to a slight
output change in \"Ww\" string escapes (window list), but these
should be rather seldom used and flags are still shown.
screen_enhance_windows_list_2_3.patch:
Enhance windows command with an optional string escape based
parameter which also removes the output size (1024 bytes)
restriction (only if param is passed) of the windows command.
If you used captions with \"%w\" before, you can simulate the old
behaviour with \"%-w%n
* %t%+w\".
- Only Require makeinfo for openSUSE versions 11.4 and above.
This requirement did not exist in earlier versions, now the package
builds again for example against SLES 11 (11.4 based).
Thu Oct 25 14:00:00 2012 trennAATTsuse.de
- Fix sort command to not stop at window gaps.
That can happen if windows got deleted and the window numbers do not
increment sequentially anymore.
Tue Oct 9 14:00:00 2012 lnt-sysadminAATTlists.lrz.de
- add use_locale.diff to fix --enable-use-locale configure option
Thu Sep 13 14:00:00 2012 mlsAATTsuse.de
- add prereq coreutils so that mkdir works [bnc#780033]
Sat Sep 8 14:00:00 2012 idonmezAATTsuse.com
- Add build dependency on makeinfo
Wed Aug 8 14:00:00 2012 mlsAATTsuse.de
- fix crash when doing \'screen -d -r\' inside of screen
Tue Aug 7 14:00:00 2012 mlsAATTsuse.de
- add mappedcmd.diff to make ^A DEL work again
Fri Jun 8 14:00:00 2012 mlsAATTsuse.de
- update to screen-4.0.4devel
* support for multiple layouts
* no more stuck screen sessions
Mon Nov 21 13:00:00 2011 cooloAATTsuse.com
- fix build with latest ncurses (split tinfo)
Fri Nov 18 13:00:00 2011 jwAATTsuse.com
- mkdir /var/run/
*screen both immediatly and via systemd.
Mon Sep 19 14:00:00 2011 trennAATTsuse.de
- Add sort command
- convert maxwin99bug.patch into a patch format quilt understands
Wed Jul 6 14:00:00 2011 ajAATTsuse.de
- Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.
Mon Jan 31 13:00:00 2011 jwAATTnovell.com
- bugfix bnc#668306, a buffer overflow with \'%d\'.
Added maxwin99bug.patch
This is already upstream, but was never released.
Fri Dec 10 13:00:00 2010 jwAATTnovell.com
- term_too_long.patch added.
corresponds to savannah#30880
Wed Nov 3 13:00:00 2010 ajAATTsuse.de
- Add /etc/tmpfiles.d/screen.conf for /var/run on tmpfs.
Thu Sep 9 14:00:00 2010 ajAATTsuse.de
- BuildRequire utempter-devel
Sun May 2 14:00:00 2010 ajAATTsuse.de
- /var/run directories are created by /etc/tmpdirs.d/01_aaa_base.
Mon Feb 15 13:00:00 2010 dimstarAATTopensuse.org
- Update to version 4.0.3
- Dropped screen-4.0.2-comb.diff, upstream merged.
Tue Dec 15 13:00:00 2009 jengelhAATTmedozas.de
- enable parallel building
Fri Jul 31 14:00:00 2009 crrodriguezAATTsuse.de
- add fedora patch for IPv6 support, this removes usage
of gethostbyname(3)
Tue May 26 14:00:00 2009 mlsAATTsuse.de
- re-add lost maxwin definition [fate#301190]