Branch: refs/heads/master
Home: https://github.com/libyui/libyui-ncurses
Commit: 65b21dbfa6c4494f6551d61dfea8323ecb037ee1
https://github.com/libyui/libyui-ncurses/commit/65b21dbfa6c4494f6551d61dfea…
Author: Ladislav Slezák <lslezak(a)suse.cz>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M src/NCApplication.cc
M src/YNCursesUI.cc
M src/YNCursesUI.h
Log Message:
-----------
closeUI(): block processing the idle loop (bsc#1181647)
The terminal was actually still used by the UI after the
closeUI() and there was a race condition if the started application
after the call also used the terminal.
Commit: 6c1842f48b5ba60942803533da066dbff3da57b0
https://github.com/libyui/libyui-ncurses/commit/6c1842f48b5ba60942803533da0…
Author: Ladislav Slezák <lslezak(a)suse.cz>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M VERSION.cmake
M package/libyui-ncurses-doc.spec
M package/libyui-ncurses.changes
M package/libyui-ncurses.spec
Log Message:
-----------
Version 2.57.3
Commit: ce8fcc2d34818e28580ee1609b523d63df5fd4ce
https://github.com/libyui/libyui-ncurses/commit/ce8fcc2d34818e28580ee1609b5…
Author: Ladislav Slezák <lslezak(a)suse.cz>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M VERSION.cmake
M package/libyui-ncurses-doc.spec
M package/libyui-ncurses.changes
M package/libyui-ncurses.spec
M src/NCApplication.cc
M src/YNCursesUI.cc
M src/YNCursesUI.h
Log Message:
-----------
Merge pull request #111 from libyui/idle_loop_processing
Block the idle loop processing after the `closeUI()` call
Compare: https://github.com/libyui/libyui-ncurses/compare/a4ddacdfd221...ce8fcc2d3481
Branch: refs/heads/idle_loop_processing
Home: https://github.com/libyui/libyui-ncurses
Commit: 65b21dbfa6c4494f6551d61dfea8323ecb037ee1
https://github.com/libyui/libyui-ncurses/commit/65b21dbfa6c4494f6551d61dfea…
Author: Ladislav Slezák <lslezak(a)suse.cz>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M src/NCApplication.cc
M src/YNCursesUI.cc
M src/YNCursesUI.h
Log Message:
-----------
closeUI(): block processing the idle loop (bsc#1181647)
The terminal was actually still used by the UI after the
closeUI() and there was a race condition if the started application
after the call also used the terminal.
Commit: 6c1842f48b5ba60942803533da066dbff3da57b0
https://github.com/libyui/libyui-ncurses/commit/6c1842f48b5ba60942803533da0…
Author: Ladislav Slezák <lslezak(a)suse.cz>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M VERSION.cmake
M package/libyui-ncurses-doc.spec
M package/libyui-ncurses.changes
M package/libyui-ncurses.spec
Log Message:
-----------
Version 2.57.3
Compare: https://github.com/libyui/libyui-ncurses/compare/65b21dbfa6c4%5E...6c1842f4…