Branch: refs/heads/fix_dialog_stack_destroyed
Home: https://github.com/libyui/libyui
Commit: ed8cc2bac41a1dd344ed3028f7fd3b259a0e0b2a
https://github.com/libyui/libyui/commit/ed8cc2bac41a1dd344ed3028f7fd3b259a0…
Author: Duncan Mac-Vicar P <dmacvicar(a)suse.de>
Date: 2012-07-31 (Tue, 31 Jul 2012)
Changed paths:
M src/YDialog.cc
M src/YUI.cc
Log Message:
-----------
YDialog has a static stack with all dialogs. YUI (singleton) destructor
calls
YDialog::deleteAllDialogs which accesses the stack to delete all
dialogs.
The problem is that the YUI destructor is called from the static
YUITerminator destructor. We can't summe this is called before the
static dialog stack is destroyed.
So to fix it, move the definition of the dialog stack to the same YUI.cc
compilation unit, before the YUITerminator static, so that it is
destroyed afterwards.
Branch: refs/heads/Code-11-SP3
Home: https://github.com/yast/yast-storage
Commit: 4dccfa2fd170f37bbb1efcb1ca09031fcd7ec6fd
https://github.com/yast/yast-storage/commit/4dccfa2fd170f37bbb1efcb1ca09031…
Author: Arvin Schnell <aschnell(a)suse.de>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M package/yast2-storage.changes
M storage/src/include/lvm_pv_lib.ycp
Log Message:
-----------
- fixed list of available physical volumes when creating new volume group (bnc#772044)
Branch: refs/heads/master
Home: https://github.com/yast/yast-storage
Commit: 0ee4324cd50e2bd3abd2b4d2ed68a547a9f55b57
https://github.com/yast/yast-storage/commit/0ee4324cd50e2bd3abd2b4d2ed68a54…
Author: Arvin Schnell <aschnell(a)suse.de>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M package/yast2-storage.changes
M storage/src/include/lvm_pv_lib.ycp
Log Message:
-----------
- fixed list of available physical volumes when creating new volume group (bnc#772044)
Branch: refs/heads/Code-11-SP2
Home: https://github.com/yast/yast-storage
Commit: 7675e0337a5c269d692c0d8f5459b7496e665844
https://github.com/yast/yast-storage/commit/7675e0337a5c269d692c0d8f5459b74…
Author: Arvin Schnell <aschnell(a)suse.de>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M package/yast2-storage.changes
M storage/src/include/lvm_pv_lib.ycp
Log Message:
-----------
- fixed list of available physical volumes when creating new volume group (bnc#772044)
Branch: refs/heads/master
Home: https://github.com/yast/yast-network
Commit: 3226d138cb610abd6814ad49731aaeecbd393977
https://github.com/yast/yast-network/commit/3226d138cb610abd6814ad49731aaee…
Author: Michal Kubecek <mkubecek(a)suse.cz>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Changed paths:
M package/yast2-network.changes
M src/installation/inst_do_net_test.ycp
M src/modules/NetHwDetection.ycp
Log Message:
-----------
use "ip addr" and "ip route" for network test logs
In network test logs, show output of "ip addr show" and
"ip route show" rather than "ifconfig" and "route".
Commit: 95affa1c9933b33568844c39fb689736b40926f9
https://github.com/yast/yast-network/commit/95affa1c9933b33568844c39fb68973…
Author: mchf <mfilka(a)suse.cz>
Date: 2012-07-30 (Mon, 30 Jul 2012)
Changed paths:
M package/yast2-network.changes
M src/installation/inst_do_net_test.ycp
M src/modules/NetHwDetection.ycp
Log Message:
-----------
Merge pull request #11 from mkubecek/mk-iproute
use "ip addr" and "ip route" for network test logs
Compare: https://github.com/yast/yast-network/compare/cc7bce56504d...95affa1c9933