Mailinglist Archive: opensuse-commit (2130 mails)

< Previous Next >
commit crash
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 03 Apr 2008 10:44:37 +0200
  • Message-id: <20080403084437.C2CAD678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package crash
checked in at Thu Apr 3 10:44:37 CEST 2008.

--------
--- crash/crash.changes 2008-03-05 11:21:55.000000000 +0100
+++ /mounts/work_src_done/STABLE/crash/crash.changes 2008-03-31
19:51:55.000000000 +0200
@@ -1,0 +2,24 @@
+Mon Mar 31 19:49:26 CEST 2008 - bwalle@xxxxxxx
+
+- update to crash 4.0-6.2
+ o Implemented a new "rd -S" option which, like the "-s" option.
+ o Make the found address displayed by "kmem -[sS] <address>" be
+ the address of the containing object if the <address> argument
+ is offset from the beginning of the object.
+ o Fix for "kmem -[sS] [address]" in 2.6.25 CONFIG_SLUB kernels.
+ o Fix for "kmem -[sS] <slab-address>" in 2.6.25 CONFIG_SLUB
+ kernels.
+ o Fix for an initialization-time failure with Ubuntu kernels
+ because of a mismatch between the /proc/version string and the
+ linux_banner string.
+ o Fix for the "net" command in 2.6.22 and later kernels.
+ o For kernels configured with CONFIG_SLUB, "kmem -S" has been
+ updated to properly differentiate whether a cache's "full"
+ slabs are tracked but whose full list is empty, or whether the
+ full slabs are not tracked at all.
+ o Fix for the "vm" command when the crash session was invoked with
+ the -s command line option.
+ o Fix/workaround for the "search -k" command option on relocatable
+ 2.6-era ia64 machines configured with CONFIG_SPARSEMEM.
+
+-------------------------------------------------------------------

Old:
----
crash-4.0-6.1.tar.bz2

New:
----
crash-4.0-6.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ crash.spec ++++++
--- /var/tmp/diff_new_pack.NHs810/_old 2008-04-03 10:37:25.000000000 +0200
+++ /var/tmp/diff_new_pack.NHs810/_new 2008-04-03 10:37:25.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package crash (Version 4.0.6.1)
+# spec file for package crash (Version 4.0.6.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -19,8 +19,8 @@
%endif
Url: http://people.redhat.com/anderson/
Summary: Crash utility for live systems; netdump, diskdump, LKCD or
mcore dumpfiles
-Version: 4.0.6.1
-Release: 3
+Version: 4.0.6.2
+Release: 1
%define crash_version %(echo %{version} | cut -d . -f 1-2)
%define crash_subversion %(echo %{version} | cut -d . -f 3-4)
%define whitepaper_version 2003
@@ -55,6 +55,7 @@
David Anderson <anderson@xxxxxxxxxx>

%package doc
+License: GNU Free Documentation License, Version 1.2 (GFDL 1.2)
Requires: %{name} = %{version}
Summary: Documentation for Crash
Group: Development/Tools/Debuggers
@@ -69,6 +70,7 @@
David Anderson <anderson@xxxxxxxxxx>

%package devel
+License: LGPL v2.1 or later
Requires: %{name} = %{version}
Summary: Development files for crash
Group: Development/Tools/Debuggers
@@ -90,6 +92,7 @@
%if %build_sial

%package sial
+License: GPL v2 or later; LGPL v2.1 or later
Requires: %{name} = %{version}
Summary: SIAL extension for crash
Group: Development/Tools/Debuggers
@@ -180,6 +183,27 @@
%endif

%changelog
+* Mon Mar 31 2008 bwalle@xxxxxxx
+- update to crash 4.0-6.2
+ o Implemented a new "rd -S" option which, like the "-s" option.
+ o Make the found address displayed by "kmem -[sS] <address>" be
+ the address of the containing object if the <address> argument
+ is offset from the beginning of the object.
+ o Fix for "kmem -[sS] [address]" in 2.6.25 CONFIG_SLUB kernels.
+ o Fix for "kmem -[sS] <slab-address>" in 2.6.25 CONFIG_SLUB
+ kernels.
+ o Fix for an initialization-time failure with Ubuntu kernels
+ because of a mismatch between the /proc/version string and the
+ linux_banner string.
+ o Fix for the "net" command in 2.6.22 and later kernels.
+ o For kernels configured with CONFIG_SLUB, "kmem -S" has been
+ updated to properly differentiate whether a cache's "full"
+ slabs are tracked but whose full list is empty, or whether the
+ full slabs are not tracked at all.
+ o Fix for the "vm" command when the crash session was invoked with
+ the -s command line option.
+ o Fix/workaround for the "search -k" command option on relocatable
+ 2.6-era ia64 machines configured with CONFIG_SPARSEMEM.
* Wed Mar 05 2008 bwalle@xxxxxxx
- crash-compressed-kernel: implement support for compressed kernel
images (vmlinux.gz, not bzImage of course)
@@ -245,7 +269,7 @@
host architecture (345517)
* Sun Dec 16 2007 bwalle@xxxxxxx
- split crash_whitepaper into crash-doc subpackage
-* Wed Dec 12 2007 bwalle@xxxxxxx
+* Thu Dec 13 2007 bwalle@xxxxxxx
- update to crash 4.0-4.12
o Fix "kmem -n" command to handle the 2.6.24 kernel changes
o Fix for "kmem -p" on 2.6.24 x86_64 kernels that are configured
@@ -320,7 +344,7 @@
with physical memory zones in the dumpfile.
* Sat Nov 10 2007 bwalle@xxxxxxx
- load extension modules also when the ".so" suffix is not provided
-* Fri Nov 09 2007 bwalle@xxxxxxx
+* Sat Nov 10 2007 bwalle@xxxxxxx
- fix compile warnings in the echo (sample) extension
* Fri Nov 09 2007 bwalle@xxxxxxx
- build all files with RPM_OPT_FLAGS
@@ -357,7 +381,7 @@
* Wed Sep 26 2007 bwalle@xxxxxxx
- fix SIAL build on ia64
- build SIAL extension only on i386, x86_64 and ia64
-* Tue Sep 25 2007 bwalle@xxxxxxx
+* Wed Sep 26 2007 bwalle@xxxxxxx
- update to crash 4.0-4.7
o Incorporation of Luc Chouinard's SIAL interpreter
o Removed hardwired-dependencies in the top-level and extensions
@@ -396,7 +420,7 @@
o Update of "xencrash" support to properly handle dom0/hypervisor
kdumps taken under xen version 3.1 in addition to those taken
under xen 3.0.x.
-* Fri Jul 27 2007 bwalle@xxxxxxx
+* Sat Jul 28 2007 bwalle@xxxxxxx
- update to crash 4.0-4.5
o Addresses FC7/upstream x86 kernels that have been configured
such that the vmlinux symbol values do not match their
@@ -422,7 +446,7 @@
* Thu Jul 05 2007 bwalle@xxxxxxx
- use the load address of the kernel from the LKCD header on
IA64 instead of the default (#282475)
-* Fri Jun 22 2007 bwalle@xxxxxxx
+* Sat Jun 23 2007 bwalle@xxxxxxx
- update to crash 4.0-4.3
o Fix for "kmem -f" command on 2.6.17 and later
CONFIG_DISCONTIGMEM kernels
@@ -432,7 +456,7 @@
o For all 4 types of input-file processing If a command in the
input file encounters a FATAL error, the remainder of the
commands will be executed.
-* Mon Jun 04 2007 bwalle@xxxxxxx
+* Tue Jun 05 2007 bwalle@xxxxxxx
- update to crash 4.0-4.2
o Fix for support of 2.6.22 kernels
o Fix to account for the number of pgdata nodes being less than
@@ -629,7 +653,7 @@
- Update to crash 4.0-2.20 (better fix for x86-64 cpu pda structs)
* Tue Jan 31 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Mon Jan 30 2006 mason@xxxxxxx
+* Tue Jan 31 2006 mason@xxxxxxx
- Update for new x86-64 cpu pda structs
* Mon Jan 16 2006 mason@xxxxxxx
- Fix %%setup

++++++ crash-4.0-6.1.tar.bz2 -> crash-4.0-6.2.tar.bz2 ++++++
crash/crash-4.0-6.1.tar.bz2
/mounts/work_src_done/STABLE/crash/crash-4.0-6.2.tar.bz2 differ: byte 11, line 1




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages