Hello community, here is the log from the commit of package kdebase3 checked in at Tue Apr 4 00:50:17 CEST 2006. -------- --- KDE/kdebase3/kdebase3.changes 2006-04-03 15:14:29.000000000 +0200 +++ kdebase3/kdebase3.changes 2006-04-03 19:00:55.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Apr 3 19:00:25 CEST 2006 - stbinner@suse.de + +- fix possible Konsole crash on session saving/logout (#147286) + +------------------------------------------------------------------- New: ---- konsole-save-session-crash.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase3.spec ++++++ --- /var/tmp/diff_new_pack.fdNBEB/_old 2006-04-04 00:48:51.000000000 +0200 +++ /var/tmp/diff_new_pack.fdNBEB/_new 2006-04-04 00:48:51.000000000 +0200 @@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://www.kde.org/ Version: 3.5.1 -Release: 50 +Release: 51 %define kde_version 3.5.1 Source0: kdebase-%{kde_version}.tar.bz2 Source3: startkde.suse.sh @@ -154,6 +154,7 @@ Patch150: taskbar-size.diff Patch151: 3_5_BRANCH_fix-kded-hang-with-nfs.diff Patch152: kcontrol-lookandfeel.diff +Patch153: konsole-save-session-crash.diff Provides: kdebase %description @@ -323,7 +324,7 @@ Summary: Set and list fileshares Group: System/Management Version: 2.0 -Release: 64 +Release: 65 %description -n fileshareset This package contains the the fileshareset utility to allow users to @@ -466,6 +467,7 @@ %patch150 %patch151 %patch152 +%patch153 cp %SOURCE17 l10n/tw/flag.png . /etc/opt/kde3/common_options cd ../fileshareset2 @@ -1387,6 +1389,8 @@ %changelog -n kdebase3 * Mon Apr 03 2006 - stbinner@suse.de +- fix possible Konsole crash on session saving/logout (#147286) +* Mon Apr 03 2006 - stbinner@suse.de - don't remove obsolete from list of known kdesu options (#162790) - fix panel configuration to not always ask to save (#157821) - add missing kdm Provides: for transition from NLD9 (#162511) ++++++ konsole-save-session-crash.diff ++++++ --- konsole/konsole/konsole.cpp 2006/04/03 16:14:20 1.3 +++ konsole/konsole/konsole.cpp 2006/04/03 16:53:56 @@ -214,6 +214,7 @@ ,selectScrollbar(0) ,selectTabbar(0) ,selectBell(0) +,selectSetEncoding(0) ,m_clearHistory(0) ,m_findHistory(0) ,m_saveHistory(0) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de