SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for valgrind-3.14.0-238.1.i586.rpm :

* Tue Feb 19 2019 Dirk Mueller - add 0001-Bug-385411-s390x-Add-z13-vector-floating-point-suppo.patch 0001-Bug-385411-s390x-Tests-and-internals-for-z13-vector-.patch 0001-Bug-399444-s390x-Drop-unnecessary-check-in-s390_irge.patch 0001-Bug-403552-s390x-Fix-vector-facility-bit-number.patch (bsc#1124111)
* Sat Feb 09 2019 schwabAATTsuse.de- Don\'t package files twice on ppc64
* Wed Jan 16 2019 Michal Suchanek - Fix POWER9 addex instruction emulation (bsc#1121025). 0001-Bug-402519-POWER-3.0-addex-instruction-incorrectly-i.patch
* Fri Jan 11 2019 Dirk Mueller - split into a -32bit subpackage, fix buildrequires for older distros
* Thu Dec 06 2018 Bernhard Wiedemann - drop unreproducible unused .a files to make the package build reproducible (boo#1118163)
* Sun Nov 25 2018 olafAATTaepfle.de- update valgrind.xen.patch to branch bug390553-20181125-ddfc274b2
* Thu Nov 22 2018 Dirk Mueller - build against Toolchain module for SLE12- add 0001-Bug-397187-s390x-Add-vector-register-support-for-vgd.patch 0001-Bug-400490-s390x-Fix-register-allocation-for-VRs-vs-.patch, 0001-Bug-400491-s390x-Sign-extend-immediate-operand-of-LO.patch, 0001-s390x-more-fixes.patch, Implement-emulated-system-registers.-Fixes-392146.patch (FATE#326355)- enable check (poo#36751)
* Wed Nov 21 2018 Dirk Mueller - update to 3.14.0 (bsc#1114575, FATE#326355): see http://www.valgrind.org/docs/manual/dist.news.html
* The new option --keep-debuginfo=no|yes (default no) can be used to retain debug info for unloaded code. This allows saved stack traces (e.g. for memory leaks) to include file/line info for code that has been dlclose\'d (or similar). See the user manual for more information and known limitations.
* Ability to specify suppressions based on source file name and line number.
* Majorly overhauled register allocator. No end-user changes, but the JIT generates code a bit more quickly now.
* Preliminary support for macOS 10.13 has been added.
* mips: support for MIPS32/MIPS64 Revision 6 has been added.
* mips: support for MIPS SIMD architecture (MSA) has been added.
* mips: support for MIPS N32 ABI has been added.
* s390: partial support for vector instructions (integer and string) has been added.
* Helgrind: Addition of a flag - -delta-stacktrace=no|yes [yes on linux amd64/x86] which specifies how full history stack traces should be computed. Setting this to =yes can speed up Helgrind by 25% when using - -history-level=full.
* Memcheck: reduced false positive rate for optimised code created by Clang 6 / LLVM 6 on x86, amd64 and arm64. In particular, Memcheck analyses code blocks more carefully to determine where it can avoid expensive definedness checks without loss of precision. This is controlled by the flag - -expensive-definedness-checks=no|auto|yes [auto].
* Valgrind is now buildable with link-time optimisation (LTO). A new configure option --enable-lto=yes allows building Valgrind with LTO. If the toolchain supports it, this produces a smaller/faster Valgrind (up to 10%). Note that if you are doing Valgrind development, --enable-lto=yes massively slows down the build process.- remove epoll-wait-fix.patch, Fix-access-to-time-base-register-to-return-64-bits.patch, 0001-Accept-read-only-PT_LOAD-segments-and-.rodata.patch (upstream),
* Tue Sep 25 2018 Michal Suchanek - valgrind truncates powerpc timebase to 32-bits (bsc#1109589). Fix-access-to-time-base-register-to-return-64-bits.patch
* Thu Sep 13 2018 dmuellerAATTsuse.com- valgrind.xen.patch: refresh
* Tue Aug 28 2018 stefan.bruensAATTrwth-aachen.de- Filter out -m64 from optflags, breaks build of 32 bit parts- Cleanup, remove suse_version < 1100 conditionals- Use %license for COPYING, COPYING.DOCS
* Mon Aug 27 2018 stefan.bruensAATTrwth-aachen.de- Fix missing debuginfo with current binutils, boo#1103239 0001-Accept-read-only-PT_LOAD-segments-and-.rodata.patch
* Fri Jun 08 2018 mbruggerAATTsuse.com- ad Implement-emulated-system-registers.-Fixes-392146.patch (bsc#1086543)
* Thu Feb 22 2018 olafAATTaepfle.de- add valgrind.xen.patch to handle Xen 4.10 (fate#321394, fate#322686)
* Mon Oct 30 2017 dmuellerAATTsuse.com- add epoll-wait-fix.patch (bsc#1064958)
* Sun Jun 25 2017 dmuellerAATTsuse.com- update to 3.13.0 (fate#321455): - remove fix-ppcl64-clobber-list.patch 3.13.0 is a feature release with many improvements and the usual collection of bug fixes. See http://valgrind.org/docs/manual/dist.news.html
* Tue Apr 25 2017 mliskaAATTsuse.cz- Add fix-ppcl64-clobber-list.patch: fix clobber list on ppcl64le, it\'s backport of upstream patch.
* Tue Dec 27 2016 fossAATTgrueninger.de- update to 3.12.0 (bsc#1017016, FATE#321455)
* 3.12.0 is a feature release with many improvements and the usual collection of bug fixes. The full changelog can be found at http://valgrind.org/docs/manual/dist.news.html or /usr/share/doc/packages/valgrind/NEWS- droped patches which are part of the release: gcc5.patch, r15702.diff, r15792.diff, r15802.diff, svn-r15766.patch, vex-r3197.diff, vex-r3210.diff, vex-r3213.diff
* Thu Oct 20 2016 stefan.bruensAATTrwth-aachen.de- add vex-r3213.diff (kde#356393)
* Sat May 28 2016 dmuellerAATTsuse.com- add vex-r3197.diff (bsc#981447)
* Wed Apr 20 2016 jslabyAATTsuse.com- The previous did not help, remove -strong first.
* Tue Apr 19 2016 meissnerAATTsuse.com- also remove -fstack-protector-strong from the CFLAGS
* Fri Apr 01 2016 dmuellerAATTsuse.com- add r15702.diff, r15792.diff, vex-r3210.diff, r15802.diff (fate#319608)
* Mon Feb 22 2016 schwabAATTsuse.de- glibc-version.patch: removed, no longer needed
* Mon Feb 15 2016 dmuellerAATTsuse.com- update to 3.11.0 (fate#319608):
* 3.11.0 is a feature release with many improvements and the usual collection of bug fixes.- replace gcc-version.patch with gcc5.patch: This is the upstream version- drop valgrind-linux-4.0.patch: merged upstream- add svn-r15766.patch: Fix valgrind with recent kernels- jit-register-unregister.diff commented out, needs porting
* Thu Aug 06 2015 schwabAATTsuse.de- glibc-version.patch: Add support for glibc 2.22.
* Fri Apr 24 2015 dimstarAATTopensuse.org- Add valgrind-linux-4.0.patch: Fix build with linux kernel 4.0+. Taken from svn, rev 14955.
* Thu Apr 02 2015 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner- Update to 3.10.1
* bugfix release (for full list of solved issues see NEWS file)
* Thu Feb 12 2015 rguentherAATTsuse.com- gcc-version.patch: Add support for GCC 5.
* Mon Feb 09 2015 schwabAATTsuse.de- glibc-version.patch: Add support for glibc 2.21.
 
ICM